Microsoft
Software
Hardware
Network
Question : That assembly does not allow partially trusted callers
I have an application that is runs from a GIS system. These means that we provide a .NET assembly that implements a specified interface. This all works fine when the application is run on a work station. When the same application is run in a Citrix terminal server envionment, we recieve the message "That assembly does not allow partially trusted callers" when the GIS system is attempting to load our function. We have rebuilt the application using the "[assembly:AllowPartiallyT
rustedCall
ers]" syntax and have verified that the attribute is present by loading these assemblies via reflection calls. Unfortunately, these asssemblies also generate the same error. Does anyone have any idea what the root cause may be?
Answer : That assembly does not allow partially trusted callers
I problem has been solved. The real problem was a security issue related to accessing the assemblies via a network share. Used caspol.exe to create the necessary Code Group to grant the access privileges required.
Random Solutions
UTF-8 / ASP Problem - Foreign Characters from SQL 2008
SQL Count Query In a Main Query
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
Calendar question
Pass Web Page as Parameter to Class in App_Code Folder
video card driver
How to restrict on categories with recurrent items using VBA in access
How do I pass fields from one record (in a form) to another
Out of resources error when moving lots of files
Option Group & Radio Buttons: Which Events To Use