Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load Dicom.Native.dll even after C++ Redistributable v14 installation #86

Open
PatrikBrynolfsson opened this issue Dec 11, 2024 · 0 comments
Labels
question Further information is requested

Comments

@PatrikBrynolfsson
Copy link

I have installed fo-dicom 5.1.5 and fo-dicom.Codecs 5.15.4 from nuget on a windows machine. I also installed the redistributable linked on the github page and restarted the computer. However I still get the error: Unable to load DLL 'Dicom.Native': The specified module could not be found. (Exception from HRESULT: 0x8007007E) when running
var decompressedFrame = transcoder.DecodeFrame(dataset, i);

I have placed

new DicomSetupBuilder()
  .RegisterServices(s => s.AddFellowOakDicom().AddTranscoderManager<FellowOakDicom.Imaging.NativeCodec.NativeTranscoderManager>())
  .SkipValidation()
  .Build();

in the static constructor of the class.

I cannot find Dicom.Native.dll in my folder or my References in visual studio. What I DO find are
Dicom.Native64.dll and Efferent.Native.dll. How can I resolve this?

@PatrikBrynolfsson PatrikBrynolfsson added the question Further information is requested label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant