Hello,
I have migrated a client's DNN implementation from one server to another.
When I run the site, ASP.Net throws the error:
DNNDoneRight.DDRMenu.DDRMenuNavigationProvider, DNNDoneRight.DDRMenu does not implement IHttpModule.
It's DNN v6.1.5, and the database has been replicated successfully. I have also taken the whole web root directory and everything below and copied it to the new server:
- Windows Server 2008 R2 (running in 32 bit mode)
- IIS 7.5.7600-16385
- ASP.NET Framework: v2.0.50727 and v4.0.30319
- App Pool running ASP.NET v4.0 in Integrated mode
I've also added the new domain name to the PortalAlias table (which aliases to PortalID "0").
The only changes I have made to the web.config are to the connection strings. They now point to my new DB.
When I tried commenting out the DDRMenuNavigationProvider from the system.webServer -> modules section of the web.config, DNN compiles, but throws (and logs) this PAGE_LOAD_EXCEPTION error found in the EventLog table:
Couldn't load menu style 'DNNMenu': System.NullReferenceException: Object reference not set to an instance of an object.
I have been battling with this for a couple of days now. Can someone help me with this?
Thanks