Hi ,
I am exporting a C# template from VSTA and after registering it with my host application I am opening it in my host application .
It opens fine but give error "Method or Operation not implemented" on being run. But if I edit project template and add ProjectTypeGuid of vsta c#
project it opens fine but now give error "Visual Studio encountered unexpected error".
<ProjectTypeGuids>{A860303F-1F3F-4691-B57E-529FC101A107};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
I have to use a winexe template within my host application without any extensibility. Is it right way to achive this? Is there any role of
<ProjectExtensions><VisualStudio><flavouredProperties><ProjectProperties HostName etc..> in my case ?