This sounds like a problem we ran into here a few months ago. .Net applications on server machines will not run across a network on client machines unless the client machine has granted the appropriate trust priviledges. You can do this by (on the client machine) going into Start -> Settings -> Control Panel -> Administrative tools and running the appropriate .Net configuration tool.
Within the configuration tool, Go to My Computer -> Runtime Security - > Machine (or User, whichever applies) -> Code Groups, right-click on All_Code and pick new. After that the options you pick depend upon your application requirements. You can also create an MSI to do this automatically, though I can't recall the details of that procedure off the top of my head. On Sep 2, 6:25 am, kaushal <[EMAIL PROTECTED]> wrote: > Dear All > i have a aproblem i make application in vb.net when i run this > application in server machine it run proper but when i run that exe > from server to client machine means i create a shortcut from server to > client machine of that exe it not run gives exception > system.security.permission how can i resoleved that issue --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
