On Mon, 25 Aug 2008 02:17:32 -0400
"Wael Zeenni" <[EMAIL PROTECTED]> wrote:

> Dear Eric,  
>    
> Thanks for the response.  
>    
> I ran the ComponentArt DLL through the MoMA and everything turned out fine. 
> There
> were no PInvokes and no missing Mono functionality. 
> As to where the error is coming up, I know exactly where it's happening. I 
> started
> a blank aspx page and placed 2 controls in it. One of them is a Dialog 
> control and
> then, inside this dialog control, I placed a text box. When I ran this through
> IIS, it worked fine. However, when I ran it with Mono, I got the same error 
> below.
> Realistically, I don't need to declare these controls using "new" at runtime 
> as I
> am not creating them dynamically. They are already on the page. However, if 
> this
> is a Mono workaround, I guess I'll have to try that. But where should I 
> declare
> these controls? In the PageLoad()? And regarding your other solution about
> tracing, unfortunately, I'm not that experienced with doing this sort of 
> stuff. I
> just thought that I couldn't be the only person here with this problem. I'm 
> sure
> someone else must have had some project where a control is contained within
> another control :p Any ideas? I really need this to work or else it will
> effectively kill my web app's cross-platformness :( Zee _____  
It's most likely a bug in Mono. It's hard to fix it given the information in 
your
previous mail, though. Could you, please, run the application with mono --debug 
(and
make sure that <compilation debug="true"/> is present in your web.config), then
post the backtrace together with the generated file. That will give more 
information
and make it easier to see what's going on.

regards,

marek
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to