Click here to Skip to main content
16,021,757 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I'm getting the following error when calling a method on a C# service (connected through .net remoting).

"Because of security restrictions, the type cannot be accessed."

What is the source of this error? How can I fix it?

i am using .net 2.0
Posted

1 solution

Check the TypeFilterLevel. It sounds like it's set to Low, which means that deserialization supports basic remoting functionality only. See here[^] for more details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900