Why Get hardware information failed?

When I add my driver,it success to add my device,but can not get data.

The log is bellow.

It sounds like something is going wrong when ConfigurationManager.FetchProductInformation() is called on your driver.

Could you please check if that method is called and what the return from it is? Most likely an exception is thrown.

Maybe add some logging to see what happens.