简体   繁体   中英

Embeddeding the vsix file in Visual Studio

Recently, I download codesnippets file. It's extension name is .vsix file so how I used or install file via Visual Studio 2012

Usually you just need to double click a .vsix file to install the plugin. I think codesnippets.vsix has been made specifically for VS 2013, so I am not sure it will work with VS 2012.

The Visual Studio installation will register a handler for the VSIX extension. This allows you to just double click on the file and it will run the installer.

In case that association is broken you can manually run the installer. It is located at

C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\IDE\\VSIXInstaller.exe

first you should search for this problem on your behalf it is discussed many times.

have a look at: Stack Overflow Thread and MS Site

只需双击该文件,它就会自动安装。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM