Error: The system cannot find the file specified

Hi,

I have a driver for my PCI device in windows 2008 server and it works fine.
I compiled it for win 2012 server using visual studio 2012 and wdk 8.1.

But when I tried to load the driver, it shows the below error

"Windows found driver software for your device but encountered an error
while attempting to install it

Error: The system cannot find the file specified"

I am able to compile and generate driver.sys and driver.inf files.

Any help appreciated.

Thanks in Advance
Venkatesh

Thanks
Found the issue. Some microcode files are not generated during compilation.
Fixing it fixes the issue.

On Wed, Oct 16, 2013 at 12:18 PM, Venkatesh P N wrote:

> Hi,
>
> I have a driver for my PCI device in windows 2008 server and it works fine.
> I compiled it for win 2012 server using visual studio 2012 and wdk 8.1.
>
> But when I tried to load the driver, it shows the below error
>
> “Windows found driver software for your device but encountered an error
> while attempting to install it
>
> Error: The system cannot find the file specified”
>
> I am able to compile and generate driver.sys and driver.inf files.
>
> Any help appreciated.
>
> Thanks in Advance
> Venkatesh
>