You should absolutely keep the question open.
The fact that you had a problem means that other people may have the same problem, and we want them to be able to come to StackOverflow to find answers.
Now that you've got a little more information, and decided to go a different way, you should edit your question to include both of those facts.
- Any extra information related to the original problem that you gained which creating your work around.
- The fact that you are no longer actively working on the issue, and you have a work-around which you have posted as an answer.
Then you should post your work-around as an answer to problem. One important thing to keep in mind is that other users who have the same problem may not be able to user your work-around (I don't know the specifics, which is fine because this should stay generic). Your work-around may require a different framework, or modifying a different dll, or changing file on the system. The details of the work around don't matter, all that matters is that your work-around is fundamentally different from your original (problematic) solution, and therefore it will not be right for everyone who is confronted with that issue.
This is why the question should remain open, and if you are still curious about it, you could branch or save a copy of your code in the failing condition so that you can test any solutions that any brilliant users may come up with, and mark one of them as correct if something perfect comes along later.
If nothing does, just mark your work-around as correct.