Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Web Application Updates

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 04-25-2006   #1 (permalink)
Sfw_Kris
Guest


 

Web Application Updates

Hello,

I've deployed an xbap application in IIS for testing however it is not
checking for updates each time it runs. I've located code that indicates I
should use a deployment tag inside the deployment manifest. However when I
place this tag inside of the manifest I get an error saying that deployment
is an invalid tag. What I would like to know is how to get beta 2 web
applications to check for updates on load (I've included the tags I'm using
below, just in case I've got them wrong). Thanks.

<deployment install="true">
<subscription>
<update>
<beforeApplicationStartup />
</update>
</subscription>
</deployment>

My System SpecsSystem Spec
Old 04-26-2006   #2 (permalink)
Ashish Shetty [MSFT]
Guest


 

Re: Web Application Updates

Did you set the content expiration setting in IIS? See

http://windowssdk.msdn.microsoft.com...0ec9639433.asp

XBAPs have no customizable update mechanism. Every time you launch one of
these apps, the platform loads the latest version. Are you incrementing the
version number with every build or publish?


--
Ashish Shetty [MSFT]
Program Manager, Windows Presentation Foundation (Avalon)
Blog: http://nerddawg.blogspot.com


"Sfw_Kris" <SfwKris@discussions.microsoft.com> wrote in message
news:1E4D6195-D87A-46BD-81F8-BF2A7BD53CD8@microsoft.com...
> Hello,
>
> I've deployed an xbap application in IIS for testing however it is not
> checking for updates each time it runs. I've located code that indicates I
> should use a deployment tag inside the deployment manifest. However when I
> place this tag inside of the manifest I get an error saying that
> deployment
> is an invalid tag. What I would like to know is how to get beta 2 web
> applications to check for updates on load (I've included the tags I'm
> using
> below, just in case I've got them wrong). Thanks.
>
> <deployment install="true">
> <subscription>
> <update>
> <beforeApplicationStartup />
> </update>
> </subscription>
> </deployment>



My System SpecsSystem Spec
Old 04-27-2006   #3 (permalink)
Sfw_Kris
Guest


 

Re: Web Application Updates

Hello,

Thank you for the reply, unfortunately I'm still having trouble. I set up
the expiration and mime types for my application as specified in the document
you provided. I tried deploying the xbap with and without an increment on the
version number as well but the latest version is not downloaded unless I
delete the data sitting in local settings/apps. I'm deploying the xbap from a
directory set up as an application with the http header settings set as per
the document provided, I'm using the bundled IIS that comes with XP pro (my
development machine). Are there any issues with this sort of deployment
scheme?

"Ashish Shetty [MSFT]" wrote:

> Did you set the content expiration setting in IIS? See
>
> http://windowssdk.msdn.microsoft.com...0ec9639433.asp
>
> XBAPs have no customizable update mechanism. Every time you launch one of
> these apps, the platform loads the latest version. Are you incrementing the
> version number with every build or publish?
>
>
> --
> Ashish Shetty [MSFT]
> Program Manager, Windows Presentation Foundation (Avalon)
> Blog: http://nerddawg.blogspot.com
>
>
> "Sfw_Kris" <SfwKris@discussions.microsoft.com> wrote in message
> news:1E4D6195-D87A-46BD-81F8-BF2A7BD53CD8@microsoft.com...
> > Hello,
> >
> > I've deployed an xbap application in IIS for testing however it is not
> > checking for updates each time it runs. I've located code that indicates I
> > should use a deployment tag inside the deployment manifest. However when I
> > place this tag inside of the manifest I get an error saying that
> > deployment
> > is an invalid tag. What I would like to know is how to get beta 2 web
> > applications to check for updates on load (I've included the tags I'm
> > using
> > below, just in case I've got them wrong). Thanks.
> >
> > <deployment install="true">
> > <subscription>
> > <update>
> > <beforeApplicationStartup />
> > </update>
> > </subscription>
> > </deployment>

>
>
>

My System SpecsSystem Spec
Old 04-28-2006   #4 (permalink)
Karen Corby [MSFT]
Guest


 

Re: Web Application Updates

Hi,

Can you verify that the version number is being updated in the deployment
manifest?

1. Open the .xbap file in notepad
2. Look at the tag.. Is the version number updated?
<assemblyIdentity name="CubeAnimation.exe" version="1.0.0.0"
publicKeyToken="ea7b5fb635a84ad6" language="neutral"
processorArchitecture="msil" type="win32" />

"Sfw_Kris" wrote:

> Hello,
>
> Thank you for the reply, unfortunately I'm still having trouble. I set up
> the expiration and mime types for my application as specified in the document
> you provided. I tried deploying the xbap with and without an increment on the
> version number as well but the latest version is not downloaded unless I
> delete the data sitting in local settings/apps. I'm deploying the xbap from a
> directory set up as an application with the http header settings set as per
> the document provided, I'm using the bundled IIS that comes with XP pro (my
> development machine). Are there any issues with this sort of deployment
> scheme?
>
> "Ashish Shetty [MSFT]" wrote:
>
> > Did you set the content expiration setting in IIS? See
> >
> > http://windowssdk.msdn.microsoft.com...0ec9639433.asp
> >
> > XBAPs have no customizable update mechanism. Every time you launch one of
> > these apps, the platform loads the latest version. Are you incrementing the
> > version number with every build or publish?
> >
> >
> > --
> > Ashish Shetty [MSFT]
> > Program Manager, Windows Presentation Foundation (Avalon)
> > Blog: http://nerddawg.blogspot.com
> >
> >
> > "Sfw_Kris" <SfwKris@discussions.microsoft.com> wrote in message
> > news:1E4D6195-D87A-46BD-81F8-BF2A7BD53CD8@microsoft.com...
> > > Hello,
> > >
> > > I've deployed an xbap application in IIS for testing however it is not
> > > checking for updates each time it runs. I've located code that indicates I
> > > should use a deployment tag inside the deployment manifest. However when I
> > > place this tag inside of the manifest I get an error saying that
> > > deployment
> > > is an invalid tag. What I would like to know is how to get beta 2 web
> > > applications to check for updates on load (I've included the tags I'm
> > > using
> > > below, just in case I've got them wrong). Thanks.
> > >
> > > <deployment install="true">
> > > <subscription>
> > > <update>
> > > <beforeApplicationStartup />
> > > </update>
> > > </subscription>
> > > </deployment>

> >
> >
> >

My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Send to function wont open WinMail and attach pdf from adobe application. I know this can be accomplished by right clicking on the pdf file but I need the application to do the task. Any suggestions? DonE Vista mail 2 07-07-2008 08:39 PM
appdata-local-Application Data-Application Data-Application Data infinitum ad nauseum. WHY keepout Vista General 15 09-15-2007 07:50 PM
Application Error - CD MFC Application has stopped working vinodsp2001 Vista General 0 09-05-2007 11:28 PM
Setup.exe application error installing updates =?Utf-8?B?TWVkaWNv?= Vista installation & setup 1 09-23-2006 12:52 AM
Setup.exe application error installing updates =?Utf-8?B?TWVkaWNv?= Vista installation & setup 0 09-21-2006 11:21 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51