I'm getting a similar error, but here is my situation:
It was working fine this morning, I checked for updated modules. I saw that there were upated Links and What's New Modules, so i installed them. I got the new ASP.NET Controls and installed them on the server. Went to go to the home page, and got:
Object reference not set to an instance of an object.
So, I set up debugging on the server and got the following error:
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 552:
Line 553: ' set skin id to an explicit short name to reduce page payload and make it standards compliant
Line 554: ctlSkin.ID = "dnn"
Line 555:
Line 556: 'Manage disabled pages
|
Source File: D:\Inetpub\wwwroot\www.hypack.com\Default.aspx.vb Line: 554
Any thoughts on what I can do to get it back? I am going to try and replaced the DotNetNuke.WebControls.dll and all the js files with older ones and see how it goes.
Thanks,
NUZZI