I upgraded my .NET Framework 1.0 based Windows application to .NET Framework 1.1, and I started getting following error in the module where I am using .NET remoting.
"Because of security restrictions, the type <mytype> cannot be accessed"
I specified TypeFilterLevel to "Full" as suggested by Ingo Rammer
http://www.ingorammer.com/remotingFAQ/changes2003.html, I also specified AllowPartiallyTrustedCallers attribute to all my assemblies. But I am not able to get rid of this error.
Any suggestion will be appreciated.
Thanks!
Manoj Agarwal
magarwal(removethis)@tsystsol.com