View Full Version : MSChart 11 stopped working???


Dave the Wave
05-19-2006, 04:06 AM
I've been using Access 2003 to develop some reports with embedded MS
OfficeChart11.0 charts. Everything worked fine until today. I get an
error message about Access not being able to find a file. Access then
asks if I want to try to repair this problem, I say yes, a window
appears: Installing Application Server. Installation fails. A few more
error messages appear about linking using the DDE/ODE tools....

I try to unregister the OWC11.dll file via access's activeX dialog
window. Both registering and unregistering attempts fail via this
method. I unregister the OWC11.dll using the regsvr32 utility. It
indicates success, but when I go back to Access, the MSOfficeChart11.0
component still appears.

I've uninstalled the entire Office 2003 suite, then reinstalling
everthing. I get the same problem. I've searched a great number of
places (news groups, MSDN, MS website, etc) and have only been to find
others who are having this problem. None of the people who are having
this problem have recieved any replies????

I'm desparate, so my next move is to comb the registry looking for
OWC11 references. Any information would be GREATLY appreciated.

Thanks in advance!

Alvin Bruney
05-19-2006, 11:58 AM
strange problem indeed. So you can use the depends utility that ships with
visual studio to examin the OWC package to see what is wrong.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Dave the Wave" <dweeber@hotbot.com> wrote in message
news:3qcq629ro5iogs7ad162vk2njq0ui5po2u@4ax.com...
> I've been using Access 2003 to develop some reports with embedded MS
> OfficeChart11.0 charts. Everything worked fine until today. I get an
> error message about Access not being able to find a file. Access then
> asks if I want to try to repair this problem, I say yes, a window
> appears: Installing Application Server. Installation fails. A few more
> error messages appear about linking using the DDE/ODE tools....
>
> I try to unregister the OWC11.dll file via access's activeX dialog
> window. Both registering and unregistering attempts fail via this
> method. I unregister the OWC11.dll using the regsvr32 utility. It
> indicates success, but when I go back to Access, the MSOfficeChart11.0
> component still appears.
>
> I've uninstalled the entire Office 2003 suite, then reinstalling
> everthing. I get the same problem. I've searched a great number of
> places (news groups, MSDN, MS website, etc) and have only been to find
> others who are having this problem. None of the people who are having
> this problem have recieved any replies????
>
> I'm desparate, so my next move is to comb the registry looking for
> OWC11 references. Any information would be GREATLY appreciated.
>
> Thanks in advance!

Dave the Wave
05-19-2006, 03:44 PM
I only Office 2003. I don't have VS. IS there another way to check the
dependencies?

On Fri, 19 May 2006 06:58:33 -0400, "Alvin Bruney" <www.lulu.com/owc>
wrote:

>strange problem indeed. So you can use the depends utility that ships with
>visual studio to examin the OWC package to see what is wrong.

Alvin Bruney
05-19-2006, 04:50 PM
you can get the depends utility on the web if you google. I know of no other
way.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Dave the Wave" <dweeber@hotbot.com> wrote in message
news:gcmr62l82ko7b2f76b14esp12fv0aq64ti@4ax.com...
>I only Office 2003. I don't have VS. IS there another way to check the
> dependencies?
>
> On Fri, 19 May 2006 06:58:33 -0400, "Alvin Bruney" <www.lulu.com/owc>
> wrote:
>
>>strange problem indeed. So you can use the depends utility that ships with
>>visual studio to examin the OWC package to see what is wrong.

Dave the Wave
05-20-2006, 02:35 AM
Thanks for your help so far. I googled, downloaded, and here is what I
came up with. I don't really understand the significance of all the
info, nor what I can do to get my charts working again.

First I ran DependencyWalker program. See the OWC11.gif file for the
screen. There's an error message and a red highlight next to the file
MPR.DLL. I then used DepedencyWalker to search for the MPR.DLL
program. The same error message as before plus a highlighted command.
(See MPR-DLL.gif)

The information told me what I knew before, there was a prolbem
finding the import something or other.

I used a program called DLL Show, to locate all the MRP.DLL files on
my machine. (See MPR-dll listings.gif) Strange enough, two new
instances of MPR.DLL show up with the same date as when everything
went wrong.

I've tried to unregister the MPR.DLL file, but it won't. It's either
locked by another program or it's import problem prevents it from
being unregistered. I tried copying the older files over the new
files, but Windows would not allow that either.

Any suggestions?

Thanks again for all your assistance.


On Fri, 19 May 2006 11:50:16 -0400, "Alvin Bruney" <www.lulu.com/owc>
wrote:

>you can get the depends utility on the web if you google. I know of no other
>way.

Alvin Bruney
05-23-2006, 03:19 PM
One approach is to reboot the machine and when it comes up, try to
unregister the dll. This dll has to do with network communication by the
way - i don't see how this is related to owc (but it may be). So try to fix
it first.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------

"Dave the Wave" <dweeber@hotbot.com> wrote in message
news:63ss629hj5gej1g8vfoh0comqgvsvu2q50@4ax.com...
> Thanks for your help so far. I googled, downloaded, and here is what I
> came up with. I don't really understand the significance of all the
> info, nor what I can do to get my charts working again.
>
> First I ran DependencyWalker program. See the OWC11.gif file for the
> screen. There's an error message and a red highlight next to the file
> MPR.DLL. I then used DepedencyWalker to search for the MPR.DLL
> program. The same error message as before plus a highlighted command.
> (See MPR-DLL.gif)
>
> The information told me what I knew before, there was a prolbem
> finding the import something or other.
>
> I used a program called DLL Show, to locate all the MRP.DLL files on
> my machine. (See MPR-dll listings.gif) Strange enough, two new
> instances of MPR.DLL show up with the same date as when everything
> went wrong.
>
> I've tried to unregister the MPR.DLL file, but it won't. It's either
> locked by another program or it's import problem prevents it from
> being unregistered. I tried copying the older files over the new
> files, but Windows would not allow that either.
>
> Any suggestions?
>
> Thanks again for all your assistance.
>
>
> On Fri, 19 May 2006 11:50:16 -0400, "Alvin Bruney" <www.lulu.com/owc>
> wrote:
>
>>you can get the depends utility on the web if you google. I know of no
>>other
>>way.