简体   繁体   中英

Visual Studio extension define dependencies

How can I ensure, that my visual studio extension works on other users PC? I installed several SDKs and referenced libraries from them. I found the "Dependencies" tab in the vsixmanifest but have no clue what exactly I have do add here.

referenced libraries:

引用的库

Keep a Local copy of each reference. For every DLL or Reference, just right click on it and select Properties. In Properties Change "Copy Local" to true.

I hope this is what your problem is..

http://msdn.microsoft.com/en-us/library/ff363239.aspx

"If a user tries to install an extension that has dependencies, the installer verifies that the required assemblies are installed on the user system. If the required assemblies are not found, Extensions and Updates displays a list of the missing assemblies."

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