Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Unable to read the project file...

Reply
Thread Tools

Unable to read the project file...

 
 
sello@operamail.com
Guest
Posts: n/a
 
      10-21-2005
A solution to many unresolved posts I've seen. Hope this helps...

Background.
I have a visual studio 2003 solution with several projects including
one asp.net project.

After moving things around on the hard drive and trying to open the
solution I get.

"Unable to read the project file ???.vbproj'. The system cannot find
the path specified."

Thats the web project

I can remove the project and re-add it ok but once I save my solution
and reopen I get the above message.

If I try and open it from the web http://localhost.. the file open box
refuses to display any files event though the web site is accessible
from IE and from IIS.

I can add the web project to a new solution and there are no problems
when the new solution is reopened.

Solution:
There is a file that contains the visual studio settings for the
solution. Not sure what it holds. Things like startup project, page.

If the solution is called mysolution.sln then the file is
mysolution.suo. It is a hidden file so you will need to turn on the
display of hidden files in windows explorer or use dos.

Delete it and all will be fine. VS will create a new one.
Make a backup of the whole directory if it makes you more comfortable.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error "Unable to read the project file .. The project file ' ' has been renamed or is no longer in the solution Amarpal ASP General 2 12-31-2011 01:44 AM
Unable to get the project file from the web server VB Programmer ASP .Net 2 08-27-2005 12:59 PM
Error: Unable to get project file from the Web server? Andrew ASP .Net Security 0 06-14-2005 03:50 PM
Unable to get the project file from the Web Server SteveS ASP .Net 2 06-16-2004 03:13 AM
Unable to get the project file from Web server Juan Dent ASP .Net 1 07-14-2003 06:18 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57