09 2013 档案

摘要:1.运行注册表regedit,进入到HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default项,在右边窗口有若干个MRU+数字,全部删除。2.再删除我的文档My Documents下Default.rdp(系统隐藏)文件。经过以上的设置后,再次启动远程桌面客户端程序,你将发现记录已经不存在了。 阅读全文
posted @ 2013-09-23 10:02 VipSoft 阅读(358) 评论(0) 推荐(1)
摘要:如果你在GridView控件上设置 AllowPaging="true" or AllowSorting="true" 而没有使用使用数据源控件 DataSource (i.e. SqlDataSource, ObjectDataSource),运行则会出现下列错误: 当你在GridView控件上单... 阅读全文
posted @ 2013-09-18 14:36 VipSoft 阅读(409) 评论(0) 推荐(0)
摘要:是不是用了mini-KMS_Activator这个工具去激活?是的话,把mini-KMS_Activator点出来,使用第一个按钮Install / Uninstall KM Service把它的服务停掉。然后再用Office 2010 Toolkit就可以正常工作了。 或者把KM Service这个服务(进程)关闭Office 2010 Toolkit 需要装 .NET Framework 4.0 阅读全文
posted @ 2013-09-08 22:17 VipSoft 阅读(5020) 评论(0) 推荐(0)
摘要:1. install all features in IIS2. Try the following steps to register it.run %windir%\Microsoft.NET\Framework\v4.0.21006\aspnet_regiis.exe -i或运行,跳出如下错误:开发环境是Window Server2008, Visual Studio2010。出现原因:在安装开发环境时有关模块的安装顺序不太正确引起。(如先安装.NetFramework v4.0后安装IIS)解决方法:一、修复 .NET Framework 4.0.针对 32 bit or 64 bit 阅读全文
posted @ 2013-09-03 16:15 VipSoft 阅读(560) 评论(0) 推荐(0)
摘要:protected void Page_Load(object sender, EventArgs e){ ScriptManager sm = Page.Master.FindControl("ScriptManager1") as ScriptManager; if (sm != null) { foreach (GridViewRow item in gvInvoiceHistory.Rows) { LinkButton lbtnTemp = item.FindControl("btnInvoiceNumber") a... 阅读全文
posted @ 2013-09-03 11:04 VipSoft 阅读(2012) 评论(0) 推荐(1)