Results 1 to 8 of 8

Thread: I supposedly upgraded to ASP.NET 1.1 but...

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Thumbs down I supposedly upgraded to ASP.NET 1.1 but...

    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!

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    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.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    oh hmmm. I really do not know. I havent gotten my VS2003 in yet.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    What version of the Framework is the host server running?

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    I fixed it! All I did was totally uninstall 1.0 and 1.1 then reinstalled 1.1 and all is ok.

  7. #7
    New Member
    Join Date
    Jun 2003
    Posts
    9

    web.config

    <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
    angiras

  8. #8
    Fanatic Member
    Join Date
    Jul 2001
    Location
    London UK
    Posts
    671
    Or running

    "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe - i"

    would have fixed it I think.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width