Hi.
I just want to get something clear for me. Is it right, that the new Silverlight 2-Controls, like Buttons for example, can't be understood directly by the Silverlight Browser Plugin without the System.Windows.Controls.dll? Would that mean, that this dll has to be send to the client in a xap-package? And would that mean, that you need managed code to tell the plugin to use the dll?
If thats right, the xaml-code can't be shown directly in the Browser. It needs an Application (the managed code for the Silverlight-Control) to do that.
There are four questions I ask myself:
1. Most important on: Am I right so far?
2. Why doesn't Microsoft include the recently used controls, like buttons, to the range of understanding of the Silverlight-Browser-PLugin? Wouldn't that allow you to write inline-xaml with these usefull controls?
3. Why isn't the Windows.Controls.dll in the Plugin? I can't see any reasons for making the user downloading the dll again and again within the xap-package..
4. Are there any changes planned in the final release of Silverlight 2?