Build VS.Net Solution generates incorrect parameter order

Hi,

I'm using a "Build VS.Net Solution" action to build a Setup project. I already had a few of those actions that were working fine. Yesterday I added another such action by copying from an existing. Since that time I'm getting an error when running this action. The error is:

Running C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com with parameters : /build "Release|Default"/project "Setup\General\Setup.vdproj" "C:\Projects\MySetup.vs2008.sln"

The operation could not be completed. The parameter is incorrect.
Use:
devenv  [solutionfile | projectfile | anyfile.ext]  [switches]
devenv solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ]
 

So it looks like it adds the commandline arguments in an incorrect order, first the project file and then the solution.

It has been working fine for months and suddenly stopped working.

BTW, I'm using v6.3.0.1506.

UPDATE: It's still working fine in another FinalBuilder project. The difference there is that I use VS.NET 2005 as the VS.NET version on the Solution tab of the action. It's not working where I use VS.NET 2008.

Any insight is appreciated.

Thanks,
Jeffry van de Vuurst

Hi Jeffry,

Unfortunately we haven’t been able to reproduce the problem here, do you have service pack 1 installed for Visual Studio 2008? Also, if you could send in the FB project and the Visual Studio projects & solution (you can leave out the source files) we’ll try to reproduce it here. You can email the files to support [at] finalbuilder.com.

Regards,
Paul.

i’m having same issue…anyone find the resolution yet?