B
Bob Dankert
I am trying to use the Microsoft Chart Control COM component in dotnet 2.0
but keep getting "class not registered" exceptions when I try to run the
code. I have done the following so far to try and get around this issue:
- registered mschart20.ocx using "regsvr32 mschrt20.ocx"
- registered AxInterop.MSChart20Lib.dll using regasm
- registered Interop.MSChart20Lib.dll using regasm
- reinstalled Office Web Components 2003
Unfortunately, none of these has made any difference. More or less, I am
doing the following with my code:
- create new project
- add Microsoft Chart Control 6 reference (listed in COM object list)
- drag a Microsoft Chart Control 6.0 (SP4)(OLEDB) to my form
- Try to run the code - class not registered exception is thrown every time
Does anyone have any ideas?
Using DotNet 2.0 with VS 2005 on Windows XP 64-bit currently.
Bob Dankert
but keep getting "class not registered" exceptions when I try to run the
code. I have done the following so far to try and get around this issue:
- registered mschart20.ocx using "regsvr32 mschrt20.ocx"
- registered AxInterop.MSChart20Lib.dll using regasm
- registered Interop.MSChart20Lib.dll using regasm
- reinstalled Office Web Components 2003
Unfortunately, none of these has made any difference. More or less, I am
doing the following with my code:
- create new project
- add Microsoft Chart Control 6 reference (listed in COM object list)
- drag a Microsoft Chart Control 6.0 (SP4)(OLEDB) to my form
- Try to run the code - class not registered exception is thrown every time
Does anyone have any ideas?
Using DotNet 2.0 with VS 2005 on Windows XP 64-bit currently.
Bob Dankert