Unspecified error

H

henri korver

My situation: I try to use the Office Chart 11.0 component in both Visual Basic / C# .NET

I get the 'Unspecified error' message in design mode when I double-click on the chart and select the item 'Commands and Options'.

How do I get this working?

PS I have no problems with the previous Chart 10.0 object
 
A

Alvin Bruney [MVP]

your first step would be to manually re-register the owc11 dll on your
machine. at the command prompt run regsvr32 owc11.dll
 
Top