I will try to break it down to some simple code. The ascx code behind file is actually a grandchild class from the UserControl class...dont know if that could be an issue...and it does have multiple constructors. I will try to break the code to a simple form and send it.
Gonzalo Paniagua Javier wrote: > On Wed, 2009-04-22 at 13:50 -0400, John Nystrom wrote: > >> I am trying to use LoadControl to load my ascx page and I am receiving >> this exception: >> >> System.Reflection.AmbiguousMatchException: Ambiguous matching in method >> resolution >> >> This code works correctly on my windows machine running .NET, but get >> that exception running MONO on openSuse. >> > > I know how to get that error using reflection, but it would be nice to > get a test case that makes that happen with mono's asp.net... > > -Gonzalo "The test-caser" > > _______________________________________________ > Mono-aspnet-list mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-aspnet-list > > _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
