Running .NET 2.0 exe from a network share
-
Hi all, Problem --------- Im having a big issue when running a .net 2.0 exe developed in vb.net using vs 2005, from a "unc network share" that connects to a database on that server where the share resides on i get an error when executing a sql command. (SQL 2000 db) :confused: Ive checked the following. --------------------------------------------- 1) The folder as full access rights. 2) The connection string connects fine from my local pc as it has the connection to the db server. 3) im not using code access security when running the code. Thank you in advance. :rose:
-
Hi all, Problem --------- Im having a big issue when running a .net 2.0 exe developed in vb.net using vs 2005, from a "unc network share" that connects to a database on that server where the share resides on i get an error when executing a sql command. (SQL 2000 db) :confused: Ive checked the following. --------------------------------------------- 1) The folder as full access rights. 2) The connection string connects fine from my local pc as it has the connection to the db server. 3) im not using code access security when running the code. Thank you in advance. :rose:
i think this holds the answer to my problem. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1731662&SiteID=1[^]