01-30-06 02:09 AM
Well, even though it was somewhat working, the solution would not build. The
compiler was throwing error about missing reference. So I added the referenc
e
to the DLL and it compiled fine. But that then caused the link in the web
author to crash with the following error:
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS1595:
'Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevertASPX.PageRevertPage' is
defined in multiple places; using definition from
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\hnfs\297578de\79a40541\assembly\dl
2\e8dcc2c4\fd3714c5_8423c601\hnfs.DL
L'
Source Error:
Line 27:
Line 28: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribu
te()]
Line 29: public class PageRevert_aspx :
Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevertASPX.PageRevertPage,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31:
Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\hnfs\297578de\79a40541\9846dbqx.0.cs Line: 29
I have no idea what's causing this error. Stuck ..:-(
"Stefan [MSFT]" wrote:
> Hi Ninerfan,
>
> a more improved version of this sample including step-by-step description
is
> included in the following book:
> http://tinyurl.com/8ugwj
>
> About the sample below: a step by step description is included in the zip
> file as InstallInstructions.txt
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44[/url...nyurl.com/8ugwj
> ----------------------
>
>
> "Ninerfan" <Ninerfan@discussions.microsoft.com> wrote in message
> news:21B9B989-BFC8-4438-A57C-8F2B72460138@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|