473,416 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

"Unable to create Web project... The file path... does not correspond to the URL..." error using VSS with VS2003 in a Team Developemt environment

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
Jul 21 '05 #1
5 10991
We had a similar problem but was able to resolve it via MS's recommendations
at the following page:

http://support.microsoft.com/default...b;en-us;327283
"David Webb" wrote:
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

Jul 21 '05 #2
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!
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
We had a similar problem but was able to resolve it via MS's recommendations at the following page:

http://support.microsoft.com/default...b;en-us;327283
"David Webb" wrote:
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

Jul 21 '05 #3
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!

"David Webb" wrote:
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!
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
We had a similar problem but was able to resolve it via MS's

recommendations
at the following page:

http://support.microsoft.com/default...b;en-us;327283
"David Webb" wrote:
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


Jul 21 '05 #4
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
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:51**********************************@microsof t.com...
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!

"David Webb" wrote:
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!
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
We had a similar problem but was able to resolve it via MS's

recommendations
at the following page:

http://support.microsoft.com/default...b;en-us;327283
"David Webb" wrote:

> 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
>
>
>


Jul 21 '05 #5
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
"David Webb" <strangecargo> wrote in message
news:eE**************@TK2MSFTNGP12.phx.gbl...
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
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:51**********************************@microsof t.com...
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!

"David Webb" wrote:
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!
"sze tan" <sze ta*@discussions.microsoft.com> wrote in message
news:5D**********************************@microsof t.com...
> We had a similar problem but was able to resolve it via MS's
recommendations
> at the following page:
>
> http://support.microsoft.com/default...b;en-us;327283
>
>
> "David Webb" wrote:
>
> > 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
> >
> >
> >


Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Bruce A. Julseth | last post by:
This is my 2nd request. Is the question too vague? Or, too difficult to answer. I'm really a newbie at this VS.NET stuff and do appreciate some help on this problem.---I keep getting the error...
0
by: Joachim | last post by:
I have copied my ASP.NET solution from one computer with VS.NET to another, but when I try to run my solution I get the following error message: "Microsoft Development Environment" "Error while...
2
by: genc_ymeri | last post by:
Hi, We are a team of 4 using win2003 server (sp1) in our dev machines and VS2003 for our .Net web app. We did make a copy of our project (located to one "hardwarely old" PC ) to our machines. All...
2
by: Andrew | last post by:
VS.net Win 2k3 I'm getting the following error when attempting to debug. I'm not debugging remotely, just a local project. "Unable to start debugging. Cannot find port. Check the remote...
5
by: David Webb | last post by:
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...
5
by: Joăo Santa Bárbara | last post by:
hi there i have this error in VS2005 DEV Edition "Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information." i have create an windows...
1
by: Rich | last post by:
Hello, I downloaded a sample asp.net app (in C#). When I try to run it I get the following error message" "Error while trying to run project: Unable to start debugging on the web server. ...
2
by: ashishjainism | last post by:
I am unable to install my windows service and the installutil is throwing the following error: Running a transacted installation. Beginning the Install phase of the installation. See the...
0
by: mohamed82 | last post by:
Hi all. in my project using the inet controls for down loading zip file from site at the time error will occur for "unable to complete ur request" i think it will happening for the download more than...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.