Jump to content
Software FX Community

Chart FX Silverlight Addon SERVER not generating XAML


Asim

Recommended Posts

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();

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...