I wanted to check out how the app looked and downloaded the visual studio,
every time I try to deploy it to device I get the error
Error 1 Installation of the application failed. Run time error has occurred. Fix the Capabilities in WMAppManifest.xml file.
0 0
And when I run a code analyses I get
CA1001 Types that own disposable fields should be disposable Implement IDisposable on 'VideoRecorder' because it creates members of the following IDisposable types: 'MemoryStream'. If 'VideoRecorder' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers. truckstop VideoRecorder.g.i.cs 38
This is a clean two page simple app with one button and event to navigate to the page nothing was done to the code just download, build, deploy I looked at the WMA file no incorrect Capabilities were highlighted with the squiggle line, no warnings,
The one thing that I did notice is that there is no display settings could this be the problem?
I turned around and built an app from VS from a Template and deployed without any errors