xap

Error Signing Windows Phone XAP file -> SignTool Error: This file format cannot be signed because it is not recognized

寵の児 提交于 2021-02-19 07:39:05
问题 I've just got my certificate to sign Windows Phone Apps and when I try to run this command: XapSignTool.exe sign /v C:\Temp\MyApp_Release_AnyCPU.xap I'm using Visual Studio 2012 Express. I get an strange behavior: The following certificate was selected: Issued to: XXXXXX Issued by: Symantec Enterprise Mobile CA for Microsoft Expires: XXXXXX SHA1 hash: XXXXX Done Adding Additional Store Successfully signed: C:\Users\Fernando\AppData\Local\Temp\tmp7E47.tmp\MyApp.dll Number of files successfully

NSIS Changing config file present in XAP file i.e. silverlight component build

早过忘川 提交于 2020-01-16 09:05:30
问题 I am creating one installer which needs to change config file of my one silverlight component. This component's config file is inside XAP file. Is there any way to change that config file? 回答1: Host your configuration file side-by-side with your XAP file. ../YourProject.XAP ../YourProjectSettings.XML The following code will download a file called "Settings.xml" which sits in the same directory as your XAP, and place it in Isolated Storage. You can then open/close/parse it as needed later.

silverlight XAP gets downloaded every time

两盒软妹~` 提交于 2020-01-13 19:02:27
问题 I've just uploaded my silverlight webpage to my production webserver. The issue im having is that everytime I open the website in the browser it is downloading a new copy of the XAP. What could be causing this issue? 回答1: We have seen a similar problem appear when we entered Daylight Savings Time (British Summer Time in the UK). Check that the date/time on the server is not out of sync with the real world (usually by an hour). This may not be the cause of your problem, but best to check it

silverlight XAP gets downloaded every time

爷,独闯天下 提交于 2020-01-13 19:01:33
问题 I've just uploaded my silverlight webpage to my production webserver. The issue im having is that everytime I open the website in the browser it is downloading a new copy of the XAP. What could be causing this issue? 回答1: We have seen a similar problem appear when we entered Daylight Savings Time (British Summer Time in the UK). Check that the date/time on the server is not out of sync with the real world (usually by an hour). This may not be the cause of your problem, but best to check it

.Xap file is not generated in Sivlerlight Web Application

杀马特。学长 韩版系。学妹 提交于 2020-01-07 05:36:06
问题 I have two Applications - Silverlight + Web.. the thing is that in Web application .xap file is not generated during Build.. Is there anything i can solve this problem with? Thanks 回答1: Right click on the Web project and select Properties. Navigate to the Silverlight Applications side tab on the properties page. What do you see? 来源: https://stackoverflow.com/questions/7965634/xap-file-is-not-generated-in-sivlerlight-web-application

How do I _properly_ serve an XAP file from a self-hosted WCF service?

喜欢而已 提交于 2020-01-05 08:45:10
问题 I have myself a self-hosted WCF server setup, which serves a clientaccesspolicy.xml and an index.htm which is just points to my xap (accessible via app.xap). I'm currently serving them via the following code: Public Function GetPolicy() As System.IO.Stream Implements IClientAccessPolicy.GetPolicy WebOperationContext.Current.OutgoingResponse.ContentType = "application/xml" Return New IO.MemoryStream(IO.File.ReadAllBytes("Server Files/ClientAccessPolicy.xml")) End Function Public Function

How to Deploy .xap using command prompt

醉酒当歌 提交于 2019-12-24 13:56:07
问题 I want to deploy xap to windows phone emulator 7.1 using command prompt and i have been following the msdn article http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx#BKMK_commandline i am able to build the project using this command: MSBuild D:\Projects\PhoneApp1\PhoneApp1\PhoneApp1.csproj but when i run this command: XapDeployCmd.exe /installlaunch D:\PhoneApp1.xap /targetdevice:xd i get error saying "'XapDeployCmd.exe' is not recognized as an internal or

Different ways to install windows phone application on device

大兔子大兔子 提交于 2019-12-21 06:27:02
问题 I have developed a windows phone 8 application. I have a developer account and unlocked device. Now I'm able to deploy/install the application in my phone through windows phone development sdk. Now I want to install this application in another device ( a device of my friend, who is in different location). I don't want to put this application in the app store. I want to mail the XAP file only to him. So is there any other way to install this (XAP file) application in his mobile. I am looking

Deploy more than one WP7 App with same Visual Studio Solution?

Deadly 提交于 2019-12-19 03:18:41
问题 How can I deploy more than one WP7 app with the same Visual Studio solution? What do I need to change to achieve this? Changing Xap file name and assembly GUID and title does not achieve it. In fact VS overrides the old one with new title but does not deploy a separate app Background: We have a Lite and Pro app and I want to be able to deploy both versions onto the phone. EDIT: Trial API is not an option for us. We have thought about that but decided to not use it. 回答1: I have created

Cannot install company app on windows phone 8

妖精的绣舞 提交于 2019-12-17 17:57:09
问题 We are developing a company app for windows phone 8. I have followed every step described in Company app distribution for Windows Phone Here is what I did: Registered company account Bought an enterprise certificate from Symantec. Exported PFX file with private key Generated Enrollment Token (AETX file) from PFX. Developed application, built with visual studio and get xap file generated. (Name it App.xap) Precompiled managed assemblies and Signed it with certificate using BuildMDILXap.ps1