PDA

Click to See Complete Forum and Search --> : "Invalid Solution Configuration" build error after migrating to vs.net 2005


Hiral
Nov 23rd, 2005, 10:07 PM
Hi,

I have a solution which has projects dependent on SSPI (Security Support Provider Interface ).

When I try to build the solution from vs.net command prompt using following command I get "Invalid Solution Configuration" error:

"E:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" <solution path> /rebuild debug /out builddetails.log

I tried out by changing the "Platform target property" from "Any CPU" to "X86" but it is still giving the same problem. Also the "platform target property" for "SSPI" project always remains "Win32".

Same solution is compiling properly with vs.net 2003.
Any suggestion on how to proceed.

Hiral