What steps does it take to download a Silverlight 4 application to Silverlight 3.
I can't develop any longer with Beta 4 and made a wrong assumption that VS2010 RC would be able to run Sivlerlight Beta 4 - which it unfortunately can't. VS2010 RC which was just released can only currently work with SL3. (hoping/expecting someone to hack it to work but right now it doesn't)
So I'm wondering what are the steps to download Silverlight 4 to Silverlight 3 and what do I lose and what should I watch out for.
(I realize that the answer is somewhat related to the 'opposite' of the feature list for SL4 but there's other issues - such as updating projects etc.) and perhaps some subtle things to watch out for that don't get caught by the compiler.
EDIT: IMPORTANT. There is now a workaround to get SL4 running in VS2010 RC http://translate.google.com/translate?hl=en&sl=auto&tl=en&u=http://sorokoletov.com/2010/02/hate-2-wait-silverlight-4-beta-2-vs-2010-rc/
The only problem I've seen so far is I cannot use 'dynamic' - which is fine for me. I get this error when running this code:
dynamic userState = e.UserState;
userState.dfo();
One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.CSharp.dll and System.Core.dll?