Hi,
I cannot find any documentation on custom StartPages with the VS2012 SDK and I do have issues getting my StartPage up and running with a 2012 package.
In 2010 I used to define the startpage in the vsixmanifest as:
<Content>
<VsPackage>|%CurrentProject%;PkgdefProjectOutputGroup|</VsPackage>
<CustomExtension Type="StartPage">StartPage\MyStartPage.xaml</CustomExtension></Content>
With the new PackageManifest definition, I guess I have to define the StartPage as an Asset, but there is no "StartPage" Type present. So how can I register my StartPage?
In addition I try to get a 2012 VSShell up and running. This shell references the previous mentioned package and defines the startpage as:
[$RootKey$\StartPage\Default]
"Uri"="$RootFolder$\Extensions\MyPackage\StartPage\MyStartPage.xaml"
But unfortunately the StartPage is not installed at that location. How can I get it to install the MyStartPage.xaml?
All this used to work under 2010. I hope someone can help me getting it running under 2012.
Regards,
Rainier
A programmer ia a tool to convert coffein to code.