Can someone tell me how to register (in the page) this dll after adding it as a reference? because I want to use the chart control and it gives me this error when i write this :
Error 1 The type or namespace name 'Interop' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Mazen\Documents\Visual Studio 2008\WebSites\Gymo\Financial\Summary.aspx 8
I dont konw what to do or how to reference it , I can see this in the bin folder :
Interop.MSChart20Lib
I downloaded the mschrt20.ocx file and registered it with cmd , then added as reference microsoft chart control 6.0 .
I tried renaming the dll without the word interop it gives this error :
Error 1 Could not load file or assembly 'MSChart20Lib' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I had the add on setup file already but I thought it's just an extra add on ( to be installed later ) , then I thought I'll just add the dll file as a reference from ( c:program files : chart control : the 2 dlls there ) then when i ( add any as a reference
) it just doesnt appear in the bin folder , I googled it some guy said use this mschrt20.ocx , and I started using it and it didnt work...I googled it and no results appeared at the end I posted here at the forum , It's working now thanks alot.
Mazenx
Member
483 Points
445 Posts
register Interop.MSChart20Lib.dll
Nov 29, 2009 11:41 AM|LINK
Can someone tell me how to register (in the page) this dll after adding it as a reference? because I want to use the chart control and it gives me this error when i write this :
<%
@ Register Assembly="Interop.MSChart20Lib" Namespace="Interop.MSChart20Lib" TagPrefix="CH" %>the error is :
Error 1 The type or namespace name 'Interop' could not be found (are you missing a using directive or an assembly reference?) C:\Users\Mazen\Documents\Visual Studio 2008\WebSites\Gymo\Financial\Summary.aspx 8
I dont konw what to do or how to reference it , I can see this in the bin folder :
Interop.MSChart20Lib
I downloaded the mschrt20.ocx file and registered it with cmd , then added as reference microsoft chart control 6.0 .
I tried renaming the dll without the word interop it gives this error :
Error 1 Could not load file or assembly 'MSChart20Lib' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
SGWellens
All-Star
126033 Points
10311 Posts
Moderator
Re: register Interop.MSChart20Lib.dll
Nov 29, 2009 02:26 PM|LINK
You don't have to do that.
See here for an example and links to the correct components.
My blog
Mazenx
Member
483 Points
445 Posts
Re: register Interop.MSChart20Lib.dll
Nov 29, 2009 02:42 PM|LINK
I had the add on setup file already but I thought it's just an extra add on ( to be installed later ) , then I thought I'll just add the dll file as a reference from ( c:program files : chart control : the 2 dlls there ) then when i ( add any as a reference ) it just doesnt appear in the bin folder , I googled it some guy said use this mschrt20.ocx , and I started using it and it didnt work...I googled it and no results appeared at the end I posted here at the forum , It's working now thanks alot.