Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nate 143 posts 184 karma points
    Jul 06, 2010 @ 22:12
    Nate
    0

    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:

    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()%>;
  • Nate 143 posts 184 karma points
    Jul 13, 2010 @ 17:42
    Nate
    0

    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!

Please Sign in or register to post replies

Write your reply to:

Draft