Plugins

Hi everyone.
Can somone help me with the Plugin setting.

  1. When i use… “Plugins” : [ “…/Plugins/” ], all plugins except DicomWeb works.

  2. When i use… “Plugins” : [ “c:/Temp/OrthancDicomWeb.dll”], DicomWeb works at http://localhost:8042/dicom-web/
    but the Viewer Plugin which is important for me doesn’t work

  3. when i use… “Plugins” : [ “…/Plugins/” ], [ “c:/Temp/OrthancDicomWeb.dll”], … Orthanc doesnt start (unable to reach http://localhost:8042/dicom-web/)

  4. Can someone help me with DicomWeb Plugin With Osmosis/Orthanc Viewer Plugin (it would be useful if some one could write that…copy/paste kind)

thanks in advance

  

20200607_105424.jpg

Hello,

First of all, you should post your logs in “–verbose” mode, as explained in the Orthanc Book:
https://book.orthanc-server.com/users/support.html

It looks to me like you are trying to use the 32bit version of DICOMweb DLL, together with the 64bit version of Orthanc EXE and WebViewer DLL (or conversely). This is obviously not allowed. Please have a look at the warning at the top of the page to download precompiled versions of the DICOMweb plugin:
https://www.orthanc-server.com/browse.php?path=/plugin-dicom-web

Why don’t you simply use the official Windows installers, that contain both plugins in a single package?
https://www.orthanc-server.com/download-windows.php

Sébastien-