Rank: Newbie Groups: Member
Joined: 5/29/2008 Posts: 1 Points: 3
|
I am trying to use Flash Chart (which we have been using since 2006) with a new version of our application that was built in VS2008. On our test site, it runs fine. However, on our target production site, it does not. The actuall DLL causes all compiled .aspx pages to fail with a "Exception from HRESULT: 0x8007007E" error. If I delete the DLL, the pages without charts load perfectly fine.
I have been in touch with the hosting company and they responded:
"Dear Customer,
The error you are seeing is usually caused by the .NET component trying to an non-exist COM object on the server.
I recommend you contact aurigma to see what could be the COM object their component needs access to."
Any suggestions, I need to fix this problem immediately.
Regards,
Allen
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 8/3/2003 Posts: 471 Points: 243
|
Hello,
You need to take msvcr71.dll from your development machine and copy it to %WINDOWS%/System32 folder on the target production server. It should help.
Sincerely yours, Dmitry Sevostjanov.
|