Provider Load Failure: System.ManagementException when installingthird party for Visual Studio 2008

P

Pedro Rosas Silva

Hi Everyone,

I'm facing a weird problem to install a third-party for VS 2008 on my
machine.
I have Windows XP SP3 installed and the setup breaks with the
following exception:

System.Management.ManagementException was unhandled
Message="Provider load failure "
Source="System.Management"
StackTrace:
at System.Management.ManagementException.ThrowWithExtendedInfo
(ManagementStatus errorCode)
at
System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext
()
at GetMACInfo(SByte* sReturn)
InnerException:

I have tried to reinstall WMI, but the problem is still there.
I have also tried this fix:

http://msdn.microsoft.com/en-us/library/bb961987.aspx

But.. Problem is still there.
Do you have any clue on this?

Thank you.
Best Regards,
Pedro Rosas Silva


Thanks
 
P

Pedro Rosas Silva

Hi Everyone,

I'm facing a weird problem to install a third-party for VS 2008 on my
machine.
I have Windows XP SP3 installed and the setup breaks with the
following exception:

System.Management.ManagementException was unhandled
  Message="Provider load failure "
  Source="System.Management"
  StackTrace:
       at System.Management.ManagementException.ThrowWithExtendedInfo
(ManagementStatus errorCode)
       at
System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext
()
       at GetMACInfo(SByte* sReturn)
  InnerException:

I have tried to reinstall WMI, but the problem is still there.
I have also tried this fix:

http://msdn.microsoft.com/en-us/library/bb961987.aspx

But.. Problem is still there.
Do you have any clue on this?

Thank you.
Best Regards,
  Pedro Rosas Silva

Thanks

Well, it turned out that by installing the application through the
command line using the option /N solved the problem.
The third-party is ChartFX.
I still don't know what this command line option does.

Best Regards,
Pedro Rosas Silva
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top