I have a single recieve port, one send port with a map. THe map has a scripting functoid. When I drop a file in a directory, the biztalk app picks the file up, maps it to a new message and drops a file.
I've deployed, it is picking up the file, end erroring out saying:
"Function 'userCSharp:DetermineMessageID()' has failed."
My map no longer contains this method and does not refere to it. I can use the test, validate and debug features on the map at dev time and they all work fine. I've deleted the app, undeployed my assembly containing the map and schemas and redeployed, and still get the error. Does something else need to be refreshed?