Posted on 22/04/2025 20:35:20
							
							
						 
						I am not seeing any images, but this can happen when you have multiple Live Integration DLLs: the one that ships with DynamicWeb, and a custom one. There are a few ways to solve this, from simple to hard/silly:
1. If you don't need both, remove one of them from the server and the issue will go away. Simple.
2. If, for some reason, you do need both, update the code of your custom one and make the name unique (like Sync Queued Orders (Custom) so you can differentiate between the two versions. 
3. Use the browser's dev toolbar and find the task in the list. The full namespace will be shown; the standard one looks as below; your custom one will have a different namespace:

This allows you to see which is which so you can pick the right one. (Hard and silly)
Hope this helps,
Imar