c# - VSIXManifest cannot be loaded -


i've installed microsoft visual studio sdk develop extensions visual studio. when create simple example without changes templates, visual studio refuses compile extension.

 1>------ rebuild started: project: vspackage1, configuration: debug cpu ------ 1>  vspackage1 ->  1>  vspackage1 ->  1>  vspackage1 -> o:\daten\visual studio 2012\projects\vspackage1\vspackage1\bin\debug\vspackage1.dll 1>  creating intermediate pkgdef file. 1>c:\program files (x86)\msbuild\microsoft\visualstudio\v11.0\vssdk\microsoft.vssdk.targets(75,5): error : vsixmanifest cannot loaded. ensure vsixmanifest valid xml file. 2>------ rebuild started: project: vspackage1_integrationtests, configuration: debug cpu ------ 2>  vspackage1_integrationtests -> o:\daten\visual studio 2012\projects\vspackage1\vspackage1\vspackage1_integrationtests\bin\debug\vspackage1_integrationtests.dll ========== rebuild all: 1 succeeded, 1 failed, 0 skipped ==========  projects build report:   status    | project [config|platform]  -----------|---------------------------------------------------------------------------------------------------   failed    | vspackage1\vspackage1.csproj [debug|any cpu]   succeeded | vspackage1\vspackage1_integrationtests\vspackage1_integrationtests.csproj [debug|any cpu]  time elapsed 00:00:02.56 

i did not change else. suggestions?


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -