How do I create an appDomain and run my application in it

Posted by Dan Neely on Stack Overflow See other posts from Stack Overflow or by Dan Neely
Published on 2010-04-15T19:35:27Z Indexed on 2010/04/15 19:43 UTC
Read the original article Hit count: 299

Filed under:
|

I need to create a custom app domain to work around a bug in the .net runtime's default behavior. None of the sample code I've seen online is helpful since I don't know where to place it, or what it needs to replace within my Main() method.

© Stack Overflow or respective owner

Related posts about c#

Related posts about appdomain