[MonoDevelop] Converting Add-in errors

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Jun 10 13:55:28 UTC 2013


That looks like an internal issue in Mono's C# compiler. Please file a bug
against the compiler if you can repro it with the latest version.
On May 16, 2013 8:29 PM, "Rick Gross" <rickgross at mac.com> wrote:

> I'm converting an older add-in and am getting the following errors for
> this line of code:
>
>  XmlDataSerializer serializer = new XmlDataSerializer(new DataContext());
>
> Error CS0584: Internal compiler error: Method not found:
> 'MonoDevelop.Core.Serialization.DataContext.RegisterProperty'.
> Error CS1502: The best overloaded method match for
> `MonoDevelop.Core.Serialization.XmlDataSerializer.XmlDataSerializer(MonoDevelop.Core.Serialization.DataContext)'
> has some invalid arguments
> Error CS1503: Argument `#1' cannot convert `object' expression to type
> `MonoDevelop.Core.Serialization.DataContext'
>
> Any thoughts?
>
> Thanks,
> Rick
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20130610/e11703cc/attachment.html>


More information about the Monodevelop-list mailing list