Missing Required Components

Last post 04-01-2008 8:40 AM by hank_freid. 3 replies.

Sort Posts:

  • Missing Required Components

    08-02-2005, 12:00 PM
    • Loading...
    • besharp
    • Joined on 08-02-2005, 3:49 PM
    • Posts 6
    When I try to open an application to debug a problem I get the following error from VS.NET....

    Visual Studio .NET cannot create or open the application.  The likeliest problem is that required components are not installed on the local Web server.  Run Visual Studio .NET setup and add the Web Development component.

    Right now I have the website setup to run on a remote server.  When I debug or mainting I just open the file locally via a mapped drive to the remote server and make changes (or at least I would if I could get VS .NET to open it).  Can anybody clue me in on what component I might be missing and on which server it should be installed?
  • Re: Missing Required Components

    08-02-2005, 5:54 PM
    • Loading...
    • monu245
    • Joined on 10-20-2004, 1:58 PM
    • Posts 177
    If you open .sln file in notepad you will find a path like

    "http://localhost/CommerceVBVS/CommerceVBVS.vbproj"

    what this does is locates the project file at location "http://localhost/CommerceVBVS/" and it is not finding this application at that path. because of that it is giving error.

    Solution:
    1) Copy whole code on local machine, run and test it. and put the code back to server.
    2)  change your IIS setting and make the mapped application ur web site root folder and make virtual directory as necessary.

    Option 1 is the best solution.

    Monu245
    http://www.codaddict.com - A new way to share/store/bookmark your code snippets
  • Re: Missing Required Components

    10-10-2007, 3:29 PM
    • Loading...
    • jrlopezp
    • Joined on 01-02-2007, 5:58 AM
    • Keller, TX
    • Posts 19

    Just in case it helps anyone out there.  In my case, the solutions above did not work.  I kept trying different things from sites all over the web and none seemed to take care of the problem.

    What I ended up doing is to create a new blank solution in the remote (new) environment and just re-add all the projects to it and bingo - it worked.  My original solution file, for some reason had something that the new environment did not like (at least that's my guess)

    Cheers!

    Jose Lopez

  • Re: Missing Required Components

    04-01-2008, 8:40 AM
    • Loading...
    • hank_freid
    • Joined on 04-01-2008, 12:34 PM
    • Posts 1

     I was working with a customer today on an issue.  The customer had a custom VS project that he had inherited from another developer who had since left the company on other pursuits.  While the original developer could work in the solution just fine, the new developer was receiving the following error message

    • Visual Studio .NET cannot create or open the application.  The likeliest problem is that required components are not installed on the local web server.  Run Visual Studio .NET setup and add the web development component.

     

    To solve out your problem you are requested to visit Missing Required Components

    fan of hank freid who posted his or her views
Page 1 of 1 (4 items)
Microsoft Communities
Page view counter