"Unable to create Web project... The file path... does not correspond to the URL..." error using VSS

D

David Webb

The problem started when the Working Folder for a project was somehow set to
the folder of another project. I set the correct working folder in VSS and
deleted the .vbproj files that had been created in the wrong folder on the
hard drive. Before I discovered these files, .NET kept trying to create a
new project with _1 following the project name. Deleting those files
corrected that problem.

I deleted the Virtual Directory, rebooted, and then recreated the Virtual
Directory for the project so that the folder structure in VSS matched the
folder structure on the hard drive. After rebooting (must reboot or else
..NET will not recognize the Virtual Directory), I created a new blank
solution and tried to add the projects from source control.

The file path is correct in the "Create local project from SourceSafe"
dialog.

In the "Set Project Location" dialog, the "Source Control Server Location"
is correct and the "Enter working copy Location Here" URL is correct (that
URL is mapped to the same folder in IIS as what is set as a Working Folder
in VSS).

Before deleting the .vbproj files that had been created in the wrong folder,
this is where the URL kept being changed to _1, etc.

Once I click the OK button in the "Set Project Location" dialog, I get the
following error:

"Unable to create Web project 'http://localhost/TeamCorpApp'. The file path
'C:\Projects\HALO2\PowerStreamII\TeamCorpApp' does not correspond to the URL
'http://localhhost/TeamCorpApp'. The two need to map to the same server
location. HTTP Error 404: Object Not Found."

The project name is TeamCorpApp and the project location is
C:\Projects\TeamCorpSolution\TeamCorpApp.

The erroneous .vbproj files were created in C:\Projects\HALO2\PowerStreamII
which was caused by that being set as the Working Folder in VSS.

Two other team developers have successfully created projects from source
control but I have not been able to.

Please help.

David Webb
Senior Application Developer
National Health Insurance Company
 
D

David Webb

Thanks for the response.

However, I am using .NET 2003 and that Q article states " This problem does
not occur when you use Visual Studio .NET 2003 because this version uses a
file that has the .htm file name extension for this process. "

I have created projects on a third computer without any problems so that
pretty much narrows the search to IIS and .NET on my computer. I've searched
registry on both the VSS server and my development server with no matches
for "Projects\HALO2\PowerStreamII" which is where the .vbproj files were
being placed before I corrected the Working Folder path in VSS.

Still no luck!
 
G

Guest

That's a bummer that my suggestion did not fix your problem. I've read that
some installs of Sharepoint Portal Server may mess up your IIS settings to
cause the problem you're experiencing.... perhaps, you could look into your
IIS logs to determine what VS.NET is trying to access that throwing the 404
not found error.

Sorry I can't be of more help!
 
D

David Webb

Nothing is logged in the IIS log file.

So, the question is; where is that folder path being cached? It's not in the
registry on the VSS or development machine.

One peculiar thing though; when VSS had the incorrect folder set as the
Working Folder, .NET created the .vbproj file in the folder that was
specified in VSS instead of using the Virtual Directory folder that was
setup in IIS. In otherwords, .NET wasn't using the file folder that was
mapped to the URL of the project but instead was using the Working Folder
path in VSS.

What's even stranger is that the two development workstations that I setup,
which is before I discovered the incorrect Working Folder, didn't have the
problem. .NET used the Virtual Directory folder that mapped to the URL as it
should have even though the Working Folder in VSS was probably not correct
(I never checked at that time).

I have tried to add the project by logging into VSS as one of the other
developers but I get the same results. That pretty much eliminates VSS.

Since IIS is not logging anything at all when I try to add the project and
VSS displays all of the correct paths in the VSS dialogs using different
logins; then the problem must be with .NET!

I really don't want to reinstall .net since there are a lot of preferences
that will be reset when I do but it is looking like that might be a last
resort.

But if the problem exists with .NET or IIS, then there MUST be the text
string "C:\Projects\HALO2\PowerStreamII" somewhere on my hard drive. But if
it is in a binary file, that would be impossible to locate.

David
 
D

David Webb

Correction, I was looking at the modified date of the log file which
apparently doesn't change when new events are added. This is an example of
an event that occurs when I try to add a project:

2005-02-04 20:01:39 127.0.0.1 - 127.0.0.1 80 GET
/TeamCorpApp/vs145240086429690612_tmp.htm - 404
Microsoft-Visual-Studio.NET/7.10.3077

If I place a simple html file in the project folder that is mapped to
http://localhost/teamcorpapp and browse to that file in IE, the web page is
displayed which proves that the virtual folder is mapped to that location.

Note the extension of the file that is not found in that log record
"...90612_tmp.htm" which might be what that article that you sent the link
to was mentioning.

David
 

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