VS 2003 and Vista

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike P

    VS 2003 and Vista

    Whenever I try to open a VS 2003 project on Vista I get the error :

    'VS.NET cannot create or open the application because no web server at
    the URL http://localhost/projname was detected'

    How do I solve this? I have a feeling IIS may not be installed on my
    machine, yet I have just installed the Ultimate upgrade on top of Home
    Premium.



    *** Sent via Developersdex http://www.developersdex.com ***
  • Mark Rae

    #2
    Re: VS 2003 and Vista

    "Mike P" <mike.parr@gmai l.comwrote in message
    news:OQ6o4ipUHH A.4828@TK2MSFTN GP05.phx.gbl...
    Whenever I try to open a VS 2003 project on Vista I get the error :
    How do I solve this?
    Currently, Visual Studio.NET is not supported on Vista. The earliest version
    which will *ever* be supported is Visual Studio.NET 2005 + SP1 + a patch
    which is currently in testing. Earlier versions will never be supported:


    N.B. this doesn't necessarily mean that earlier versions won't run - you
    might get some assistance from this:
    http://msdn2.microsoft.com/en-us/vstudio/bb188244.aspx - however you might
    like to consider *why* Microsoft can't support earlier versions on Vista,
    and then decide whether you really want to run it on that platform or not...

    If you have sufficient hardware, by far the simplest workaround is to
    download Virtual PC 2007 (it's free), create a WinXP Pro guest, and proceed
    from there - subject to licensing, of course...


    Comment

    • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

      #3
      RE: VS 2003 and Vista

      Make sure you install IIS. Jus because you upgraded does not mean it
      "automatica lly got installed". Although MS *says* that VS.NET 2003 isn't
      supported on Vista, it may still work OK, from reports I have read.
      Peter

      --
      Site: http://www.eggheadcafe.com
      UnBlog: http://petesbloggerama.blogspot.com
      Short urls & more: http://ittyurl.net




      "Mike P" wrote:
      Whenever I try to open a VS 2003 project on Vista I get the error :
      >
      'VS.NET cannot create or open the application because no web server at
      the URL http://localhost/projname was detected'
      >
      How do I solve this? I have a feeling IIS may not be installed on my
      machine, yet I have just installed the Ultimate upgrade on top of Home
      Premium.
      >
      >
      >
      *** Sent via Developersdex http://www.developersdex.com ***
      >

      Comment

      • Mark Fitzpatrick

        #4
        Re: VS 2003 and Vista

        VS 2003 relies on the FrontPage Server Extensions to open web sites using
        http. The FP Server Extensions are not supported with IIS 7 and Vista so
        there is no facility to open a web through http.


        --

        Hope this helps,
        Mark Fitzpatrick
        Former Microsoft FrontPage MVP 199?-2006

        "Mike P" <mike.parr@gmai l.comwrote in message
        news:OQ6o4ipUHH A.4828@TK2MSFTN GP05.phx.gbl...
        Whenever I try to open a VS 2003 project on Vista I get the error :
        >
        'VS.NET cannot create or open the application because no web server at
        the URL http://localhost/projname was detected'
        >
        How do I solve this? I have a feeling IIS may not be installed on my
        machine, yet I have just installed the Ultimate upgrade on top of Home
        Premium.
        >
        >
        >
        *** Sent via Developersdex http://www.developersdex.com ***

        Comment

        • Cowboy \(Gregory A. Beamer\)

          #5
          Re: VS 2003 and Vista

          Open up the Windows Options under Add/Remove programs. You will then have to
          add IIS 6 support options, by drilling down into the web server options. You
          may also have to reinstall .NET Framework 1.1 (do not think so, but it is
          possible) and set up the sites to use 1.1.

          You should also run VS.NET as admin.

          Realize VS.NET is not supported, so you may have other issues.

          --
          Gregory A. Beamer
          MVP; MCP: +I, SE, SD, DBA


          *************** *************** **************
          Think outside the box!
          *************** *************** **************
          "Mike P" <mike.parr@gmai l.comwrote in message
          news:OQ6o4ipUHH A.4828@TK2MSFTN GP05.phx.gbl...
          Whenever I try to open a VS 2003 project on Vista I get the error :
          >
          'VS.NET cannot create or open the application because no web server at
          the URL http://localhost/projname was detected'
          >
          How do I solve this? I have a feeling IIS may not be installed on my
          machine, yet I have just installed the Ultimate upgrade on top of Home
          Premium.
          >
          >
          >
          *** Sent via Developersdex http://www.developersdex.com ***

          Comment

          Working...