Re: Funny with BackGroundWorker
Brady Kelly <[email protected]> Wed, 16 Apr 2008 17:20:45 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
> Is there any chance you are calling SetupDatabase more than once? > If so, you are hooking up the DataToolBackgroundWorker.DoWork more than > once. > > // Ryan No, I checked that with a breakpoint in SetupDatabase, but [[[Eureka!!!]]] I'm adding another delegate to DoWork each time the button gets pressed. Thanks.