> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/how-to/how-to-determine-which-qlm-dll-is-loaded.md).

# How to determine which QLM DLL is loaded

To determine which QLM DLLs are being loaded by your application at runtime, use the following procedure:

* Download ProcessExplorer from: <https://technet.microsoft.com/en-us/sysinternals/processexplorer.aspx>
* In ProcessExplorer, locate your application and select it
* Click View and select "Show Lower Pane"
* Click View and select "Lower Pane View" / DLLs
* Now in the lower pane view, locate IsLicense50.dll
* Right mouse click over IsLicense50.dll and select Properties
* This should give you the path from where IsLicense50.dll is being loaded.

You can repeat the same procedure for QlmLicenseLib.dll.
