Silverlight

Windows Phone 7 Developer Tools Beta Released

Windows Phone 7 Developer Tools Beta have been released. Tools Download the Windows Phone Developer tools beta to get started creating Windows Phone 7 applications today. This download includes: Visual Studio 2010 Expression For Windows Phone beta; Windows Phone Emulator beta; Silverlight for Windows Phone beta; Expression Blend for Windows beta; and XNA Game Studio 4.0 beta. http://www.microsoft.com/downloads/details.aspx?FamilyID=c8496c2a-54d9-4b11-9491-a1bfaf32f2e3&displaylang=en   Training Jump start your development of Windows Phone 7 applications by attending Windows Phone 7 JumpStart. This free virtual live class, comprised of four instructor-led 3 hour sessions, will guide you in developing applications for...

posted @ Thursday, July 15, 2010 11:43 AM | Feedback (0)

Restart your Elevated Trust, Out-Of-Browser (OOB) Silverlight App

With the release of Silverlight 4 RC you can now close your app programmatically, but unfortunately, you can’t restart it. Why would you want to restart it? Because when the app finds a new update, the update won’t take place until the next restart of the application. In some cases that is ok, but with all the new features of Silverlight 4 for OOB and the support for touch, more and more people are utilizing Silverlight for Kiosk applications, where the application shouldn’t rely on a user to restart it. Fortunately when you are running on Elevated Trust and...

posted @ Friday, March 19, 2010 4:22 PM | Feedback (1)

Silverlight, WCF, and Cross Domain

Last night I was trying to consume a WCF service using Silverlight and I ran into the Cross Domain problem that a lot of people have already ran into. Here’s the message of the exception: An error occurred while trying to make a request to URI 'http://localhost:1292/WASService/Service.svc/Service'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure...

posted @ Friday, February 05, 2010 10:07 AM | Feedback (3)

Silverlight 1.0 RC Drag and Drop

If any of you are interested in a Drag and Drop library for Silverlight 1.0 RC, please visit Roberto's blog to read his article Silverlight Drag and Drop Javascript Class - RC. For all the spanish speaking people out there, he will translate the article into Spanish in the near future. I met Roberto during the Tampa Code Camp and I attended his Silverlight 1.1 session. I must say it was very well explained and interesting. Out of all the Silverlight sessions i attended I liked his the best. Happy Programming!

posted @ Friday, August 10, 2007 12:31 PM | Feedback (0)