Laden...

Visual Studio 08 Projekt mit Visual C# 08 Express öffnen

Erstellt von Simon Heinzmann vor 15 Jahren Letzter Beitrag vor 15 Jahren 1.149 Views
Simon Heinzmann Themenstarter:in
43 Beiträge seit 2008
vor 15 Jahren
Visual Studio 08 Projekt mit Visual C# 08 Express öffnen

Hi,

ich hab eine intresante Beispielanwendung gefunden:
http://www.codeproject.com/KB/list/SmoothListBox.aspx

ich kann das Projekt leider mit meinem Visual C# 2008 Express Edition nicht öffnen, und bekomme die Fehlermeldung "Die Projektdatei "blabla" kann nicht geöffnet werden. Der Projekttyp wird von dieser Installation nicht unterstützt." <- siehe Anhang

in der Projektdatei "Smooth ListBos.sln"


Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Smooth ListBox", "Smooth ListBox\Smooth ListBox.csproj", "{4C918007-827E-43B4-916A-9EF47BC7BEA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Smooth ListBox (Test)", "Smooth ListBox (Test)\Smooth ListBox (Test).csproj", "{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extended ListItems", "Extended ListItems\Extended ListItems.csproj", "{EE6A7C33-3E63-4A01-8969-F5015F633B97}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4C918007-827E-43B4-916A-9EF47BC7BEA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4C918007-827E-43B4-916A-9EF47BC7BEA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4C918007-827E-43B4-916A-9EF47BC7BEA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4C918007-827E-43B4-916A-9EF47BC7BEA0}.Release|Any CPU.Build.0 = Release|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Release|Any CPU.Build.0 = Release|Any CPU
		{E8B5A995-4F26-4F32-A86C-ABE28DF297D3}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{EE6A7C33-3E63-4A01-8969-F5015F633B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EE6A7C33-3E63-4A01-8969-F5015F633B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EE6A7C33-3E63-4A01-8969-F5015F633B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EE6A7C33-3E63-4A01-8969-F5015F633B97}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

steht das die Projektdatei mit Visual Studio erstellt worden ist.
**
Wie kann ich das Problem lösen??**

Gruss
Simon

F
10.010 Beiträge seit 2004
vor 15 Jahren

Das ist ein Projekt fürs CompactFramework.

Das geht erst mit VS.NET 2008 Professionel.
( bei 2005 wäre es std. )