Have you got the C# parts of VS installed?Dave - David Lowndes |
Wednesday, October 15, 2008 2:10 PM
|
Have you got the C# parts of VS installed?
Dave |
 |
VS2005: How should I go about figuring out how to fix this? - eugen_n |
Wednesday, October 15, 2008 3:17 PM
|
Yes, I have everything C# installed
--
Thank you, eugen |
 |
VS2005: How should I go about figuring out how to fix this? - John Saunders |
Wednesday, October 15, 2008 3: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. - eugen_n |
Wednesday, October 15, 2008 6: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 |
 |