CallContext and ApplicationHost
- by p2u
I tried to create an ApplicationHost. But I had errors like SerializationException and FileNotFoundException.
Then I found this blog entry, where it's seem to be a remoting problem. In my little application I use the CallContext, so I tried some approaches. When I empty the CallContext before I create the ApplicationHost, it works:
Programm…