During a upgrade from E9 to E10 the ClearDataSets() method isn’t working in an existing block of code. I don’t see this method in Reflector or the object explorer. When I try the existing code I get the following error;
I see that is the lower case version and looks like it is ported to the uppercase version but when it is in the base adapter how to I specify it more fully?
Yeah this issue is because VB is not case sensitive and the code in epicor is written in C# and implements clearData and ClearData… I’m not sure of a work-around but that’s your issue. Case sensitivity