c++ - Migrating a project to a different computer: "Error: The device is not ready." -


i'm using visual c++ 2010 express, , copied on full project folder new computer (both on windows 8, if that's relevant). opened solution file did on other computer, , tried build.

i'm getting following error:

1>------ build started: project: <project_name>, configuration: debug win32 ------ 1>error: device not ready. 1> ========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

with no other context.

what's deal?


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -