Hello,
I am having some problems when running a C# application that I've written. It runs fairly smooth on a local machine (test machine). However, when I am running this from a network drive, the responsiveness is slow. When I click on a button that opens up a form, there is a considerable lag (5-10 seconds sometimes). Is there anything that I can do to speed this up on a network?
Loading
Javeed M ShaikhPosted Apr 5, 2013, 11:12 AM
not sure if you can consider deploying you app with ClickOnce:
http://msdn.microsoft.com/en-us/library/t71a733d(v=vs.80).aspx
This should copy locally automatically and run with a better trust model.