Tracker/Stampinf error

Hi

I get below err when I try to compile for win8 or 8.1 x64 bit? Pls let me know how to resolve this. Issue happens only with x64 bit with any of VS (12,13) or WDKs’ (9200, 94*)

1>------ Build started: Project: drive, Configuration: Debug x64 ------
1>TRACKER : error TRK0002: Failed to execute command: “C:\driver\dependencies\Microsoft\WDK\v8.1\bin\x64\stampinf.exe -d * -a amd64 -v * -k 1.11 -u 1.11.0 -f x64\Debug\driver.inf”. The operation identifier is not valid.
1>
1>
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Hi
Any ideas here?
I tried setting x64 env at elevated dos prompt and kicking off VS from there, still it didn’t work.
I submitted MS bug through VS IDE?

Thx

Contact the wdk team at xxxxx@microsoft.com

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Tuesday, August 6, 2013 11:19 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Tracker/Stampinf error

Hi
Any ideas here?
I tried setting x64 env at elevated dos prompt and kicking off VS from there, still it didn’t work.
I submitted MS bug through VS IDE?

Thx


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

>>Contact the wdk team at xxxxx@microsoft.com
I had already posted at https://connect.microsoft.com/VisualStudio/feedback/details/796398/tracker-stampinf-error#tabs
For future, Pls let me know the email addr. OSR garbled the addr or something…

It succeeds if I run from VS cmd-line like below.
msbuild /t:clean,build /p:Configuration=Release /p:WarningLevel=W4 /p:WX=Yes /p:Platform=x64 /m:4 Driver.VcxProj

It fails only if I run from VS ( be it 2012, 2013).
I need to be able to run in VS for quick runs of VS (SDV, EnableAllwarnings) etc.

Just a related question, how do I run with EnableAllWarnings level from cmd-line.
When I do any of below it doesn’t work. It doesn’t spit out any of the extra warnings that it used to on same exact code etc…

/p:WarningLevel=EnableAllWarnings
/p:WarningLevel=Wall

Wdkfeedback (at) microsoft.com

You will get more direct visibility to the team by using the WDK MSDN forum vs the VS specific forum on connect

d

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@yahoo.com
Sent: Thursday, August 08, 2013 8:06 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Tracker/Stampinf error

>Contact the wdk team at xxxxx@microsoft.com
I had already posted at https://connect.microsoft.com/VisualStudio/feedback/details/796398/tracker-stampinf-error#tabs
For future, Pls let me know the email addr. OSR garbled the addr or something…

It succeeds if I run from VS cmd-line like below.
msbuild /t:clean,build /p:Configuration=Release /p:WarningLevel=W4 /p:WX=Yes /p:Platform=x64 /m:4 Driver.VcxProj

It fails only if I run from VS ( be it 2012, 2013).
I need to be able to run in VS for quick runs of VS (SDV, EnableAllwarnings) etc.

Just a related question, how do I run with EnableAllWarnings level from cmd-line.
When I do any of below it doesn’t work. It doesn’t spit out any of the extra warnings that it used to on same exact code etc…

/p:WarningLevel=EnableAllWarnings
/p:WarningLevel=Wall


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