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
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?
The text was updated successfully, but these errors were encountered:
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 runningvar decompressedFrame = transcoder.DecodeFrame(dataset, i);
I have placed
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?
The text was updated successfully, but these errors were encountered: