| daniela 2006-06-27, 7:16 pm |
| Hi!
I found the 04.zip file, I followed the instructions and I get the
follwong errors when I try to access my website:
[NullReferenceException: Object reference not set to an instance of an
object.]
Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevert.RevertPostingAction.OnInit(EventArgs
e) in c:\inetpub\wwwroot\cmspagerevert03\CMSRe
vert.cs:74
line 74 is:
this.UrlNewWindow = Page.Request.ApplicationPath +
"/CMSPageRevert/PageRevert.aspx?" +
CmsHttpContext.Current.Posting.QueryStringModeUpdate;
I have my dlls in the bin folder of my application, and I even copied
the project from the zip file on inetpub/wwwroot/cmspagerevert (which I
don't think is necessary), but the application is looking for
cmspagerevert03 folder, which doesn't exist....
Does anybody have an ideea what I am doing wrong?
thank you
daniela wrote:
> Hi everybody
>
> How can I find the Microsoft.Toolkits.EnterpriseSolutions.CMSPageRevert
> dll and instructions to use it? I'd like to use the Page revert
> functionality in my project and can't seem to find them.
>
> Thank you very much
>
> Daniela
|