c# - Object already in use elsewhere -
when 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
Post a Comment