2016-12-19 3 views
0

Ich versuche, eine .sln-Datei in Visual Studio 2008 Express zu öffnen. Dies hat mich zu einem Fehler veranlasst, wie in der angehängten Abbildung gezeigt, die besagt, dass * .vddproj von dieser Version der Anwendung nicht unterstützt wird.Öffnen von .vddproj in Visual Studio 2008 Express

Liegt es daran, dass es nicht mit Express Edition geöffnet werden kann?

enter image description here

Edit 1: Ich öffnete * SLN und nahm einen Blick. Es wird versucht, dieses "MTTS_Handy \ MTTS_Handy.vddproj" zu öffnen:

Microsoft Visual Studio Solution File, Format Version 10.00 
# Visual Studio 2008 
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HandyTerminal", "HandyTerminal\HandyTerminal.csproj", "{0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}" 
EndProject 
Project("{B900F1C2-3D47-4FEC-85B3-04AAF18C3634}") = "MTTS_Handy", "MTTS_Handy\MTTS_Handy.vddproj", "{FBE9C003-B418-4E18-84AA-A23885E7F7D7}" 
EndProject 
Global 
    GlobalSection(SolutionConfigurationPlatforms) = preSolution 
     Debug|Any CPU = Debug|Any CPU 
     Release|Any CPU = Release|Any CPU 
    EndGlobalSection 
    GlobalSection(ProjectConfigurationPlatforms) = postSolution 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Release|Any CPU.ActiveCfg = Release|Any CPU 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Release|Any CPU.Build.0 = Release|Any CPU 
     {0D9962DA-B521-46B6-BEC6-BFC8B7EA3E4F}.Release|Any CPU.Deploy.0 = Release|Any CPU 
     {FBE9C003-B418-4E18-84AA-A23885E7F7D7}.Debug|Any CPU.ActiveCfg = Debug 
     {FBE9C003-B418-4E18-84AA-A23885E7F7D7}.Release|Any CPU.ActiveCfg = Release 
    EndGlobalSection 
    GlobalSection(SolutionProperties) = preSolution 
     HideSolutionNode = FALSE 
    EndGlobalSection 
EndGlobal 

Edit 2: Ich habe versucht * .vddproj zu öffnen, und der Inhalt:

"DeployProject" 
{ 
"VSVersion" = "3:701" 
"ProjectType" = "8:{AB322303-2255-48EF-A496-5904EB18DA55}" 
"IsWebType" = "8:FALSE" 
"ProjectName" = "8:MTTS_Handy" 
"LanguageId" = "3:1033" 
"CodePage" = "3:1252" 
"SccProjectName" = "8:" 
"SccLocalPath" = "8:" 
"SccAuxPath" = "8:" 
"SccProvider" = "8:" 
    "Hierarchy" 
    { 
     "Entry" 
     { 
     "MsmKey" = "8:_0A93A7EC0012492D9AB60D21DBCD713F" 
     "OwnerKey" = "8:_UNDEFINED" 
     "MsmSig" = "8:_UNDEFINED" 
     } 
+0

Was ist vddproj? Projekt. Ich denke, es sollte .vdproj. –

+0

@VinhVu Ich bin mir nicht sicher. Ich habe gegoogelt und die meisten Ergebnisse zeigten * .vdproj auch. Wenn es * .vdproj ist, was sind die möglichen Ursachen? –

+0

Ich denke, Sie können versuchen, Ihr Projekt zu sichern, dann ändern Sie die Erweiterung dieses Projekts von .vddproj zu .vdproj. –

Antwort

0

Tut mir leid, es ist ein wenig spät, diese Antwort ist mehr für wenn jemand andere über diese Seite über Google kommt, wie ich es tat.

.vddproj Dateien sind "Smart Device" Installationspakete

https://msdn.microsoft.com/en-us/library/zcebx8f8(v=vs.90).aspx

Laut Google Sie diese nicht mit Visual Studio 2008 Express öffnen. Ich kann bestätigen, dass Visual Studio 2008 Professional sie öffnet. Wenn Sie Visual Studio installieren, suchen Sie in den zu installierenden Funktionen nach "Smart Device Programmability".