When I'm using the ResourceManagerHelper and initialize it in the following way
ResourceManagerHelper helper = new ResourceManagerHelper();
And then call a method
helper.GetEligibleResources(...)
Then I get a NullReferenceException. I also encountered something similar for profilemanager, servicemanager, and other managers... What am I doing wrong?
If you use one of the latest versions of the SRM packages you can use this:
SrmManagers.ResourceManager.GetEligibleResources().
You also have the ProfileManager and others on the SrmManagers.