.NET assembly runs in partial trust on a network drive, but all other in full trust
问题 We have a strange issue with our C++ solution (which calls .NET 4.0 assemblies) when running on a network drive. The solution hosts several WCF services with NetTcpBinding, one of them with a non-default binding configuration. A non-default NetTcpBinding is per se not possible under partial trust (see Stack Overflow question When does WCF NetTcpBinding need full trust on the client? ), but the solution runs under a fully trusted network drive. This does work on several different computers