Hi,
My application (designed in
VB.Net 2.0) works good on local computer but when I deploy on server and try to run from clients I get following error:
'Request for the permission of type System.Data.SqlClient.SqlClientPermission. System Data,Version = 1.0.5000.0 = neutral. PublicKey Token = b77a5c561934e089 failed.'
I opened the project properties. Clicked on the security tab and checked the "Enable clickonce security settings" checkbox and clicked on the "This is a full trust application" radio button. But still the same problem. I have been having these problems for a long time. Apps don't run on the network.
I have changed permissionSeting on server by using Microsoft .NET Framework Configuration Console and allowed 'FullTrust' for Local_Intranet_Zone, but still having the same error.
I got a network of more than 125 client computers and want to run application from server for every client.
Can anyone help me out for this problem.
Regards