Every time I load my package I get an error
The 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly.
Looking in the activity log, there is an error
<entry>
<record>423</record>
<time>2012/07/17 13:50:24.089</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for packageSetSite failed for package</description>
<guid>{E269B994-EF71-4CE0-8BCD-581C217372E8}</guid>
<hr>80070002</hr>
<errorinfo>Could not load file or assembly MyPackage, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.</errorinfo>
</entry>
I can't get rid of this error message except by using /resetsettings and then it comes back again next time I start VS 2012.
My package does load and work ok, as far as I can see.
Any ideas?
Dermot