Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Exception System.Web.HttpContextWrapper is not marked as serializable

$
0
0
More grist for the mill - it looks like the IIS application pool is trying to load the assembly in its own isolated domain, which is probably why the call DoCallBackInDefaultDomain is in the stack trace. Since the assembly is loaded in an isolated domain, the framework is trying to serialize an object, which somehow includes the HttpContextWrapper property.

I hope this helps!

Viewing all articles
Browse latest Browse all 3693

Trending Articles