Problems Upgrading 3.0.5 > 4.0.2.1 [Could not load type 'umbraco.WebForm1]
I've followed the instructions, copied the required files over the old installation, checked permissions, run the upgrade wizard (had some problems with the DB update - it stalled, but 2nd time through the wizard i made it all the way through), changed the passwordFormat to Clear in order to log in, etc...
But now on all frontend pages i'm getting the following error:
which is referring to the following line:
Any ideas what's causing this, and how i can fix it?
I can't get any Umbraco debug info, so no help there... I've also made sure i'm trying on a page that doesn't have any User Controls or anything else very fancy on it.. just a straight simple page... so something wrong wtih Umbraco itself, not my implementation from what i can tell.
Everythign in the back end seems to be working fine, by the way :)
Hoping somebody can give me some pointers on how to fix this...
If you're running from the source or have taken an intermmediate step (say recompiling or adding code) VS may have updated this reference for you - erroneously. I'd try grabbing the defaut.aspx file from the released 4.0.2.1 archive.
Bah! This forum is really pissing me off... ok 3rd time lucky:
Thanks Paul... I'm running the "Umbraco 4.0.2.1 application, 4986K, uploaded Jun 3 - 5012 downloads" that i downloaded yesterday - top download on the Umbraco downloads page. OH WAIT!!! I didn't replace default.aspx from my v3 installation - that's what the problem is!!
I'll try it out shortly and let you know... if that's the case, then the upgrade manual has missed an important step. hehehe
That's really weird... I have fixed the problem.. turns out I ended up with a different default.aspx file, and i have no idea how. I've looked at the original zip file i got it from, and that one is correct. Then i looked at the original unzipped folder, and that is correct. But when i copied it from there to a temporary folder from which i copied files over the original v3 installation folder, the default.aspx file changed to this:
Honestly, i'm stumped to how this happened... perhaps this looks familiar to somebody else? Anyway, its resolved now, so not a big stress.. i'm just intrigued as to how this happened.
Problems Upgrading 3.0.5 > 4.0.2.1 [Could not load type 'umbraco.WebForm1]
I've followed the instructions, copied the required files over the old installation, checked permissions, run the upgrade wizard (had some problems with the DB update - it stalled, but 2nd time through the wizard i made it all the way through), changed the passwordFormat to Clear in order to log in, etc...
But now on all frontend pages i'm getting the following error:
which is referring to the following line:
Any ideas what's causing this, and how i can fix it?
I can't get any Umbraco debug info, so no help there... I've also made sure i'm trying on a page that doesn't have any User Controls or anything else very fancy on it.. just a straight simple page... so something wrong wtih Umbraco itself, not my implementation from what i can tell.
Everythign in the back end seems to be working fine, by the way :)
Hoping somebody can give me some pointers on how to fix this...
Cheers
Greg
Greg -
Are you running the released bits for 4.0.2.1? I'd expect the default.aspx to look like this instead:
<%
language</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="c#"</span></span><span style="font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;"><span style="color: #ff0000; font-size: x-small;">Codebehind</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="default.aspx.cs"</span></span><span style="font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;"><span style="color: #ff0000; font-size: x-small;">AutoEventWireup</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="True"</span></span><span style="font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;"><span style="color: #ff0000; font-size: x-small;">Inherits</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="umbraco.UmbracoDefault"</span></span><span style="font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;"><span style="color: #ff0000; font-size: x-small;">trace</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="true"</span></span><span style="font-size: x-small;"> </span><span style="color: #ff0000; font-size: x-small;"><span style="color: #ff0000; font-size: x-small;">validateRequest</span></span><span style="color: #0000ff; font-size: x-small;"><span style="color: #0000ff; font-size: x-small;">="false"</span></span>
If you're running from the source or have taken an intermmediate step (say recompiling or adding code) VS may have updated this reference for you - erroneously. I'd try grabbing the defaut.aspx file from the released 4.0.2.1 archive.
-Paul
I have no ides what just happend to the code snippet - let's try that again:
Thanks Paul... I'm running the "Umbraco 4.0.2.1 Jun 3
Thanks Paul... I'm running the
Bah! This forum is really pissing me off... ok 3rd time lucky:
Thanks Paul... I'm running the "Umbraco 4.0.2.1 application, 4986K, uploaded Jun 3 - 5012 downloads" that i downloaded yesterday - top download on the Umbraco downloads page. OH WAIT!!! I didn't replace default.aspx from my v3 installation - that's what the problem is!!
I'll try it out shortly and let you know... if that's the case, then the upgrade manual has missed an important step. hehehe
That's really weird... I have fixed the problem.. turns out I ended up with a different default.aspx file, and i have no idea how. I've looked at the original zip file i got it from, and that one is correct. Then i looked at the original unzipped folder, and that is correct. But when i copied it from there to a temporary folder from which i copied files over the original v3 installation folder, the default.aspx file changed to this:
is working on a reply...