VB Sample from SDK 2012 does NOT work (for me)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to test the main VB sample from the SDK 2012, but it does NOT work ;(
For information, my configuration is:
- Windows 7 Entreprise N SP1 64 bits
- Visual Studio 2010 Professional (10.0.30319)
- Vault Professional 2012 SP1
This is what I've done;
- I open the VS solution : C:\Program Files (x86)\Autodesk\Autodesk Vault 2012 SDK\VS9\VB\JobProcessorApiSamples\JobProcessorApiSamples.sln
- I compile it to : C:\Program Files (x86)\Autodesk\Autodesk Vault 2012 SDK\VS9\VB\JobProcessorApiSamples\bin\Debug
Just one warning about 'bytes', but this is not important.
- I create the folder : C:\Program Files\Autodesk\Vault Professional 2012\Extensions\JobProcessorApiSamples
- In this folder, from ...\Debug, I copy the files :
- JobProcessorApiSamples.dll
- JobProcessorApiSamples.pdb
- JobProcessorApiSamples.xml
- JobProcessorApiSamples.vcet.config
- I edit the file : C:\Program Files\Autodesk\Vault Professional 2012\Explorer\JobProcessor.exe.config
and add the following line :
<jobHandlers>
=> <jobHandler class="MyCompany.File.Publish" handler="JobProcessorApiSamples.FolderPublishJobHandler, JobProcessorApiSamples"/>
<jobHandler class="Autodesk.Vault.DWF.Create.iam" handler="Connectivity.Explorer.JobHandlerDwfPublish.InventorDwfJobHandler, Connectivity.Explorer.JobHandlerDwfPublish"/>
- I check the job server feature is enabled.
- I start my VP2012 and reset the menues.
- Right-cliking on a file, i do NOT have the "Queue Publish Job" command. FIRST PROBLEM.
- I start the : C:\Program Files\Autodesk\Vault Professional 2012\Explorer\JobProcessor.exe
and directly I have the JobProcessor.log giving this :
Information 26/04/2012 10:18:34
Application logging subsystem initialized
----------------------------------------
Error 26/04/2012 10:18:34
La valeur ne peut pas être null.
Nom du paramètre : key
Exception: System.ArgumentNullException: La valeur ne peut pas être null.
Nom du paramètre : key
à System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
à System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
à JobProcessor.HandlerManager.LoadHandlerTypes()
----------------------------------------
off course, I do not see my job in the list ;(
Someone can help me to understand where are the problems?
Thanks
