Thanks Brian, for the suggestion. The query returns a record alright
SELECT * FROM [CMS_Class] WHERE ClassName = 'sensorpro.configuration'
5513 Configuration SensorPro.Configuration
What is weird is that it does not seem to show anything in sql trace when i do a
int x = SensorPro.ConfigurationInfoProvider.GetCount(); or
var sproConfig = SensorPro.ConfigurationInfoProvider.GetConfigurations();
I just get the following,
{"Object type 'sensorpro.configuration' not found."}
The subsequent lines call standard Kentico providers which work Ok, so I think everything is initialized ok.
Thanks
Richard