Thanks for your response jedatu,
So I think the file shared should be ok. The problem is likely due to the
webserver's http url can not quite be corrrectly resolved as the IIS site
so that fails to be mapped to the shared folder.... Does that work if
just creating or open web project inside the XP virtual PC itself(through
the
http://shiraz url)?
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Unable to open Web project
| thread-index: AcYhEXNB+hVoKjF7Q5u7WfBVtIIAYw==
| X-WBNR-Posting-Host: 69.8.132.179
| From: =?Utf-8?B?SmVk?= <jedatu@newsgroups.nospam>
| References: <816B5182-408F-48F9-A8C9-83A87A8D9F01@microsoft.com>
<nF$0#hPIGHA.1240@TK2MSFTNGXA02.phx.gbl>
| Subject: RE: Unable to open Web project
| Date: Tue, 24 Jan 2006 10:10:25 -0800
| Lines: 48
| Message-ID: <31D78C65-F5DD-4779-975F-3768C145D627@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:373222
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Thanks for the leads! Here is what I tried.
|
| > For the problem you mentioned, seems the network share that the VS 2003
IDE
| > is looking for dosn't match the actual location on your XP VPC box.
Does
| > the share folder and files correctly display if you just type the
| > \\shiraz\c$\inetpub\wwwroot\vdir\" ?
|
| Yes. I can browse (read/write/execute) either \\SHIRAZ\wwwroot$\ or
| \\SHIRAZ\c$\Inetpub\wwwroot
|
| Yes. It is the root web on Shiraz, but I have another project on that IIS
| server that is not a root and it won't open either. I throws the same
| error, so I think they are unrelated.
|
| > Also, you can directly double click the project file through the UNC
share
| > path like
| >
| > \\shiraz\c$\inetpub\wwwroot\MyProj\MyProj.csproj"
|
| Opening the project file directly produces the error:
| Unable to open Web project '/'. The file path '\\shiraz\wwwroot$' does
not
| correspond to the URL 'http://shiraz:'. The two need to map to the same
| server location.
| Unable to open Web project '/'. The file path '\\shiraz\wwwroot$' does
not
| correspond to the URL 'http://shiraz'. The two need to map to the same
server
| location.
|
| FYI:
http://shiraz is browseable from both the Host OS and the VPC OS.
|
| > to see how it result. In addition, generally the default expected
UNCShare
| > of a machine's IIS server is
| >
| > \\machinename\wwwroot$
|
| I set this up to remove the UNC path as a variable. It produced no
change
| to the behavior.
|
| > In addition, you can also try creating a new project from the client
| > machine on the host (XP vpc) machine to see what's the shared directory
vs
| > 2003 IDE is looking for ...
|
| I tried creating a new project and it choked too.
|
| FYI: I orginally created the project using Frontpage extensions, but I
| wanted to switch to File share for Source and Performance reasons.
Again, I
| have since removed Frontpage extensions.
|
| Any ideas?
|