In order to maintain synchronization with the data table (just one), I adopted the real-time update mechanism. The system deletes and adds a tab table when the system session starts. Debugging and publishing on my local machine are normal, but after I change one machine, the following error occurs:
"Cannot find resource 46 in Table ellisutilityresources within Assembly MapInfo. coreengine ."
"Error executing statement: delete from" zjgfw "::"
The cause was found from the Internet and there was no correct solution at all, and it was regarded as a bug in mapxtreme.
However, after my tests, I found that the reason for permission setting is more likely. My solution is:
1. AssignProgramModify, read, and run permissions of the deployment directory (such as E: \ workspace.
2. Next, assign c: \ windows \ Microsoft to everyone; Internet Guest Account (iusr_computer); Start IIS process account (iwam_computer. net \ framework \ v2.0.50727 directory modification, read and operation permissions.
After modification, the program works normally!