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
Why Can't I find "TypeOf" in Microsoft's Access Help files.
How can I display the calendar pop-up in Excel 2007/
excel vba lookup function with multiple data elements in a single cell
Setting up a Forest Trust
Access 2007 Use regular expressions to find ###.#
Character unreadable in a remote SSMS
Assign XML to variable from FOR XML Path
Access Date Function that is the equivalent of to_char(Date,'w') in Oracle
Bypass memory test on bootup
use linq to get an observable collection into an array