Something else to look at - you mentioned you're using "VS 2008 Express". To my knowledge, there is no Visual Studio Express, but rather individual products for C#, VB, C++ and Web Developer Express, so you'd need to use the right one. If you're trying to open a .csproj in VB Express for example, I believe it would fail with the message you provided.
On Apr 8, 9:13 am, "[email protected]" <[email protected]> wrote: > Hello, > I have VS 2008 Express and am pretty new to development in general. I > am trying to open different projects from codeproject.com and > elsewhere but i frequently get the error: > The project file:someproject cannot be opened because its project type > (.vbproj) is not supported by this application. > > I get the same with csproj types. > > How am i able to open some of these projects? > Thanks.
