M
Marius Horak
I have a window application written in c#.
It connects to a remote SQL Server but it fails to execute any store
procedure.
The error is:
"Request for the permission of type
System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed."
I'm a new to dotnet and after reading a number of MSDN pages I have no idea
how to make it work.
And I'm desperate.
Thanks
MH
It connects to a remote SQL Server but it fails to execute any store
procedure.
The error is:
"Request for the permission of type
System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed."
I'm a new to dotnet and after reading a number of MSDN pages I have no idea
how to make it work.
And I'm desperate.
Thanks
MH