Visual Studio 2005
(1)
Visual Studio
(1)
WPF
(1)
WCF
(1)
VS2005
(1)
Eugen
(1)
Tags
(1)
XML
(1)

VS2005: How should I go about figuring out how to fix this?

Asked By eugen_n
15-Oct-08 12:28 PM
Hello everybody,


Whenever I try opening a solution, VS is not able to open a couple of
projects.  The error type I'm getting is below:

---------------------------
Microsoft Visual Studio
---------------------------
The project file 'D:\Workspace\...\...csproj' cannot be opened.

The project type is not supported by this installation.
---------------------------
OK   Cancel   Help
---------------------------

The Output view gives no hint on what is wrong with this project so am
wondering where else I should look?  I'm using the exact same version of VS
2005 as the other team members.


--
Thank you,  eugen

Have you got the C# parts of VS installed?Dave

Asked By David Lowndes
15-Oct-08 02:10 PM
Have you got the C# parts of VS installed?

Dave

VS2005: How should I go about figuring out how to fix this?

Asked By eugen_n
15-Oct-08 03:17 PM
Yes, I have everything C# installed

--
Thank you,  eugen

VS2005: How should I go about figuring out how to fix this?

Asked By John Saunders
15-Oct-08 03:32 PM
So, what type of project is it? What's in there?
--
John Saunders | MVP - Connected System Developer
OK, I did figure this out.
Asked By eugen_n
15-Oct-08 06:46 PM
OK, I did figure this out.  The projects in question were created with VS
2005 that had "Visual Studio 2005 Extensions for .NET Framework 3.0 (WCF &
WPF)" installed on top of it, while my copy of VS 2005 did not have it.

Just for the archive, I did figure this out by right clicking in VS the
projects in question, picked the option that opens the project in the IDE and
have noticed that some of the XML tags had warnings as being unknown ones.
Looking those up led me to install the 2005 extensions.


--
Thank you,  eugen
Post Question To EggHeadCafe