[SOLVED] Security Warning shows the first time a template is used

Answered Closed
0
0
  1. Remove Wisej
  2. Delete all files on C:\Users\<username>\AppData\Roaming\Microsoft\VisualStudio\<visual studio version>\ProjectTemplatesCache\
  3. Reinstall Wisej
  4. Open an Wisej project and add an EmptyPage or an EmptyWindow

=> A popup opens with a Security Warning asking whether Trust or Do Not Trust the template file.

Attachment
  • You must to post comments
Good Answer
0
0

That’s because we install the templates in the user’s location: [User Documents]\Visual Studio 2013\Templates\*

It’s a lot easier and faster for now. The downside is that user templates need to be trusted the first time they are used.

We may move the templates to the system location for the release, but that requires the installer to run “devenv /installvstemplates” which is very slow since it re-caches all the templates in your system and the installer must find the location of devenv.exe.

Best,

Luca

  • You must to post comments
Showing 1 result