A
anonyHeng
Guest
Hi, I have a winform application, it runs well in my PC and other PC, but in some PC it prompted
System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous.
My application does not load referenced DLL or assembly from network / remote location.
But how do I know which referenced is trying to access remote location?
Continue reading...
System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous.
My application does not load referenced DLL or assembly from network / remote location.
But how do I know which referenced is trying to access remote location?
Continue reading...