Getting latest files from TFS error
-
Hi, We have all our code base in team foundation server. All of a sudden i am getting this error message, related to getting the latest files from TFS. It is not able to able to load the main web site project, resulting in this error message. I have VS2012. I had no issues in past opening the solution, it is just the past week that i am having a problem. But my fellow developers have VS2010.
Visual Studio needs to make non-functional changes to this project in order to enable the project to open in this version and Visual Studio 2010 SP1 without impacting project behavior.
I am not able to reload the main project, comes up with
error : The Web Application Project Emerson is configured to use IIS. The Web server 'http://localhost/' could not be found.
I am at my wits end trying to research this issue. Any thoughts? anything i missed? Much much appreciated!
-
Hi, We have all our code base in team foundation server. All of a sudden i am getting this error message, related to getting the latest files from TFS. It is not able to able to load the main web site project, resulting in this error message. I have VS2012. I had no issues in past opening the solution, it is just the past week that i am having a problem. But my fellow developers have VS2010.
Visual Studio needs to make non-functional changes to this project in order to enable the project to open in this version and Visual Studio 2010 SP1 without impacting project behavior.
I am not able to reload the main project, comes up with
error : The Web Application Project Emerson is configured to use IIS. The Web server 'http://localhost/' could not be found.
I am at my wits end trying to research this issue. Any thoughts? anything i missed? Much much appreciated!
Hi All, I solved this issue by addressing these two items:\ 1. Regarding the first error, need to remove the following tags in the csproj file
0
blah\blah\blah
4.02. Regarding the IIS error, I had to do this:
True change to False
I have another URL in place, and dont really use the localhost, my website has a defined another url in IIS, like http://mydev.ee.com. But i am still using IIS, how does this still work? many thanks,