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.

Re: Chart on Windows Form VS2005 by Eric

Eric
Fri May 12 05:37:25 CDT 2006

better use ChartFX Lite:
http://www.chartfx.com/sfxNetProducts/cfxLiteForNet/

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc. (www.s2i.com)
http://emoreau.s2i.com/

"dflatcsharp" <dflatcsharp@discussions.microsoft.com> wrote in message
news:E58EF45E-DF04-4116-A90D-5F9D4E984F30@microsoft.com...
>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.



RE: Chart on Windows Form VS2005 by dflatcsharp

dflatcsharp
Fri May 12 07:48:01 CDT 2006

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.

"dflatcsharp" wrote:

> 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.

RE: Chart on Windows Form VS2005 by dflatcsharp

dflatcsharp
Fri May 12 09:52:02 CDT 2006

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.

"dflatcsharp" wrote:

> 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.