Click to See Complete Forum and Search --> : I supposedly upgraded to ASP.NET 1.1 but...
jesus4u
Jun 2nd, 2003, 09:11 AM
When I open my old 1.0 ASP project in the new .NET Architect 2003 I get a message box telling me that I am not running ASP.NET 1.1 rather 1.0?! What's up with that? I have reinstalled the Framewrok 2 times, rebooted my computer and....nothing, still get the same message box!
ugh!
Cander
Jun 2nd, 2003, 09:15 AM
Your project is going to try to stay with 1.0 by default I would imagine.
Read
http://www.3leaf.com/default/articles/ea/SBS.aspx
jesus4u
Jun 2nd, 2003, 09:21 AM
Thanks for the link and it is all fine and dandy but what do I do then? Even if I try to create a new asp project in 2003 it still gives me the same error.
Cander
Jun 2nd, 2003, 09:29 AM
oh hmmm. I really do not know. I havent gotten my VS2003 in yet. :o
Edneeis
Jun 2nd, 2003, 10:09 AM
What version of the Framework is the host server running?
jesus4u
Jun 2nd, 2003, 10:10 AM
I fixed it! All I did was totally uninstall 1.0 and 1.1 then reinstalled 1.1 and all is ok.
angiras
Jun 9th, 2003, 02:20 AM
<startup>
<requiredRuntime imageVersion="v1.0.3705" version="v1.0.3705" />
<supportedRuntime version="v1.1.4322" />
<supportedRuntime version="v1.0.3705" />
</startup>
into your web.config you can set startup infis
MartinSmith
Oct 3rd, 2003, 09:51 AM
Or running
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe - i"
would have fixed it I think.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.