Control xx has an invalid binding to view UDxx

I have a customization for the Order Entry screen. Inside this customization I call an external dll.
I’m getting error messages like “Control xx has an invalid binding to view UDxx” each time I do an update my custom dll

To solve it, I have to clear the cache of the client and check “Memory Cache” in the Order Entry options. I want to get rid of this step.

image

If you assigned a binding in the designer to a dataview you made, remove it, and assign the epibinding in code instead, after the dataview exists.