c# - Object already in use elsewhere -


enter image description herewhen drag picture box in windows form it's showing object in use elsewhere.

i searched on stack overflow , other website says error threads, coding oriented , gdi+. didn't write coding in that. drag picture box. shows “already in use elsewhere”.

anyone explain?

this indicator else, potentially other thread in own application, has target file you're trying save locked @ file system level. if @ inner exception believe should mention this. if it's not directly in innerexception way confirm (or discover might instead) turn on first chance exceptions in debugger , watch exception being thrown "underneath" save , being turned generic exception.
generic error occured @ gdi+ in asp.net because of missing target folder / access permissions.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -