PLEASE can you ensure that the assembly version numbers are incremented for each release.
The interface incompatibility between releases* means that it's hard(er) to manage which assemblies I should be/am using.
----------------------
* IScheduler.SubmitJob( int jobId, string username, string password ) has been replaced with IScheduler.SubmitJobById for example
and:
TITLE: Microsoft.Hpc.Scheduler.Store
------------------------------
The type initializer for 'Microsoft.Hpc.Scheduler.Store.PropertyLookup' threw an exception.
------------------------------
ADDITIONAL INFORMATION:
Could not load type 'Microsoft.Hpc.Scheduler.Properties.JobProfilePropertyIds' from assembly 'Microsoft.Hpc.Scheduler.Properties, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. (Microsoft.Hpc.Scheduler.Store)
when using the latest (April but still 2.0.0.0) Microsoft.Hpc.Scheduler and a previous (but still 2.0.0.0) Microsoft.Hpc.Scheduler.Store.