You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the unit test of my own method using HDF.PInvoke is executed, cleaning the solution will raise the error "Unable to delete file "\Hdf5.Tests\bin\Debug\bin64\zlib.dll". Access to the path '\Hdf5.Tests\bin\Debug\bin64\zlib.dll' is denied. "
Checking out the source code of HDF.PInvoke, running the unit tests and cleaning solution, will give the same error.
The text was updated successfully, but these errors were encountered:
The reason for this is that the library loades the dlls when running, and that they are never unloaded. I guess killing the test execution process should 'fix' this.
Is there a way to unload a native dll? In that case the unloaded cloud be added to a Dispose() method of the H5 class?
When the unit test of my own method using HDF.PInvoke is executed, cleaning the solution will raise the error "Unable to delete file "\Hdf5.Tests\bin\Debug\bin64\zlib.dll". Access to the path '\Hdf5.Tests\bin\Debug\bin64\zlib.dll' is denied. "
Checking out the source code of HDF.PInvoke, running the unit tests and cleaning solution, will give the same error.
The text was updated successfully, but these errors were encountered: