I can put a Visual FoxPro .exe file on our LAN server, give all the clients a shortcut to it, and it runs fine for all users, accessing SQL Server on another machine. If I build a VB .NET Windows Forms project, other users (with the .NET CLR) can run the project without having it installed so long as the code doesn't touch the database. If a form's method code includes anything having to do with the database (even dimension a connection), it gets a "Request Failed" System.Security.SecurityException.
Must every client workstation need to install a VB .NET application in order to be able to run it? If so, bug fixes and minor upgrades will be a much bigger event than in the past!
Thanks for your assistance.
Must every client workstation need to install a VB .NET application in order to be able to run it? If so, bug fixes and minor upgrades will be a much bigger event than in the past!
Thanks for your assistance.