November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
There is no way to "disable" Find. Find will always look for the settings to communicate with the server. Installing Find via nuget packages should be easy enough so I don't think that would be any trouble if you want to add it back on.
Okay thanks. Just wanted to make sure there was not any easy way to disable it before going through and removing packages and removing our code that references it.
We need to stop using Find for business reasons and I am having a hard time figuring out how to remove it/disable it without ripping out the packages (didnt want to do that incase we do need to easily turn it back on).
I have commented out all refrences to it in the web.config and removed our own custom initialization module but its still trying to run framework initialization modules and errors out since it cannot find the service url.
Errors I am getting:
This is on CMS 11 and Commerce 12.
What else do I need to do to get it completly disabled? Thanks.