Advanced Forum Search Results
-
Is there a way of pulling the ClientConfig out of the xap file and placing it somewhere on the server so that we do not have to compile the site everytime we want to move it?
Here is our situation......
We compile the SL3 site and publish it to the test server. I go into the clientconfig and change it so it points to the correct wcf ...
-
1) Is there more than just DownTransition, UpTransition and Normal for the Transition Attribute of the TransitionControl (That are predefine)?
2)I see when you use this control, you have to use TransitionControl.Content to set what ever is in the data template? Example if I had a textbox named txtFistName in the data template. I can never go ...
-
I am getting....
Unhandled Error in Silverlight 2 Application An exception occurred durring the operation, makeing the result invalid.
Is it odd that it silverlight 2 and Silverlight 3? My login page loads. I enter my login info and click enter. Then it gives me that error.
Could I have this issue because i went from basic http to ...
-
I am having issues with trying to get WCF to work on our server. It decided not to work after SL3 updgrade? It was working fine for SL2. Did I need to do anyting different?
Thanks
-
I already did that. I had the website running there for SL2.
Also, what about WCF and SL3 on the server? Anything changes there?
-
Sorry a couple of questions
1) Is there anything special that needs to be done on a server that hosts the SL3 site? (i am thinking no as long as we download Sl3 as if I am a user?)
Using...... http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0
2) Is there anything special that needs to be doen when moving the SL3 site? ...
-
Never Mind.....Duh!!!
-
Odd question......
When my project loads on my machine, I can get the prograss bar to move. However when it gets moved to another machine, the splash screen shows up but there is not animation?
All my files are there. function SplashScreenDownload(sender, args) {
sender.findName("txtCount").Text = Math.round((args.progress * ...
-
Thank you for the website and your help.
I had a simple splash screen before using rectangles. I would REALLY like to have th progress bar control in my splash screen. I can get it to run in the silverlight project. But I am having issues with the transfer over to the website. For right now, I am ok with using javascript.(because it was working ...
-
Is there any "special" way that I need to bring in the splash screen.xaml from the silverlightproject to the website project? I keep getting an an error..."Name 'InitializeComponent' is not declared"? I created it in the silverlight project in expression blend 3, it looks good. I ran it while its in the silverlight ...