Problem with loading drivers on Windows Vista64

These drivers get loaded on Windows Vista64. The error is ERROR_DRIVER_BLOCKED.
NOTE: Drivers are 32 bit and signed.

Please tell me what I have to do.

Thanks

Brian

in 64 bit system only 64 bit driver can be loaded

For 64-bit Vista, separate build environment is provided in WDK.

Also Vista 64 allows only signed drivers to load.

The option might be building the same driver code in Vista 64-bit
build environment, test signing it using sign test tool provided in
WDK and then load the drivers.

Regards.

On 4/9/08, debora@te.net.ua wrote:
> in 64 bit system only 64 bit driver can be loaded
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
>

Thanks for your support.

I did load this driver(32 bit) on Windows Vista64.

Thanks & Regards

Brian

xxxxx@yahoo.com.tw wrote:

Thanks for your support.

I did load this driver(32 bit) on Windows Vista64.

I seriously doubt it, unless you have re-defined the term “driver” to
include application DLLs. What kind of driver was this?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

No 32bit SYS binary can be loaded on x64 OS.

Also, no unsigned SYS binary can be loaded on Vista and 2008 x64.


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

wrote in message news:xxxxx@ntdev…
> These drivers get loaded on Windows Vista64. The error is
ERROR_DRIVER_BLOCKED.
> NOTE: Drivers are 32 bit and signed.
>
> Please tell me what I have to do.
>
> Thanks
>
> Brian
>