Surviving the Silverlight RC Release
If you are like me, the recent release of the 1.0 RC version of Silverlight has been a mixed bag. Clearly the new version has a wealth of new features that make it event better but at the same time these improvements have also broken existing implementations. Here are some tips to resurrecting your demos and prototypes:
1) Remove Sys. from all calls to the helper js files. This namespace has bee deprecated.
2) Do a find and replaced on .Hidden with .Collapsed. Hidden has be deprecated as well.
3) Use the new silverlight.js files.
4) If you manually configuring the object/embed tag, use "x-silverlight" instead of "ag-plugin"
5) If all else fails....download the the 1.0 SDK