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
1 answer

Silverlight XAP files deleted with temporary internet files

This question is almost a reverse of those questions wanting to force the refresh of XAP files. We have an application that uses Silverlight 4. There is a policy in place though that deletes temporary internet files every time users close IE.…
0
votes
2 answers

Has anyone used ComponentOne XAPOptimizer for a real production Silverlight Application?

In particular any experiences using it for obfuscation? How does this affect binding, etc.?
caryden
  • 7,738
  • 3
  • 30
  • 31
0
votes
2 answers

Common png files for multiple XAP projects

So I have 8 different silverlight projects in visual studio 2012 that produce 8 different XAP files. Each project has an "Assets" directory that contains applicationicon.png and a tiles directory which contains yet even more PNG files. I'm just…
0
votes
2 answers

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

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?
Ajinkya
  • 1,701
  • 4
  • 25
  • 42
0
votes
1 answer

XAP file not loading using https

I have just upgraded a silverlight 4 app to silverlight 5. The target framework used is 4.5. Onece I publish the code in IIS, it is loading fine with http. But xap file not loading properly with https. In browser screen it is showing 100% loaded.…
0
votes
1 answer

Edit Service References client config file in silverlight by programmatcally

i am making an application in silverlight.The XAP folder of that application contains ServiceReferencesClientConfig file.I have deployed that application on webserver and whenever i am accessing that website from other machine like…
Dany
  • 2,034
  • 8
  • 34
  • 54
0
votes
2 answers

Silverlight Content file not added in XAP file

I am working on a Silverlight library project in a big solution. I added an XML file to my project and set its Build Action to Content. As far as I can understand this is supposed to deploy the XML in the XAP file. But when I open the XAP in…
0
votes
2 answers

Windows Phone 7 attach data to XAP File

I am working on an music application and after long testing I have came to the conclusion that for the firs run I have to Load in the XAP File the Levels Data instead of downloading it from a web service because it is faster and not so time…
0
votes
3 answers

import xap file to windows phone project

I am new to windows phone. i need to deploy two xap files as one application to device. In fact we can say that i need to merge them. These two application should also interact between them. Can it be doable? EDIT: Firstly my question was the…
Ahmet Gulden
  • 2,063
  • 2
  • 15
  • 23
0
votes
1 answer

Error when trying to update XAP in the windowsphone dev center

I am trying to submit an update for a windows phone app, but when I click "Update app" and I select the appropriate .xap file, the following error message appears: [ScriptObject_InvokeFailed] Arguments: Debugging resource strings are unavailable.…
Icarus
  • 139
  • 2
  • 13
0
votes
1 answer

Silverlight projects on one IIS web site

I have silverlight project and this project are deploying in IIS. But in solution I created two another SL projects with .Web projects. The problem that I cannot deploy these projects in web site (IIS). How I can do this? How I can do this xaps and…
Stecenko Ruslan
  • 293
  • 1
  • 3
0
votes
1 answer

Replacing a dll in a SilverLight application (xap) for the purpose of sniffing traffic

I'm trying to understand how a Silverlight app communicates with its server. Communication is encrypted. I would like to see how messages look like before encryption. I came up with this idea: when browser requests the .xap file, I serve a version…
user1367401
  • 1,030
  • 17
  • 26
0
votes
2 answers

Can i add a .xap file into another project

Basically i want to utilize the Silverlight Video player on Codeplex in another Silverlight application. Is this possible. Can anyone point me in the right direction on how to achieve this? Thanks J
James Hay
  • 12,580
  • 8
  • 44
  • 67
0
votes
2 answers

Windows 8, Windows Phone 8 Application size limits

Is there any information available regarding application (xap) size limits for Windows Phone 7 = 225MB Windows Phone 7.8 = 225MB? Windows 8 (Metro) Windows Phone 8
0
votes
1 answer

Siverlight setup issue

If I just deploy Siverlight application (eithre ASP.Net page or Html page uses XAP files) on Server, no need to develop. On Server side, do I need to install anything? I have two scenarios, Using Windows Server 2003; Using Windows Server…
George2
  • 44,761
  • 110
  • 317
  • 455
1 2 3
12
13