What is causing the "Driver is not intended for this platform"?

What is causing the “Driver is not intended for this platform”?
(I took a screen shot and upload to the following link)
http://postimg.org/image/h8jbwfvej/

I am fairly new to the USB device driver. Is the problem I encountered caused by the actually c code for the driver or just some errors in the inf file?

And below link is for the inf file:

http://textuploader.com/bxdy

64 v 32 bit problem? You need 64 bit drivers for 64 bit platforms and 32
bit driver for 32 bit platforms.

Mark Roddy

On Mon, Jun 29, 2015 at 10:04 AM, wrote:

> What is causing the “Driver is not intended for this platform”?
> (I took a screen shot and upload to the following link)
> http://postimg.org/image/h8jbwfvej/
>
> I am fairly new to the USB device driver. Is the problem I encountered
> caused by the actually c code for the driver or just some errors in the inf
> file?
>
>
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
>
> OSR is HIRING!! See http://www.osr.com/careers
>
> 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
>

Hi Mark,

Thank you. I changed the platform to x64 and the problem is gone. And I bypass the driver signing by disable the driver signing enforcement. Now I have another error saying “The device cannot start. (Code 10)”. See this link: http://postimg.org/image/6z9hrnptp/

What could be the cause of this problem?

Thanks in advance

Look at setupxxx( particularly setupapi) files. They should give more information about your error.

Igor Sharovar

What do you mean setupxxx files? I couldn’t find any setupxxx files…

%windir%\inf\setupapi.dev.log

Sent from Outlook Mailhttp: for Windows 10

From: xxxxx@gmail.com
Sent: Monday, June 29, 2015 12:53 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] What is causing the “Driver is not intended for this platform”?

What do you mean setupxxx files? I couldn’t find any setupxxx files…


NTDEV is sponsored by OSR

Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev

OSR is HIRING!! See http://www.osr.com/careers

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</http:>

Here is the info I found: (see the link)

http://textuploader.com/bfj5

And here are lines from setupapi.app.log

http://textuploader.com/bfli

(The previous one is from setupapi.dev.log)