I’m starting to upgrade our on-premisis code to work use the new Hpc 2008 R2 SP3 DLLs but have hit a hitch. In the past we have referenced three DLLs to connect to
the scheduler
·
Microsoft.Hpc.Scheduler.dll
·
Microsoft.Hpc.Scheduler.Properties.dll
·
Microsoft.Hpc.Scheduler.Session.dll
In the SP3 installs I can only find Microsoft.Hpc.Scheduler.Session.dll. The other two files have TLB versions of the same name but can’t use those as a references
in the C# web service project.
Are there a new DLLs I should be looking at for SP3 to connect to the scheduler?
Are these DLLs missing from the installer?