Thread: ASP.NET Version Error

  1. #1
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499

    ASP.NET Version Error

    I just setup VS.NET on one of my home computers. The installation went fine, no errors, I followed all steps and did all of the updates and secondary installations that were recommended etc. So I start it up, go to create a new ASP.NET web application and I get this error

    Is this talking about IIS? I installed it off of a W2K disk like I was told to and configured it correctly. I have never installed this before, anyone else ever have this problem? I looked around the ASP.NET forums but didn't find anything on it.

  2. #2
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187

    my 2 cents

    You installed vs.net 2002 right ?
    because that installs framework 1.0, on your OS & IIS.

    The program you are trying to run is written for framework 1.1, thus the
    'wanna upgrade the framework ?'
    or
    'should I downgrade this web app ?'

    what you should do at a minimum:
    -upgrade your ASP.NET runtime to version 1.1

  3. #3
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499

    Thanks for the reply

    I should have mentioned that I solved this problem. I installed VS.NET 2003, the problem being that I installed the 1.1 SDK before I installed IIS. So IIS wasn't configured to version 1.1. I didn't know this was a problem because I just followed the installation instructions in order, silly me.

    This tool took care of it and everything works fine now.
    ASP.NET IIS Registration Tool (Aspnet_regiis.exe)
    Last edited by DISGUISED; 11-28-2003 at 11:36 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do you resolve this error?
    By -EquinoX- in forum C Programming
    Replies: 32
    Last Post: 11-05-2008, 04:35 PM
  2. Getting other processes class names
    By Hawkin in forum Windows Programming
    Replies: 3
    Last Post: 03-20-2008, 04:02 PM
  3. How to monitor process creation?
    By markiz in forum Windows Programming
    Replies: 31
    Last Post: 03-17-2008, 02:39 PM
  4. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  5. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM