# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.soraco.co/docs/how-to/how-to-determine-which-qlm-dll-is-loaded.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
