View Single Post
  #2  
Old 06-05-2003, 03:05 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The Make VS.NET action tries hard to convert the project URL into a local filename so that it can access the file (and possibly update depending on the options selected). It attempts to locate the project's virtual directory via ADSI (and the registry if that fails), and it looks for it by project name and project folder. If there is no explicit virtual dir for the project, it combines the root virtual dir and the relative project filename to guess at the file's location. It appears that all those attempts are failing in your case.

Please send the following info to support@kinook.com and we can look into it:

1. Versions of Visual Build Pro components (copy from Help | About | Install Info dialog).
2. Version/SP of Windows you are running on.
3. Version/SP of VS.NET and the .NET Framework
4. The SLN + .csproj files in question.
5. The .BLD file with the Make VS.NET step that is failing.
6. An export of the registry key 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\W3SVC\Parameters\Virtual Roots' if running IIS < v6.0

Thanks.
Reply With Quote