03 2010 档案
摘要:VS2010创建了一个Silverlight for Window Phone Application的项目,想测试一个访问数据库的功能,结果发现项目中没有System.Data.dll,我想添加这个引用却发现在.Net栏中没有System.Data.dll,很奇怪难道SL For WP7不能访问本地数据库?以前关于SL访问数据库都是通过WCF或Web服务,难道在Windows Phone中也要通...
阅读全文
摘要:XAML代码:=============================================<UserControl x:Class="Test_SL.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/w...
阅读全文