C # 2008 Express: project type (.csproj) is not supported by this version of the application

I tried to look at some CodePlex projects to try to understand how others are developing their applications. I am having trouble trying to open these projects in C # 2008 Express. When I open either a solution or csproj files, I come across this error message:

'Foo.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.

To open it, use the version that supports this type of project.

This does not happen when I open projects that I created myself. External projects are even automatically converted since 2005, when they are in this format, but throttled when it tries to open the converted file.

Is this a limitation for Express releases, or can I do something to fix this?

I tried to do a Google search, but the results I found were less useful.

Thanks!

UPDATE:
@JaredPar asked for a specific project that I'm having difficulty with.
The notorious "straw that broke camels back" is called Continuum , but I also ran into difficulties with other projects in CodePlex and also with the source Paint.NET.

I tried uninstalling and reinstalling, but the problem persists.

@brianpeiris :

Visual Studio
Microsoft Visual Studio 2008
9.0.30729.1 SP
Microsoft.NET Framework
3.5 SP1

: # Express

Microsoft Visual # 2008 91910-152-0000061-60196
Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB945282) KB945282
Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB946040) KB946040
Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB946308) KB946308
Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB947540) KB947540
Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB947789) KB947789


:
Microsoft Windows XP

2002
2


AMD Turion (tm) 64 X2 Mobile
TL-50
1,60 , 1,75

, , VS, . Web Developer Express, , , # .

+5
11

Continuum . Visual # Express . , , .

Edit:

Continuum.

:

  • Continuum-1.1.1-Source.zip
  • Continuum.sln Continuum.csproj
  • Windows Forms Visual # Express Continuum
  • Form1.cs Program.cs ""
  • ""
  • " "
  • , "bin", "obj" "CompliedBinary"
    • ""
  • ZedGraph.dll( zedgraph_dll_v5.1.5)

:

Unix-diff unedited Continuum sln csproj , , . ( , .) ( .)

Continuum_original.csproj vs Continuum_new.csproj

6c6
    <ProductVersion>9.0.21022</ProductVersion>
---
    <ProductVersion>9.0.30729</ProductVersion>
8c8
    <ProjectGuid>{FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}</ProjectGuid>
---
    <ProjectGuid>{E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}</ProjectGuid>
13c13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
---
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
37a38,46
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
225c234
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
---
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Continuum_original.sln vs Continuum_new.sln

3,4c3,4
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Continuum", "Continuum.csproj", "{FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}"
---
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Continuum", "Continuum.csproj", "{E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}"
12,15c12,15
        {FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {FD0F9C26-38BF-473F-8FD4-FDB1C7BEA600}.Release|Any CPU.Build.0 = Release|Any CPU
---
        {E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {E3E4FFA5-0EC3-4F94-B842-33C7A49B7FF5}.Release|Any CPU.Build.0 = Release|Any CPU

, , , , , unedited Continuum 1.1.1! , .

:

Microsoft Visual Studio 2008 9.0.30729.1 SP Microsoft.NET Framework 3.5 1 (SP1)

: # Express

Microsoft Visual # 2008
91910-152-0000061-60588 Microsoft Visual # 2008

Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB945282) KB945282 , http://support.microsoft.com/kb/945282.

Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB946040) KB946040 , http://support.microsoft.com/kb/946040.

Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB946308) KB946308 , http://support.microsoft.com/kb/946308.

Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB947540) KB947540 , http://support.microsoft.com/kb/947540.

Microsoft Visual # 2008 Express Edition 1 (SP1) - ENU (KB947789) KB947789 , http://support.microsoft.com/kb/947789.

Microsoft Windows Vista 6.0.6001 Pack 1 Build 6001

+3

.csproj ProjectType GUID - PropertyGroup.

+2

VSTS Unit Test? VSTS Unit Tests Express- Visual Studio . , , .

EDIT

, VSTS .

+1

, VS VS, .csproj.

.csproj, , . , #, .

: VS 2005, , , VS 2005, VS . web .csproj, VS 2005, .

Visual # Express 2008. , . Google.

.NET? - 3.5. , VS . - 2.0 , , , , .NET.

, Visual # 2005.

+1

, , , silverlight, mvc.. visual studio # express 2008 sp1. ( , .) , , . , , , , . SharpDevelop , , DLL, .

0

<ProductVersion> , .

0

@brianpeiris :

RTM Visual Studio/# Express 2008 9.0.21022.8, Visual Studio/# Express 2008 SP1 - 9.0.30729.1.

Microsoft Visual Studio 2008 Express Edition 1 (SP1). Visual Studio Express SP1.

0

: , : , .csproj <ProjectTypeGuids> , :

<-- <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> -->

, , , . google . , google , , XNA, # 2008 Express.

0

DB2 ( , (.csproj) .), , , "" > " " > "Visual Studio 2008" > " Visual Studio" > " Visual Studio 2008". enter.

devenv.exe/resetskippkgs

.

0

, ...

  • Goto Visual Studios.
  • devenv.exe/resetskipkgs

.

SkipLoading VSPackage; VSPackage.

The above command clears all SkipLoading tags.

0
source

Go to Start> All Programs> Visual Studio 2008> Visual Studio Tools> Visual Studio 2008 Command Prompt. Type the command below and press enter.

devenv.exe / resetskippkgs

He opens the Visual Studio 2008 development environment and, finally, everything is in order.

0
source

All Articles