[Mono-winforms-list] Trouble using .NET 4.0 built-in charts (System.Windows.Forms.DataVisualization)
Jonathan Pobst
monkey at jpobst.com
Wed Dec 8 18:42:04 EST 2010
Mono does not implement System.Windows.Forms.DataVisualization (.Net
charts).
Jonathan
On 12/8/2010 5:31 PM, CodeJingle wrote:
>
> Hi I am using the chart support built into .NET 4.0 RTM, the app works fine
> on PC regular .NET, and moma says it should be fine run the app on mono, but
> when I run it in mono on Mac I get this error (running it in mono for PC
> also fails but there is no error output):
>
> bash-3.2$ mono
> Desktop/QlxOutofBrowser01/ChartTest01/bin/Release/ChartTest01.exe
> Could not load file or assembly 'System.Windows.Forms.DataVisualization,
> Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of
> its dependencies.
>
> Unhandled Exception: System.TypeLoadException: A type load exception has
> occurred.
> bash-3.2$ mono
> Desktop/QlxOutofBrowser01/ChartTest01/bin/Debug/ChartTest01.exe
> Could not load file or assembly 'System.Windows.Forms.DataVisualization,
> Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of
> its dependencies.
>
> Unhandled Exception: System.TypeLoadException: A type load exception has
> occurred.
> bash-3.2$
More information about the Mono-winforms-list
mailing list