#1
|
|||
|
|||
Object reference not set to an instance of an object.
Hello, i am having a bit of a problem here. A VS.Net solution is not building in VBP. The solution builds fine in VS.Net and with the command line compiler. I get this error:
--------------------Starting Build: 'SOAR.bld'-------------------- Building project step 'Build application server code'... Step default property 'Filename' = C:\Documents and Settings\jodaan1\My Documents\Visual Studio Projects\SOAR Build\SOAR_ServerSolution\SOAR_ServerSolution.sln Object reference not set to an instance of an object. Step 'Build application server code' failed Building failure step 'Problematic build message'... Step default property 'To' = joshua.anderson@familyheritagelife.com Message successfully sent Build ended. It is as if VBP never even gets to this solution. I know the path is right because i used the browse option to get to the .sln file, so it is not typed incorrectly... Any ideas??? |
#2
|
|||
|
|||
This turned out to be a certain configuration of an Enterprise Template solution that the Make VS.NET action wasn't handling correctly. It will be fixed in the next release.
|
|
|