View Single Post
  #3  
Old 08-06-2004, 03:31 AM
fsolvsten fsolvsten is online now
Registered User
 
Join Date: 08-06-2004
Posts: 2
I was hoping for such a solution too. Afterall we do need to able to make automated builds.

I have looked into the sample build script "VStudio.bld". Sorry guys but it does noe work for me! VStudio.bld ends with a "Build successfully completed." but it is not builded correctly. Scanning through the log the following it is seen that the build of CSWebApp failed. Extract of log inserted at bottom of post.

The problem seems to arise in the creation of the virtual directory. It just does not work as the ones created from the IDE. It is e.g. impossible to open the project with "Project From Web".

/Finn

Log:
Building project step 'Build VS.NET Projects'...
Step default property 'Filename' = 'C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VS tudio\work\Source\MyNETProjects.71.sln'
Pre-processing...
C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VSt udio\work\Source\NET\CPPNETApp\CPPNETApp.71.vcproj ...setting base address...
C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VSt udio\work\Source\NET\CSNETLib\CSNETLib.71.csproj.. .setting base address...
C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VSt udio\work\Source\NET\CSWebApp\CSWebApp.csproj...se tting base address...setting properties...
C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VSt udio\work\Source\NET\ManagedCPPApp\ManagedCPPApp.7 1.vcproj...setting base address...
C:\DOCUME~1\FSOLVS~1\LOCALS~1\Temp\VisBuildPro\VSt udio\work\Source\NET\VBNETApp\VBNETApp.71.vbproj.. .setting base address...

Building configuration 'Release'...

Microsoft (R) Development Environment Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.

Visual Studio .NET cannot create or open the application. The likeliest problem is that required components are not installed on the local Web server. Run Visual Studio .NET setup and add the Web Development component.------ Skipped Build: Project: NETSetup, Configuration: Release ------

Project configuration skipped because it is not selected in this solution configuration
Reply With Quote