Software Archive
Read-only legacy content
17061 Discussions

Intel.SoftwareManager package doesn't load correctly; MSVC 2010

AARON_K_Intel
Employee
951 Views

Hi,

We're running devenv.exe from within cygwin, and get the following message when starting Visual Studio 2010:

"The 'Intel.SoftwareManager.IsmPkg,Intel.SoftwareManager,Version=1.0.0.4...' package did not load correctly." The rest of the dialog suggests examining ActivityLog.xml.

The error from ActivityLog.xml reads:

<record>65</record>
    <time>2013/10/03 00:20:48.829</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>SetSite failed for package [Intel.SoftwareManager.IsmPkg, Intel.SoftwareManager, Version=1.0.0.4, Culture=neutral, PublicKeyToken=338423d0c6ec8b0d]</description>
    <guid>{0EB46392-119D-44D1-A0BE-C67AFDDDDA6E}</guid>
    <hr>80004003 - E_POINTER</hr>
    <errorinfo>Value cannot be null.
Parameter name: path1</errorinfo>

Is there a way to resolve this issue?

0 Kudos
5 Replies
Bernard
Valued Contributor I
951 Views

It looks as a null pointer and that hex address could be the address of the culprit or error code.

0 Kudos
AARON_K_Intel
Employee
951 Views

Right. 0x80004003 is the MS return code for invalid pointer. The problem is that I don't have any more visibility into what's happening. I was hoping that someone could shed some insight on what to look for to resolve this, such as the parameters that SetSite is using, and the source of those parameters.

Thanks, Aaron

0 Kudos
Bernard
Valued Contributor I
951 Views

I also do not know how to start troubleshooting this.

0 Kudos
Kirill_R_Intel
Employee
951 Views

AARON K., if you still experience the problem, please submit an issue to premier.intel.com.

0 Kudos
AARON_K_Intel
Employee
951 Views

Will do, thank you.

0 Kudos
Reply