03-22-05 07:50 AM
Hi Laks,
I just checked and this class should be in the assembly.
Please verify with ILDASM
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights
Book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"laks" <alanlakman@yahoo.com> wrote in message
news:1111454889.605953.184140@g14g2000cwa.googlegroups.com...
> Hi
> am using stefans code base for revert to previous.
> I get a popup alright after I integrate with my code base.
> When i Click on the "revert Content" option, I am receiving the
> following error.
>
> Could not load type Stefan.CMSPageRevert.RevertTools from assembly
> Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevert,
> Version=1.0.1320.21099, Culture=neutral, PublicKeyToken=null.
> Description: An unhandled exception occurred during the execution of
> the current web request. Please review the stack trace for more
> information about the error and where it originated in the code.
>
> Exception Details: System.TypeLoadException: Could not load type
> Stefan.CMSPageRevert.RevertTools from assembly
> Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevert,
> Version=1.0.1320.21099, Culture=neutral, PublicKeyToken=null.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the
> current web request. Information regarding the origin and location of
> the exception can be identified using the exception stack trace below.
>
>
> Stack Trace:
>
>
> [TypeLoadException: Could not load type
> Stefan.CMSPageRevert.RevertTools from assembly
> Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevert,
> Version=1.0.1320.21099, Culture=neutral, PublicKeyToken=null.]
>
>
Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevertASPX.PageRevertPage.Hand
lePageRevisionListCommand(Object
> sender, DataGridCommandEventArgs e) +0
>
> System.Web.UI.WebControls.DataGrid.OnItemCommand(DataGridCommandEventArgs
> e) +110
> System.Web.UI.WebControls.DataGrid.OnBubbleEvent(Object source,
> EventArgs e) +68
> System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs
> args) +26
> System.Web.UI.WebControls.DataGridItem.OnBubbleEvent(Object source,
> EventArgs e) +106
> System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs
> args) +26
> System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e)
> +121
>
>
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.Rai
sePostBackEvent(String
> eventArgument) +115
> System.Web.UI.Page. RaisePostBackEvent(IPostBackEventHandler
> sourceControl, String eventArgument) +18
> System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
> +138
> System.Web.UI.Page.ProcessRequestMain() +1292
>
>
>
> Thanks much,
> - laks.
>
[ Post a follow-up to this message ]
|