Chart on Windows Form VS2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have VS2005 Team Edition for Software Developers Version 8.0.50727.42 with
..Net Framework 2.0.50727
I have created a Windows Form Project.
I have installed OWC11. I have Office 2003 installed on my machine.
I have added references to Microsoft Office Web Components 11.0,
Microsoft.Office 11.0 Object Library, Microsoft Graph 11.0 Object Library,
Microsoft Excel 11.0 Object Library
I click tools, chose toolbox items, Comm components and select Microsoft
Office
Chart 11.0
I drop a chart on my form. When I run the project and open the form I get:

Could not load file or assembly 'Interop.OWC11, Version 1.0.0.0,
Culture=neutral,
PublicKey Token=null' or one of its dependencies. The system cannot find the
file specified.
 
Thanks, for responding. Of course I was really looking for an answer to my
question rather than a suggestion to rewrite my project. I realize of course
that I could start over with some other product. I have written hundreds, if
not thousands of lines of code using OWC11 and although it has been painful
at times I have made it work. I believe this issue has to do with
registration of the dlls some how and I will probably call Microsoft BUT if
anyone can help it would be appreciated.
 
In case anyone is interested, I saved a backup of the forms in my project,
deleted the project, created a new project with the same name, added the
forms back to the project and it is back up and running. I hate that sort of
time wasting mess when it comes to Microsoft software. Seems like OWC are
the worst but the price is right.
 
Back
Top