I have been all over and have no clue how to make my WinForm.exe program run
on every computer. I am connecting to a SQL2000 server database and my
program has been working fine on my computer. When anyone else in my office
tries to run the .exe I get this error:
System.Security.SecurityException: 型別 System.Data.SqlClient.SqlClientPremission, System.Data, Version=1.0.5000.0, culture=neutral, PublicKeyToken=b77a5c561934e089 的使用權限要求失敗。
Is there a way inert something to my program so that is can be run in anywhere of my network? Any help is greatly appreciated! Thanks!