Opening sln file

D

DaveHenson

Hi all,
I have copied my colleague's C# project but cannot open.
When I double clicked the sln file, it shows the below error message:

The project file 'C:\...\BookingSys.csproj' cannot be opnened.
The porject type is not supported by this installation.

I have placed the file in the same path as my colleague.
Any body advise is welcomed.
 
M

Marc Gravell

Well, what is the cproj? Is it perhaps a Web Application Project? If
so, perhaps you are using VS2005 (without SP1). Install SP1 (there is
also a deprecated standalone WAP install, but I'd go with SP1 every
time).

Alternatively - is it some other project type that you don't have
installed? CF perhaps?

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top