View Single Post
  #1  
Old 04-11-2003, 08:54 AM
joshua_anderson joshua_anderson is online now
Registered User
 
Join Date: 04-11-2003
Posts: 2
Exclamation 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???
Reply With Quote