Problems when trying to open a new ASP project (C#)

Discussion in 'Visual Studio' started by pongourcom1, Sep 10, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi

    I installed Visual Studion.Net 2003 on Window XP Professional. Whentrying to open a new ASP project (C#), I consistently get the message below:
    "Visual Studio .NET has detected that the web server is running ASP.NET version 1.0. The web application you are creating or opening can be compliant with ASP.NET 1.0. However, the appliaction will not be able to use new feature from ASP.NET 1.1"
    Under this message there are 2 options
    1. Do not open the application. I will upgrade ASP.NET to latest version
    2. Make the application compliant with ASP.NET 1.0
    Even withthe 2nd option, I can't open the new project!!

    Could anybody please help me out?
    Luc


    Post Edited By Moderator (Joel Thoms) : 9/11/2006 9:17:43 PM GMT
     
  2. This command, C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i, successfully registered version 1.1; but the problem remains unsolved. Framework 1.1 is already on my system.


    Thanks for your help.


    Luc
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    check the script mapping on the site's (as well as the sub directory) to make sure aspx is mapped to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll




    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Would you mind being more specific? I don't get it.
    Thanks,
    Luc
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Do you have IIS installed on your computer? or are you using PWS?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. IIS was installed prior to installing Visual Studio .net 2003. I never used PWS explicitly.
    Thanks,
    Luc
     
  7. I love the casini local server vs. needing to run IIS to test classic ASP.
    http://www.google.com/microsoft?q=casini

    Little tip, create a test folder on your account site for testing ASP, then you won't need to run IIS locally anymore.
     
  8. How about ASPX?


    LUC
     
  9. No need to have IIS enabled to test ASPX pages, the Casini server will do the work for you.
     
  10. It sounds like Casini goes with VS 2005. I just have VS 2003. Would you mind futher elaborating?


    Thanks,


    Luc
     
  11. Ahhhhh, all clear now.


    I still use the .NET version of 2003 for the Valve C++ SDK but VS 2005 for actual .NET work.


    I'd recommend installing the free express version of 2005 to test your ASPX pages.


    Or step up to VS 2005 Pro, it's sweet.
     
  12. Bruce

    Bruce DiscountASP.NET Staff

  13. I would encounter conversion problems were I to use VS 2005.I did try to convert some of my legacy projects into version 2005 but it was nightmare.
    Thank you for your suggestions.
    Luc
     
  14. I still have to use VS .NET 2003 for some projects because VS 2005 doesn't support all of the C++ fallbacks.
    If you follow the Microsoft Coding for Fun posts they've been working on these problems for 10 months now.
    Personally I don't mind working in both VS IDEs but it will be nice to shelf VS .NET 2003. [​IMG]
     
  15. Thank you for your response. I have switched everything to windows 2000.

    Luc
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page