JOB Server API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to create a custom job processor, but it doesn't register properly. I've downloaded the VB sample, but it won't work. This is what I've done;
- Create a folder here: C:\Program Files\Autodesk\Vault Professional 2011\Explorer\Extensions\FolderPublishJobHandler
- Add the dll's to that same folder
- Add the vcet.config file to that folder
- update the C:\Program Files\Autodesk\Vault Professional 2011\Explorer\JobProcessor.exe.config file with:
<jobHandler class="MyCompany.File.Publish" handler="FolderPublishJobHandler.FolderPublishJobHandler, FolderPublishJobHandler"/>
But it won't load. The log file says:
Value cannot be null.Parameter name: key Exception: System.ArgumentNullException: Value cannot be null.Parameter name: key at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Collections.Generic.Dictionary`2.FindEntry(TKey key) at JobProcessor.HandlerManager.LoadHandlerTypes()
