المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Improving performance of C# program when run from network drive



C# Programming
04-05-2013, 09:30 PM
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?