Learning Silverlight
Sign in
|
Join
|
Help
Home
RSS
Atom
Search
Tags
articles
blogs
communityserver
crossdomain
iframe
resources
silverlight
Silverlight 2
Silverlight 2 Beta 2 Beta 1 TestPage.html 2.0.30523 2.0.30226
Silverlight 2 Beta 2 Error destabilize runtime
Silverlight 2 XamlReader Runtime PropertyPath DependencyProperty
Silverlight Expected Range Value
Silverlight links
Silverlight XamlReader Runtime
silverlighttwitter
tutorials
twitter
user-mapped section open silverlight ClientBin
Navigation
Home
Blogs
Forums
Downloads
Archives
June 2008 (7)
April 2008 (1)
February 2008 (1)
September 2007 (1)
LInks
SilverlightAddict.com
Links
Silverlight Cream
ScottGu
Silverlight.net
BlueRoseGames
June 2008 - Posts
Comments
Silverlight Links
by
RogerGuess
There is already an incredible wealth of samples, articles, tutorials, and applications out there for Silverlight. Here is a list of the links I like to keep my eye on. Scott Guthrie Tim Heuer (be sure to check out his video podcasts on Silverlight) Adam...
Filed under:
resources
,
tutorials
,
articles
,
blogs
,
Silverlight links
87
Comments
Silverlight 2 Beta 2: Value does not fall within the expected range
by
RogerGuess
This can come from a number of potential errors with XAML. The first thing I now check, is to see if I am attempting to add multiple FrameworkElements with the same x:Name. For me, I was dynamically adding usercontrols to a canvas, but I made the mistake...
Filed under:
Silverlight Expected Range Value
67
Comments
Runtime Alternative to XamlReader.Load in Silverlight 2 Beta 2
by
RogerGuess
This Sample was update for Silverlight 2 Beta 2 ( the beta 1 example is here ) I can see XamlReader.Load has it's uses for adding FrameworkElements at runtime, but I really hate the way the code looks. Additionally, I don't like the idea of managing...
Filed under:
Silverlight 2 XamlReader Runtime PropertyPath DependencyProperty
995
Comments
Silverlight 2 Beta 2 %project%TextPage.html Looking for Beta 1 (installed version 2.0.30523 requested version 2.0.30226)
by
RogerGuess
I converted a Beta 1 project to Beta 2 and made a few fixes to get it up and running. However, I noticed the testpage.html was still looking for the previous version of Silverlight 2 Beta 1. It's a quick fix: Create a new Silverlight 2 Beta 2 project...
Filed under:
Silverlight 2 Beta 2 Beta 1 TestPage.html 2.0.30523 2.0.30226
9
Comments
Silverlight 2 Beta 2: "Operation could destabilize the runtime"
by
RogerGuess
I ran into this after having Visual Studio convert my Beta 1 project to Beta 2. System.Security.VerificationException was unhandled by user code Message=" Operation could destabilize the runtime ." I created a new Beta 2 solution from scratch...
Filed under:
Silverlight 2 Beta 2 Error destabilize runtime
1,617
Comments
The requested operation cannot be performed on a file with a user-mapped section open. Silverlight
by
RogerGuess
I am getting this error when publishing the a asp.net website that gets added to he solution for Silverlight applications in Visual Studio 2008. The requested operation cannot be performed on a file with a user-mapped section open. I do not know the root...
Filed under:
user-mapped section open silverlight ClientBin
42
Comments
Runtime Alternative to XamlReader.Load in Silverlight
by
RogerGuess
Update: This was a Silverlight Beta 1 example. Beta 2 now has updates to make this even easier. Here is an example . I can see XamlReader.Load has it's uses for adding FrameworkElements at runtime, but I really hate the way the code looks. Additionally...
Filed under:
Silverlight XamlReader Runtime