While try to open the project - getting error.
Posted
by Gopal
on Stack Overflow
See other posts from Stack Overflow
or by Gopal
Published on 2010-05-23T04:56:59Z
Indexed on
2010/05/23
5:00 UTC
Read the original article
Hit count: 253
Using Visual Studio 2008
I have .net file name like UPS.Tek, version - Visual Studio 2005
C# files are
UPSReport.cs (Visual C# Source File)
UPSConn.Cs (Visual C# Source File)
UPSBase.cs (Visual C# Source File)
....,
When i try to open the C# files individually in VS 2008, the C# files are opening But When I try to open this UPS.Tek in Visual Studio 2008, It showing error as "make sure the application for the project type .csproj is installed"
How to solve this error.
© Stack Overflow or respective owner