Hi,
I have created the Custom Visual studio menu project. If I install the VSIX and try to open the VS2012 and VS2013 the below message will be displayed
"The ‘My Package Name’ package did not load correctly. You can get more info from "C:\Users\Abbas\AppData\Local\Microsoft\VisualStudio\12.0\Activitylog.xml " file
If I open the file the below entry will shows
<entry>
<record>51</record>
<time>2014/10/31 09:39:06.292</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [My Package Name]</description>
<guid>{494DE67D-07D7-dfdfd-8C35-CCFC33DA01B5}</guid>
</entry>
<entry>
<record>52</record>
<time>2014/10/31 09:39:06.386</time>
<type>Error</type>
<source>VisualStudio</source>
<description>CreateInstance failed for package [My Package Name]</description>
<guid>{494DE67D-07D7-dfdfd-8C35-CCFC33DA01B5}</guid>
<hr>80131604</hr>
<errorinfo>Exception has been thrown by the target of an invocation.</errorinfo>
</entry>
<entry>
<record>53</record>
<time>2014/10/31 09:39:06.386</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [My Package Name]</description>
<guid>{494DE67D-07D7-dfdfd-8C35-CCFC33DA01B5}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Exception has been thrown by the target of an invocation.</errorinfo>
</entry>
How to Resolve this ? Please suggest regarding this error.
Thanks in advance,
Abbas K
- Abbas K