Program Crashes on Data Migration From Azure to Local New Database, fix included
description
I was trying to copy my Azure database to localhost the other day, and the program just crashed. I repeated the process with the same result. I downloaded the source, and was able to trace the error to the Clipboard.Clear() call in SQLAzureMQ_BCPJobs.cs, line 188. The exception just stated that the clipboard operation did not succeed. I commented out the line and great success. Someone should probably...