G
Guest
Can you run a VB.NET executable from a network share on a server. My company does this with VB 6.0.
Example
..Net executable on network file server called Toky
client computer has a shortcut on desktop pointing to the executable: \\Tokyo\VBNET\myapp.ex
Note executable uses SqlDataClient object
Form comes up fine on client but when you try and run an update sql stored procedure application bombs with the error
'System.Security.SecurityException: Request for the permission of type System.Data.SqlClient.SqlClientPermission...'
Example
..Net executable on network file server called Toky
client computer has a shortcut on desktop pointing to the executable: \\Tokyo\VBNET\myapp.ex
Note executable uses SqlDataClient object
Form comes up fine on client but when you try and run an update sql stored procedure application bombs with the error
'System.Security.SecurityException: Request for the permission of type System.Data.SqlClient.SqlClientPermission...'