View Single Post
  #1  
Old 06-05-2003, 02:24 PM
ThMoJe ThMoJe is online now
Registered User
 
Join Date: 06-04-2003
Posts: 2
Unhappy Error loading info for project when building web application

When using the "Make VS.NET" action to build a web application i get this error:

_____________________________________________
Error loading info for project file 'http://localhost/UserServices.csproj': The remote server returned an error: (403) Forbidden.
_____________________________________________

Trying to get browse 'http://localhost/UserServices.csproj' in IE of course gives this error:
_____________________________________________
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.csproj' may be incorrect. Please review the URL below and make sure that it is spelled correctly.

Requested Url: /UserServices.csproj
_____________________________________________


I have no problem opening the solution that i want to build in VS.NET and and build it manually. Also a command line invoked from within Visual Build works fine. Ex.:
devenv.com PathToMySolution.sln /rebuild "Release

Is there some thing wrong in the way Visual Build is getting the project info? My web is not located below C:\Inetpub\wwwroot and I use another share than wwwroot$ setup according to MS specifications?
Reply With Quote