I’m using the latest nightly build, VS2008 prof trial and .NET 3.5 and I’m getting this error
‘Solution format of file ‘C:\test\Project\src\project.sln’ is not supported.’
Any Solution to overcome from it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know from what you posted if this will work, but if you’re trying to run the solution using a the Nant Msbuild task, you might be able to get away with substituting that for a an
exectask that calls the most recent version of msbuild as an executable. For example: