How to Access/run my windows exe file in network
-
hi i am working on visual studio 2008(framework 3.5) and i want to access this exe file in another PC They are connected in networking and they have installed studio 2008. BEST REGRADS
-
hi i am working on visual studio 2008(framework 3.5) and i want to access this exe file in another PC They are connected in networking and they have installed studio 2008. BEST REGRADS
...and read up on Code Access Security. By default, no workstation will trust your app running from a network source. You have to tell each workstation to either trust the location the app is in, trust the app specifically, or trust the code signed with a certain key.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
hi i am working on visual studio 2008(framework 3.5) and i want to access this exe file in another PC They are connected in networking and they have installed studio 2008. BEST REGRADS
if you want to run it pragmatically then you can use socket programming to do that.