Jump to content
Software FX Community

Asim

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Asim

  1. This is the exact error that I am getting.. "Could not load file or assembly 'ChartFX.WebForms.Base, Version=7.0.3306.26521, Culture=neutral, PublicKeyToken=a1878e2052c08dce' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)" Regards, Asim
  2. Hi, I have created a silverlight addon server application with rendering option set to "Silverlight", as per the provided documentation on rendering of this page the chart shouldn't be appearing on the page but in my case its there with no XAML being generated in the source. When I tried to provide the rendering option via code I am getting a runtime exception of "unable to locate input assembly ChartFX.Webform.Base or one of its dependencies" with the issue of version being provided in the manifest being different than that of the loaded assembly. I am using VS 2008 and silverligh 3.0. Can anybody help me out in this regard. Thanks, Asim P.S. the code used to manually provide rendering option is :Chart1.OutputWriter =new ChartFX.WebForms.Writer.Silverlight.SilverlightWriter();
×
×
  • Create New...