[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:55:37 EST 2010


The status page says that DataVisualization is missing 4,439 members. 
You have to drill down to see that basically no part of it is implemented.

If you are scanning with the latest MoMA (2.8), there should be "Test 
Against Mono Version: Mono 2.8 (4.0 Profile)".  Mono did not support 4.0 
before version 2.8, so earlier versions will not report on anything 
missing for 4.0.

Jonathan


On 12/8/2010 5:45 PM, Robert Aldridge wrote:
> Yes but in the library list it says it is supported http://go-mono.com/status/status.aspx?reference=4.0&profile=4.0&assembly=System.Windows.Forms.DataVisualization even if that support is very poor it still says it is supported
> And as well the moma scan did complain about it.  So this seems a bit misleading.
>
> That does save me plenty of time, thanks.
>
> -----Original Message-----
> From: Jonathan Pobst [mailto:monkey at jpobst.com]
> Sent: Wednesday, December 08, 2010 3:42 PM
> To: Robert Aldridge
> Cc: mono-winforms-list at lists.ximian.com
> Subject: Re: [Mono-winforms-list] Trouble using .NET 4.0 built-in charts (System.Windows.Forms.DataVisualization)
>
> 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$
>
>
> ________________________________
>
> The information and attachments contained in this message may be privileged and confidential and thus protected from disclosure by Nondisclosure Agreements or other confidentiality agreements. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to the message and deleting it from your computer The information may also be subject to intellectual property rights retained by the sender of this message. Any violation of these intellectual property rights, without proper license or other authorization, will be punishable by law."
>
>



More information about the Mono-winforms-list mailing list