cannot open web project

  • Thread starter Thread starter mimi
  • Start date Start date
M

mimi

I get the project from sourcesafe to my computer. The path is as
c:\inetpub\wwwroot\mywebproject, I set it to be virtual directory. When I
choose open -> project from web, there is nothing under mywebproject folder.
If I go to window explorer
c:\inetpub\wwwroot\mywebproject\mywebproject.csproj and double click on the
project file, I get the error said it is the web project, need to specify
its url path. What were wrong ?
 
There should be a file with the extension .webinfo. open this file in
NOtepad and see where the path is located.

Also you might want to check the .SLN file. If you are not sure then
post/email the contents to me.

Trevor Benedict R
MCSD

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
there will be file with .sln u need to check path there...and create virtual folder with same name..
 
Back
Top