Since the Geocortex Viewer already loads jQuery and jQuery UI, you will need to exclude loading it from the OnBase GIS Service. To do so, follow these steps:
- Locate the web.config file on the server hosting the OnBase GIS Service.
- Open the web.config file using a text editor such as Notepad.
- Set the IsIncludeJquery option to false.
- Set the IsIncludeJqueryUI option to false.