Well, what version of Visual Studio are those projects built in?
CodeProject articles always mention the target version at the top, so
you should keep an eye on that. If you have VS 2008, you should be
able to convert all previous version projects to the latest version.

I used to face this kind of problem when I worked on VS 2002 and every
sample app on the web used to be built in VS 2003. Then, I had to
manually convert them or use a converter (here's such a converter -
http://ajaymatharu.wordpress.com/2008/10/21/visual-studio-higher-to-lower-version-converter/)

On Apr 8, 9:13 pm, "[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.

Reply via email to