Silverlight 2 Beta 2 (Latest Version released on 6/6/2008)
Through trial development, the following problems are found:
Defect list:
1. silverlight beta 2 cannot call webservice and WCF normally (webservice and wcf can be used normally in Silverlight beta 1). Supplement: You can see that webservice and WCF can be called on a blog later, I just want to handle it a little bit:
See http://www.cnblogs.com/alva/archive/2008/06/11/1217283.html for details
2. Many basic controls in Silverlight beta 2 do not include combobox.
3. In VS2008, only the xmal code of Silverlight can be manually written. There is no designer for SilverlightUI.
4. The original DLL cannot be referenced. Only silverlight classlibrary can be referenced)
5. webservice only supports soap1.1. Currently, soap1.2 is not supported.
6. Some files developed in silverlight beta1 cannot run in beta2.
7. when a checkbox column is added as the template in the column in The DataGrid, the current row indicator is not normal. If you do not know how to map the column, it will not be pasted, for example, there is a three-row and two-column DataGrid. After the first column is added with a checkbox, select the checkbox in the second row and move the cursor to the checkbox in the first row, however, we found that the preceding triangle mark is still on the second line.
8. sliverlight currently does not support the control property Window.
The above is my rough description.