Awesome work!

Can you submit a bug report to bugzilla?

Thanks,

Jeff
On Sep 3, 2011 8:45 PM, "competent_tech" <xamarinfor...@competent.com>
wrote:
> After a process of elimination (removing files until I found the one
causing
> the issue, then removing or adjusting methods), I was able to track down
the
> culprit line of code:
>
> public static decimal DecimalFromDB(object theValue, decimal
> dDefaultValue = 0)
>
> Removing the default value fixes the issue. I verified that it was this
line
> and this line only that caused the issue by creating the following class
> which reproduces the problem as the only class in a test project:
>
>
> using System;
>
> namespace Test
> {
> public class TestClass
> {
> public TestClass ()
> {
> }
> public static decimal DecimalFromDB(object theValue, decimal
> dDefaultValue = 0)
> {
> return dDefaultValue;
> }
>
> }
> }
>
>
> --
> View this message in context:
http://monotouch.2284126.n4.nabble.com/The-compiler-appears-to-have-crashed-tp3788615p3788649.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to