Skip to main content
Inspiring
December 13, 2012
Question

Misleading documentation of runtime-error

  • December 13, 2012
  • 3 replies
  • 1004 views

I got RTE 3747 which is documented as 'Error during HTML parsing: %1.' (BETA-and Release Documents)

After recompiling for debugging I got:  #3747: Multiple application domains are not supported on this operating system.

which was exactly my problem.

This topic has been closed for replies.

3 replies

Inspiring
March 1, 2013

Hi utraum,

How did you fix your multiple application domains error? Were you using a preloader?

utraumAuthor
Inspiring
March 4, 2013

while loading swf-content you can use the parameter 'LoaderContext' to define the ApplicationDomain to load into.

I changed it to ApplicationDomain.currentDomain. That works for me.

Nimisha1
Participating Frequently
December 13, 2012

Thanks for reporting this issue to us. Our team will look into this.