AllowPartiallyTrustedCallers
Also, I have no Framework 2.0 MMC Snap-In. I re-ran aspnet_regiis -i and it didn't fix it.
Help!!!
Thanks,
Mark
I'm not sure about your first problem, but the MMC snap-in bug seems to be fairly common.
The following post has the fix:
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=2551
--Oren
What would be really helpful would be if you could hook up a debugger and capture the SecurityException there. Then the exception will tell you what assembly was being referenced, and let you know which one needs APTCA applied.
-Shawn