02 2012 档案

摘要:在尝试Visual Studio 2010 简体中文版时,我发现创建一个并发布Windows类型的项目时(如一个 C# windows 应用程序),如果在发布应用程序时选择使用“Microsoft .NET Framework 4 Client Profile (x86 and x64)”作为“系统必备”组件,同时选中“从与我的应用程序相同的位置下载系统必备组件”,会遇到如下错误:“MSB3152: 系统必备组件的安装位置未设置为“组件供应商的网站”,并且无法在磁盘上找到项“Microsoft .NET Framework 4 Client Profile (x86 and x64)”中的文件 阅读全文
posted @ 2012-02-14 15:53 马建康 阅读(918) 评论(0) 推荐(0)
摘要:i设备基本资料 targetEquip = ios.CreateObject<i设备基本资料>();foreach (var mi in Equip.GetType().GetMembers()){switch (mi.MemberType){case System.Reflection.MemberTypes.Constructor:break;case System.Reflection.MemberTypes.Event:break;case System.Reflection.MemberTypes.Field:break;case System.Reflection.Me 阅读全文
posted @ 2012-02-09 19:44 马建康 阅读(216) 评论(0) 推荐(0)