Message 1 of 1
Vault Custom job not starting on Job Processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a C# VS 2022 solution with a custom job. It was working fine when moving it to a dedicated Job Processer machine.
I have just moved the project to a new PC a can run it locally without any problems. But when I move it to the dedicated Job Processor machine I get this error when starting the Job Processor.
"Could not load file or assembly 'API-Onboarding-Custom-Job1' or one of its dependencies. The system cannot find the file specified."
I have set DebugLevel to 1 in the JobProcessor.exe.config. But that does not add any information.
I have installed same SDK version on both machines.
I have tried with a blank project from the SDK template
Anyone has ideas on what could be the problem?