I have a weird problem with scheduled tasks.
I have a project where I have few shceduled tasks defined in a specific assembly. That assembly is then installed. I see it on the list when I go to Assets tab and then browse Sustem/AddIns/Installed folder.
Then when I go to scheduled tasks settings and create new task and then hit "Add new add-in subtask", I can see my shceduled tasks on the list. So far everything looks ok.
But when I save, then on the UI I see my subtask with the name field missing:
And when I try to run it, it crashes immidiately with the message "Task '' ID=22: Type not found in assembly"
I don't see any additional error in event viewer or log files.
Also, the same scheduled tasks are working without any issues when I run project locally. This problem shows up only after deployment.
Anyone seen something like that before?