I get Object reference not set to an instance of an object.
and following stack trace:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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:
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.
I made copy of my local dev website and upgraded it first from 5 R2 SP 2 to 6 then 6 R2 and the upgraded version worked fine.
Then I stopped upgraded website and started to work teh original old version (5 R2 SP 2) by restoring its equivalent DB to have things as they were. But now I suddenly get this strange error and I cant even hit by debug on any entry point in code.
Looks like you didn't revert fully. Are you sure you're running all files (config and DLL's especially) from the 5 R2 SP2 as they were before the upgrade touched them?
Hi
I get Object reference not set to an instance of an object.
and following stack trace:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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:
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:
WHAT I DID IS:
I made copy of my local dev website and upgraded it first from 5 R2 SP 2 to 6 then 6 R2 and the upgraded version worked fine.
Then I stopped upgraded website and started to work teh original old version (5 R2 SP 2) by restoring its equivalent DB to have things as they were. But now I suddenly get this strange error and I cant even hit by debug on any entry point in code.
Anyone know how to fix this ?