Move ASP.NET Solution

R

Ryan Moore

I have an ASP.NET solution developed in Visual Studio which has been moved
from one computer to another. On the new computer, I have set up the same
virtual directory, but I still get the error:

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

It's not the "Web Development Component" problem, because I can open other
projects without problem. Any idea what I can do to fix this problem?

thnx
 
C

clintonG

You don't say if you can open the relocated project in Visual
Studio.NET which you may have to do. First, make sure you have
edited the .proj file to point to the correct directory.

Secondly, load the project in Visual Studio, go into the Solution
Explorer and determine if there is a need to re-establish References.
I would try this by rebuilding in debug mode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top