View Single Post
  #1  
Old 08-06-2003, 12:56 PM
jcox jcox is online now
Registered User
 
Join Date: 08-06-2003
Posts: 6
Unable to build .NET Web apps

Using VSS 6c, I can get the files on to my build system but if I try to build the Project I get:

The project you are trying to open is a Web project. You need to open it by specifying its URL path.
Process completed with exit code 1

If I build first in .NET and answer Yes to create the Web directory, it will build correctly. I am build from a CLEAN machine with no refs and no binaries. I should be able to build the project and create the binaries and save them to the localhost.

How can I capture the request to create the virtual directory in VBP so I can build from my Local VSS structure to the Local virtual directory then copy to the Web Farm?

JC
Reply With Quote