I am totally stumped on this one. getting the following error on custom BPM code that resides on the app server that runs the task scheduler when we try to submit a process job:
The code has not changed in this library, yet problems started happening when the project was last rebuilt and the object code was copied to the server The implementation code block that errors is:
Any suggestions on where I can look to find the problem?
Still running on 10.1.600.20, but that is disappointing news regarding 10.2.400.
Regarding the current dilemma, I found the issues, all on the task agent app server. The web.config assembly search path was incorrect, some of the Epicor library references were flagged as Copy Local, and there were custom DLLs saving to the wrong folders - or rather, older versions of those DLLs that never were removed from the incorrect folders. Once I cleaned everything up, rebuilt the objects and installed fresh DLLs to the proper folders, the DBContect error went away and the affiliated process tasks ran without error.