DevExpress InvalidDeploymentException during drag and drop

44 Views Asked by At

When I drag and drop text from one DevExpress rich edit control to another, very often the program will crash with the exception thrown: "System.Deployment.Application.InvalidDeploymentException" and an exit code of 0xc0000409 (which Google tells me is a Status_Stack_Buffer_Overflow, maybe, or maybe any fail fast error). I'll add that the crash occurs during the drag, before I have a chance to drop it. The only thing I can find on the DevExpress site is a claim that I can safely ignore InvalidDeploymentExceptions because they are handled internally. I've told Visual Studio to ignore them, and nothing doing. I've tried handling unhandled exceptions, but apparently fail fast errors fail too fast for that. Any ideas what the problem might be or what I can do about it?

0

There are 0 best solutions below