I am very very VERY lost and frustrated. I need to bundle up a project and have it run on a citrix server. When people try to run it via citrix, it gives the security error on system.data.dll.
The 2.0 framework is setup on there however the configuration msc is not on there and management does not want it on there. As for capsol, I have no idea where to run it irregardless of what I need to run it. Over and above which they do not want to have to run caspol every time we release a new version or program......
I have tried to put this into my dataaccesslayer class (which is the only reference to the data class) as a global variable:
If anybody has any knowledge, ideas, etc. Please post them I am about desparate here!!Code:Dim pSql As System.Data.SqlClient.SqlClientPermission = New SqlClientPermission(System.Security.Permissions.PermissionState.Unrestricted)![]()
D


I am very very VERY lost and frustrated. I need to bundle up a project and have it run on a citrix server. When people try to run it via citrix, it gives the security error on system.data.dll.
Reply With Quote