I wrote a very simple application in
vb.net which just formats
data (fetched by a query) and show them in Datagrid.
I used Sqlclient classes (SqlConnection,SqlDataAdapter etc) and
the program looks to work perfectly in a stand alone Pc. When I tried
to run in a network (I put the DataBase in the Server and the application in a WorkStation with XP Windows) the following message
raised (formatted by a procedure):
From : mscorlib
Message : Requestfor the permission of type
System.data.SqlClient.SqlclientPermission,
System.data,Version 1.0.5000.0
Culture = Neutral, Public Key Token=b77a5c561934e089 failed
Has anyone idea of this ?
Thanks a lot
Zoro