The error I'm getting is: The root certificate of the signature in the app package must be trusted : Even though the certificate is trusted. More info below.
I've made an app on my Windows 8 laptop in VS. I have a Windows 8 Pro Surface that I want to test the app on. I want to do this by creating an app package. I do this by going to Project > Store > Create App Packages. I wasn't sure whether to do ARM or x64 so I did one of each. I then get the file over to my surface and try to install the app through the Windows PowerShell and I run into an issue. It finds the package and developer license fine. Then comes the certificate part. I've ensured the certificate is in Trusted Root Certification Authorities by going into MMS. The certificate I put there is the one I found in the same file as the AppDevPackage I'm running. The error I get is the following:
Installing package...
Found dependency package(s):
H:\AppPackages\appName_x64_Debug_Test\Dependencies\Microsoft.WinJS.1.0.appx
Add-AppxPackage: Deployment failed with HRESULT: 0x800B0109, A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. (Exception from HRESULT: 0x800B0109)
error 0x800B0109: The root certificate of the signature in the app package must be trusted.
Note: some stuff I don't think you need to know, but if you want it let me know.
Error: Could not install the package.
I'm not sure if I need to change something in the app before I create the app package or what's going on.
Thanks!