I am working on a C# application that makes calls to a native Windows C dll. We use TestDriven.NET with xUnit for testing. The problem is, whenever we run unit tests that use the C library (which we did not write), and then try to build afterwards, there is a build error about how the library is being used by another process. To fix it, you have to kill the TestDriven system tray app which was left behind. We are calling a method the library provides to free its memory, but it doesn't seem to help. Does anyone know of a way to stop this?
|
|
|
|
|
|
|
We have the same problem since we are building a native clr profiler. Strangely enough |
||
|
|
