Select to view content in your preferred language

Updating Style .xaml Page using Visual Web Developer Express

438
1
07-05-2013 12:56 PM
ShelleyDesautels1
Deactivated User
This might be a really silly question but I'm at a point where I want to customize my web application - I'm not very familiar with coding and how everything is all packaged together - I know when I rebuild the application the xap file should update and then my changes displayed, but it doesn't seem to show my changes on my web application.

I am using the Glass template using the Silverlight API, and all I am really trying to do at this point in time, to make sure it is working, is to change the application title:
[ATTACH=CONFIG]25750[/ATTACH]

I have changed the code in the GlassStyle.xaml to
<System:String x:Key="ApplicationTitle">Westbank First Nations Data Management Tool</System:String>
, I rebuild the application, copy the xap over to my server, and nothing changes.

Any suggestions?
0 Kudos
1 Reply
ShelleyDesautels1
Deactivated User
I have figured out why my .xap was not updating, there were errors being generated - now I have to figure out how to remove scalebar from everything and replace it with scaleline, hopefully that will fix it....
0 Kudos