Error when deploying metro app in VS 2012 RC - error 0x80004004 : "Following App need to be closed...."
-
Wednesday, August 08, 2012 12:49 PM
Hi,
i am not able to deploy (debug locally) my test app in VS 2012 RC and encounter this problem -
>error 0x80004004: Unable to install because the following apps need to be closed App.af1899502.a60bd.a42f2.aad65.a27b36c93a549_8wekyb3d8bbwe!Designer.App.
=Here is how it happens
i have two test projects open - projA , projB
Deploy projA and stop the debugging session and then come back to projB and try deploy.
Deploying projA always works but when i try deploying and other project it fails with said error.
the projA that is deployed and launched is closed correctly.
could some one please let me know how to get this working?
Thanks,
Raj
- Moved by Mike WongMicrosoft Employee, Owner Wednesday, August 08, 2012 10:33 PM (From:Building Metro style apps with C++ )
All Replies
-
Thursday, August 09, 2012 7:25 AMModerator
Hi Raj,
What kind of projects you are working now? Are you working with Windows 8-style test apps? And would you mind sending me one sample project for reproducing it?
Thanks.
Vicky Song [MSFT]
MSDN Community Support | Feedback to us
-
Friday, August 10, 2012 12:48 AM
Hi Charan,
Try if changing id in manifest file helps in resolving this issue. Open package.manifest file of project and in last tab change any char of guid.
If that doesn't help please share more details about your project.
Regards,
Vikram Agrawal,
Developer, VSTLM, Microsoft Corporation- Marked As Answer by Vicky SongModerator Thursday, August 16, 2012 1:51 AM
-
Wednesday, December 26, 2012 2:32 PM
Hi, Vikram, i just get into the same trouble as Charan,
The following is the log of my scenario
Error 1 Error : DEP0800 : The required framework "C:\Program Files\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Microsoft.VCLibs\11.0\.\AppX\Debug\ARM\Microsoft.VCLibs.ARM.Debug.11.appx" failed to install.
error 0x80004004: Unable to install because the following apps need to be closed App.a2205d6e2.af698.a41c5.aacbd.ab0477fc62d9e_8wekyb3d8bbwe!Designer.App. CustomDeviceAccess
This project is the sample released by Microsoft-----CustomDeviceAccess.
my own project first report this error and i try the Microsoft sample want to get further info,
pitiful,i get the same error report as i list above. Hope you can give me same suggestion.
Thank you...

