I have built a windows phone 8 app using visual studio 2012. I was able to run apps previously but now i get the error: 0x81030120. I have read in several post that i need to remove this line
<Capability Name="ID_CAP_INTEROPSERVICES" />
from WMAppManifest file. but once i do so i get this error:
Installation of the application failed. Run time error has occurred.
Fix the Capabilities in WMAppManifest.xml file.
I tried the solution
Someone help.
Related
I recently moved my TFS to a new server.
After installing everything and setting up a new Agent my builds got the following error:
Error MSB3482: An error occurred while signing: SignTool.exe was not found at path \signtool.exe.
On my other server (Running VS 2015 and TFS 17 RC) everything worked like a charm.
I then made sure Visual studio 2017 also installed the Windows 10 SDK because in the Developer command prompt typing: 'where signtool' didn't work.
But now it does:
My TFS build still gives me this error.
It's weird that the path is to my Application solution folder and not the signtool actual location.
Does anybody have any idea on what this issue might be?
Also make sure you have installed the related .NET Framework. Take a look at this similar question: An error occurred while signing: SignTool.exe not found
Try to build locally in your build agent to see if you still got the same error.
If the build is successful locally, suggest you reconfigure or reinstall the build agents. The build agent will not detect the environment changes after you installed it. It will only detect during the installation. If you are using vNext build agent, also try to manually add some capabilities in Settings- Agent Queues- Agent Pool - Agent- Capabilities. After this trigger the build again.
I have configure the IIS server 8.5 in my windows 8.1. But when i tried to run my mvc project on Local IIS server an error occurs. A dialog box appears having the statement "cannot debug some of the code in process w3wp.exe[3276]. IntelliTrace code failed. The System cannot find the file specified. Managed (v4.5, v4.0) code succeeded"
What I supposed to do now?
Check your App Pool on your IIS is set to Enable 32bit Applications to True, Rebuild your Project and try again.
I am using visual studio 2013 to create a window 8.1 store app. When I run simulator. I received error message "Error : DEP0700 : Registration of the app failed. error 0x80070002: Windows cannot register the package because of an internal error or low memory. (0x80073cf6) App1". I have try reinstall it, but still have this error. How do solve it?
problem is "visual studio is not able to delete the application data in local folder"
so when you go in the location C:\Users\UserName\AppData\Local\Packages you will find application data of app installed in your computer
now you need to find your app's applicaion data and delete the folder. folder name is same as the package family name which you can see in your solution.
now again open the solution and rebuild and your app will run. ^_^
Note -> 1. close visual studio and simulator before deleting the folder.
2. make sure that your account is set as administrator.
I solved this when I realized my development path was to long, also I disabled my anti virus for the first that I ran the app. This seemed to fix my problem.
I faced the similar problem while developing in VS 2015
Its simple, you just have to do is go to: Build --> Clean Solution
and then Build --> Rebuild Solution. That should solve this error.
I'm not able to see any of emulator in VS 2012 express for windows phone. My system has all requirements to run an emulator. previously I was able to debug on emulator. After uninstalling and reinstalling VS 2012 I'm unable to get emulator list and i'm getting error "There were deployment error" and error list shows " Error 1 Exception from HRESULT: 0x89721500". Please help me to solve this problem as I'm unable to test my window phone apps on my system.
Maybe you could fix this issue by deleting this folder:
When you use Visual Studio 2012
C:\Users\<username>\AppData\Local\Microsoft\Phone Tools\CoreCon\11.0
When you use Visual Studio 2015
C:\Users\<username>\AppData\Local\Microsoft\Phone Tools\CoreCon\12.0
Then open VS2012 or VS 2015 again.
If not repairing is always recommended
In addition to Daniel's answer, you may need to then manually repair the emulator install from programs and features in control panel.
I am trying to build a sample Win8 app with Visual Studio Express 2012 for Windows 8. This sample was posted before the final release of Win8 and VS2012. I have changed all the callouts for "//Microsoft.WinJS.0.6/..." to be "//Microsoft.WinJS.1.0/..." yet I still get this build error: Could not find SDK "Microsoft.WinJS.Version=0.6", in file Microsoft.Common.Targets. The Error List says this file is at C:\Windows\Microsoft.NET\Framework\v4.0.30319\, but there is no such file there.
My other builds of JS apps I code from scratch work without a problem. How can I fix this old sample app?