When I compile my Visual C++ .NET project under a shared drive, I get the following error:
"An unhandled exception of type 'System.Security.Policy.PolicyException' occurred in Unknown Module."
What do I need to configure to allow shared drives to be fully trusted?
Thanks.