Forum: C# 13 Days Ago |
| Replies: 0 Views: 326 Hi everybody
I have been developing windows client application in .net framework 3.5. The system is supposed to copy the remote mysqldb and restore my local mysqldb with all the schema and data... |
Forum: C# Jul 27th, 2009 |
| Replies: 3 Views: 233 Here is your solution:
Just replace your try catch block with my code and it will work:
Here is my code
try
{
using (FileStream fs = new FileStream(file, FileMode.Open,... |