1

I am working on winform application in C# using EF 4. I've made a client and server those can share files. I've given the choice to choose the location where file is to be saved but whether it is selected by user or I hard coded it, result is same the exception.

i done the same thing in cmd based program and it works just fine but in forms it did't work.

I've tried also :

string receivedpath = Environment.GetFolderPath(Environment.SpecialFolder.MyVideos);
4

0 回答 0