AppDomain Issue

Anytime I try and load something in a new AppDomain I get the following:
Invalid address 0 and range 40 Ram Start 20000000, Ram end 24000000

Things continue to work beyond getting the line throw up but it’s concerning it’s there at all.

FIXED

Just curious.

What was the problem?

@ Architect, sorry there were 2 issues the 1st about the invalid address persists. The 2nd was about launching apps at all, which was just silly. I created 2 objects (in the same thread) and was getting a Null Reference error…until I put in a Thread.Sleep(10) statement between creating the objects and using them.

Do not question the solutions; just be glad they work ;D