Questions tagged [xap]

XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications.

XAP is an XML-based declarative framework for building, deploying and maintaining rich, interactive Ajax powered web applications. XAP aims to reduce the need for scripting and help solve the development and maintenance challenges associated with large scale JavaScript programming.

Simple login screen:

<xal>
    <dialog>
        <horizontalBoxPane>
            <label text="Username"/>
            <textField id="username"/>
            <label text="Password"/>
            <textField id="password"/>
            <button text="login"
              onCommand="login-url"/>
        </horizontalBoxPane>
    </dialog>
</xal>

XAP is a complete framework for building Ajax applications. Whether you're building a large application with many screens or you simply want to enhance an existing website with Ajax, the XAP project can help get your project done quicker and easier.

More information available here.

191 questions
0
votes
0 answers

install Xap file to nokia lumia 520

Currently working mobile development based on jquery mobile and phoneGap.i can build run in android and iPhone device. it working fine. but the problem is i cannot install xap files to windows phone. i don't have SDK for windows phone.There is any…
Arun.DotNet
  • 81
  • 1
  • 8
0
votes
1 answer

Silverlight Display Mixed Content crashes IE

So, I have an HTML page that includes a Silverlight xap file which plays a video. It works correctly while running locally and on our DEV environment when using Chrome or FF. The issue is when I am trying to view the video on our DEV environment…
ScubaSteve
  • 7,724
  • 8
  • 52
  • 65
0
votes
1 answer

Installing WP8 XAP file from SDCard

I have to send the XAP file to my friend and he wants to check the app.Before that i need to test it myself if i add the XAP file on Sdcard will i be able to install ? I have Created a XAP file(Which i have not yet uploaded onto store) and added it…
user2056563
  • 600
  • 2
  • 12
  • 37
0
votes
1 answer

XAP packaging failed. windows phone 8

I am making a windows phone 8 application, on visual studio 2013 ultimate. Every time i try to build the application or run the emulator it gives two errors: Error 1 Xap packaging failed. Cannot access a closed Stream. PanoramaApp1 Error 2 …
user2318228
  • 45
  • 1
  • 5
0
votes
1 answer

Deploying .xap file to non registered windows phone device?

Hello everyone I have my app successfully deployed on windows device, we already have a windows developer account. Now the client needs to test the app, how can we send him the app like ( apk files Android?)
veereev
  • 2,650
  • 4
  • 27
  • 40
0
votes
1 answer

vs2012 creates false service feference in ServiceReferences.ClientConfig in xap

I don't know if this is counted as a bug, but I am sure that is definitely wrong. I am working with three projects: two silverlight projects A and B, and a silverlight class library projet C. There are some common tasks that both A and B need to…
Willi
  • 187
  • 1
  • 1
  • 12
0
votes
1 answer

debug xap faster in performance than release xap?

WP8 app After debugging and releasing the app, I've tried to run the xap of both on different devices, apparently that the debug xap is way faster than the release xap. The method I used is by deploying the xap, not through VS12. If anyone would…
0
votes
1 answer

WP8 App signing does not always work

We are developing WP8 apps and having trouble with the applications that we signed. We tried almost every combination of SignTool XapSignTool etc... We installed the AETs in the mobile devices and actually this signing was working before. Either…
Steffen San
  • 13
  • 1
  • 4
0
votes
1 answer

Xap file in windows phone app

I have 2 Xap file in "MyApplication -> Bin -> Release" folder 1)MyHelloWorldSampleApp.xap(3,820KB) 2)MyHelloWorldSampleApp_Release_AnyCPU.xap(4,631KB) Anybody can explain about whats the difference between this two. Thank you.
Noorul
  • 873
  • 2
  • 9
  • 26
0
votes
2 answers

Is it possible to install xap file like apk in android through mail attachment

Is it possible to install my windowsphone app's "XAP" file through mail attachment. That means download xap file from mail and install it in mobile device. Can anybody help me. Thank you.
Noorul
  • 873
  • 2
  • 9
  • 26
0
votes
1 answer

Adding Silverlight MimeType using adsutil

I have a script that creates an app pool, web site - and then I want to use adsutil to add the .xap MimeType. I see this: cscript adsutil.vbs set W3SVC//Root/MimeMap “.extension,mimetype” However, since I am creating the web site in the same script…
Rich
  • 1
0
votes
2 answers

How to install and run SIlverlight application through AppleScript?

I have a Silverlight application ("file1.xap" - not ".app" it is ".xap"). How do I install and run it using AppleScript on MAC OS X?
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
0 answers

How to install and run SIlverlight application in MAC OS X?

I have a Silverlight application ("file1.xap"). How do I install it in MAC OS X?
Codename K
  • 890
  • 4
  • 23
  • 52
0
votes
1 answer

Windows phone xap supporting OS 7.0 detected as 7.1 in marketplace

I've created an app supporting separately WP 7.1 and WP 7.0 (both in VS2010). However when I upload xap files o this app both are detected to be WP 7.1 OS. Is there a way to be specific that given xap supports WP 7.0 and WP 7.1 is supposed to be…
PK.
  • 588
  • 1
  • 4
  • 12
0
votes
3 answers

Deploying .xap file to Windows Phone Emulator

I am trying to deploy some applications downloaded from marketplace to Windows Phone Emulator, but for every application it is showing error message ".xap file is invalid". What could be going wrong here? Any suggestions? I have tried to keep…
Jason
  • 23
  • 1
  • 6