I'm trying to update my site from 4 to 4.5. The installation works and it updates my database. When I try to login it rejects my username/password combinination. To get past this I profiled the database and saw it was looking for an encrypted string. I then replaced that value in the database where the password would be.
After I log in I get the error below. I saw a similar thread that recommended copying in the 4.5 bin again, which I tried and it didnt work. Any ideas?
-Nate
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:
Line 22: <script type="text/javascript"> Line 23: jQuery(document).ready(function() { Line 24: var ctxMenu = <%#GetJSONContextMenu() %>; Line 25: var app = "<%#App%>"; Line 26: var showContext = <%#ShowContextMenu.ToString().ToLower()%>;
I tried to copy the new site into the old site. I started from scratch then copied over the relevant DLLs/templates/ect into the new site. Worked great!
Error when upgrading to 4.5
I'm trying to update my site from 4 to 4.5. The installation works and it updates my database. When I try to login it rejects my username/password combinination. To get past this I profiled the database and saw it was looking for an encrypted string. I then replaced that value in the database where the password would be.
After I log in I get the error below. I saw a similar thread that recommended copying in the 4.5 bin again, which I tried and it didnt work. Any ideas?
-Nate
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:
I tried to copy the new site into the old site. I started from scratch then copied over the relevant DLLs/templates/ect into the new site. Worked great!
is working on a reply...