How can I create a new group in HPC 2008 using asp.net c# application. Also, how can I assign nodes to this group. All this needs to be done through ASP.NET C# application. Just wanted to know the APIs for performing these tasks(with examples).
I have tried using "new-hpcgroup" which is working fine with c# console application but the same piece of code is not working when I try from web application and I get the following error:
Could not load file or assembly 'Microsoft.Ccp.Win32Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.
And sometimes I get this error: Missing registry value: HKLM\Software\Microsoft\HPC\BinDir