Hi,
I have a problem making a VS2010 .vsix extension works on VS 2012. In fact, I can build the solution on VS 2012 and it shows no errors, then after running the generated .vsix, an icon for the plugin under TOOLS appears but when clicking on it I got this error message:
Package did not load correctly
By looking at the activityLog file I found the following error
<errorinfo>Object reference not set to an instance of an object.</errorinfo>
Does anybody have an idea about how to resolve this issue?
Thanks,
Youcef