First off, I’m running .NET RC2…
I have a driver that is used to replace the standard disk class driver
on certain disk devices present from our storage array. So far, on
one of my hosts, Windows refuses to load my driver for the device. My
driver has been test signed and loads properly on other hosts. In
addition, the test root certificate has been installed. I’ve analyzed
the setupapi.log file and it shows my driver ranking has been changed
from 0x00000001 to 0x00080001 (untrusted). There are no error
messages about invalid signatures or test root authorities. The user
installing the driver had Administrator priviledges.
Can anyone recommend some troubleshooting steps I can take to
determine what the problem may be?
Thanks,
Bob