M
MDB
Hello all, I am getting an ArgumentException error when I call this code.
Anyone know why, I am new to the monitor class and don't have a clue what is
causing this. I get the error when I call Monitor.Exit.
Monitor.Enter(myApp.Classes.Globals.gobjCopyDB);
myApp.Classes.Globals.gobjCopyDB = true;
Monitor.Exit(myApp.Classes.Globals.gobjCopyDB);
TIA
Anyone know why, I am new to the monitor class and don't have a clue what is
causing this. I get the error when I call Monitor.Exit.
Monitor.Enter(myApp.Classes.Globals.gobjCopyDB);
myApp.Classes.Globals.gobjCopyDB = true;
Monitor.Exit(myApp.Classes.Globals.gobjCopyDB);
TIA