R
RSGeeks184
Guest
I am trying to make one VSIX plugin in C#. The plugin works fine in when I am in develop mode. But when I am trying to install the plugin i.e. by double clicking the VSIX, it is not working.
I have read some documents and some people ae saying to make it package and then do the installation. But when I am setting the "Generate .pkgdef file" option as "True", I am getting errors like - "CreatePkgDef : error : ArgumentException: No Visual Studio registration attribute found in this assembly." and The assembly should contain an instance of the attribute 'Microsoft.VisualStudio.Shell.RegistrationAttribute' defined in assembly 'Microsoft.VisualStudio.Shell.Framework' version '16.0.0.0'
Basically I want to deploy my VSIX. How can I do this ?Can someone help in this ? Thank you.
Continue reading...
I have read some documents and some people ae saying to make it package and then do the installation. But when I am setting the "Generate .pkgdef file" option as "True", I am getting errors like - "CreatePkgDef : error : ArgumentException: No Visual Studio registration attribute found in this assembly." and The assembly should contain an instance of the attribute 'Microsoft.VisualStudio.Shell.RegistrationAttribute' defined in assembly 'Microsoft.VisualStudio.Shell.Framework' version '16.0.0.0'
Basically I want to deploy my VSIX. How can I do this ?Can someone help in this ? Thank you.
Continue reading...