Advanced Forum Search Results
-
I want to get the actual height and width of an image inside that event but inside a loop the event is not working
-
The BitmapImage Progress event fails to call inside a foreach loop.Actually i m trying to download some images from remote url.
inside the loop i m calling the BitmapImage progress event to do some additional work.But that event never fires inside a for loop
If i call it once by declaring an image element it design time.Then it works.
-
Hi walank,
The problem can be that the toyota site you are visiting is built on a previous version of silverlight.so it asks you to install that.When you return to silverlight.net site ..it asks you to install again as this is the latest version and not compatible with toyota website previous version...!
I hope you get the answer..!
Kindly mark ...
-
Hi Eugbana,
If you just want to view silverlight websites or pages install Latest Silverlight 2.0 that you download.
If you are a developer looking to develop silverlight applications..you need to install following:
1) VS 2008
2) VS 2008 Latest SP1
3) Silverlight SDK.
4) Silverlight Tools.
5) Silverlight 2.0 Latest runtime.
Hope it helps ...
-
Hi Spiderman
This is the best link you can see.Tim Heur shows a video in how to use Isolated storage.Also you can download the sample and Chill.
http://silverlight.net/learn/learnvideo.aspx?video=65677
Kindly mark this post as answer if it solver your problem.
CHEERS..!
-
It seems like you have problem in deploying to the IIS...I can assume that when you run the project from visual studio by pressing CTRL + F5 ..it shows.... So for deploying on IIS follow this:
1) Right click xyzWeb and choos publish.
2) Window opens up--->Choose IIS--->Create web application under default site.
3) Click Ok.
4) ...
-
I think you can do that.Just keep the runtime setup on a location on the server and provide the path in the install link in the silverlight page.
CHEERS..!
-
Hi NJKA,
Your problem can be solved by reinstalling Visual Studio and SP1.
Visit the following link on microsft connect site and you will surely get the solution
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=396585
Kindly mark this post as ANSWER if it had solved your probem
CHEERS..!
-
Change the following and try again
<Canvas.Resources>
<Storyboard x:Name="nappear">
<DoubleAnimation Storyboard.TargetName="bTest" Storyboard.TargetProperty="Height" From="355" To="0" Duration="0:0:0.5" ...
-
Hey,
If you want to learn about how to create WCF for silverlight.Following links will help you a lot
http://www.dotnetcurry.com/ShowArticle.aspx?ID=228&AspxAutoDetectCookieSupport=1
http://www.netfxharmonics.com/2008/11/Understanding-WCF-Services-in-Silverlight-2
http://msdn.microsoft.com/en-us/library/cc197940(VS.95).aspx
Hope this ...