<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_G yc</title><subtitle type="text">Son Of VB .NET</subtitle><id>http://feed.cnblogs.com/blog/u/14284/rss</id><updated>2011-07-09T08:25:30Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14284/rss"/><entry><id>http://www.cnblogs.com/GSonOVB/archive/2011/07/09/2101851.html</id><title type="text">解决安装Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 错误 25541</title><summary type="text">最近在测试环境（虚机）上，使用 Microsoft Web Platform Installer 安装 Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 中文版， 却在最后收到了下面的错误。 “Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 中文版 -- 错误 25541.Failed to open XML file D:\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.config, system error:</summary><published>2011-07-09T08:26:00Z</published><updated>2011-07-09T08:26:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2011/07/09/2101851.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2011/07/09/2101851.html"/><content type="html">&#xD;
&lt;p&gt;最近在测试环境（虚机）上，使用 Microsoft Web Platform Installer 安装 Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 中文版， 却在最后收到了下面的错误。&lt;/p&gt;  &lt;p&gt;&amp;#8220;Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 中文版 -- 错误 25541.Failed to open XML file D:\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe.config, system error: -2147024786&amp;#8221;&lt;/p&gt;  &lt;p&gt;这个很奇怪的问题， 因为测试环境里面，没有安装完整版的VS， 而是 免费版的Express ，所以出现这个问题的时候，我很郁闷。尝试了替换文件， 但没有解决。&lt;/p&gt;  &lt;p&gt;今天在研究安装文件时，发现了原因。 是注册表问题。 在系统注册表中， 错误的包含了安装VS完成版的信息，导致安装程序认为系统中存在VS。&lt;/p&gt;  &lt;p&gt;解决方法：&lt;/p&gt;  &lt;p&gt;1、开始， 输入 &amp;#8220;Regedit&amp;#8221; ，回车。&lt;/p&gt;  &lt;blockquote style='border:2px solid #EFEFEF;color:#333333;padding:5px 10px;'&gt;   &lt;p&gt;&lt;a href="http://images.cnblogs.com/cnblogs_com/GSonOVB/201107/201107091623072228.png"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline;background-image: none;" title="clip_image001" border="0" alt="clip_image001" src="http://images.cnblogs.com/cnblogs_com/GSonOVB/201107/201107091623121732.png" width="191" height="244" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;2、定位到    &lt;br /&gt;&amp;#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Setup\VS&amp;#8221;（X64）     &lt;br /&gt;OR     &lt;br /&gt;&amp;#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Setup\VS&amp;#8221;（X86） 下。&lt;/p&gt;  &lt;p&gt;3、右键单击 &amp;#8220;VS&amp;#8221;， 选择导出 ，来保存 备份 注册表。&lt;/p&gt;  &lt;p&gt;4、右键单击&amp;#8220;VS&amp;#8221;，选择 删除。&lt;/p&gt;  &lt;blockquote style='border:2px solid #EFEFEF;color:#333333;padding:5px 10px;'&gt;   &lt;p&gt;&lt;a href="http://images.cnblogs.com/cnblogs_com/GSonOVB/201107/20110709162316987.png"&gt;&lt;img style="border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline;background-image: none;" title="clip_image002" border="0" alt="clip_image002" src="http://images.cnblogs.com/cnblogs_com/GSonOVB/201107/201107091623188248.png" width="218" height="244" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;5、重新运行安装程序。&lt;/p&gt;  &lt;p&gt;6、双击 在3步骤时导出的文件， 还原注册表。&lt;/p&gt; &#xD;
&lt;img src="http://www.cnblogs.com/GSonOVB/aggbug/2101851.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/GSonOVB/archive/2011/07/09/2101851.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660193.html</id><title type="text">解决“计划任务不存在的问题”方法</title><summary type="text">解决打开 计划任务后提示   &amp;#160; 所选择的任务“{0}”不再存在。若要查看当前任务，请单击“刷新”。 &amp;#160;  的问题</summary><published>2010-01-30T12:30:00Z</published><updated>2010-01-30T12:30:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660193.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660193.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660189.html</id><title type="text">开启 Win 2008 R2 可靠性历史记录</title><summary type="text">本文描述如和开启Win2008R2 的 可靠性历史记录的方法</summary><published>2010-01-30T12:24:00Z</published><updated>2010-01-30T12:24:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660189.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2010/01/30/1660189.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/11/12/1601435.html</id><title type="text">解决 Hyper-V R2 虚拟网卡影响网速变慢问题</title><summary type="text">升级到 Win2008R2 后使用 Hyper-V R2 之后，当Host 提供其他服务 如FTP等，在内网访问的时候速度会很慢的解决方法。</summary><published>2009-11-11T16:51:00Z</published><updated>2009-11-11T16:51:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/11/12/1601435.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/11/12/1601435.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/10/30/1592677.html</id><title type="text">Win7/R2 原生VHD 启动</title><summary type="text">什么是 原生VHD 启动（Native VHD Boot）？Win7/R2 系统可以启动VHD 里面的系统，并且里面的系统知道运行在VHD磁盘上。</summary><published>2009-10-29T19:11:00Z</published><updated>2009-10-29T19:11:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/10/30/1592677.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/10/30/1592677.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/10/17/1585190.html</id><title type="text">沈阳 .NET 俱乐部 10月25日 Windows 7社区发布活动</title><summary type="text">10月23日Windows 7将正式全球亮相，走进您的生活。  &amp;ldquo;让社区激情随Win 7 一同绽放&amp;rdquo;&amp;mdash;&amp;mdash; Windows 7 社区发布活动是微软公司为配合Windows 7全球同步上市而在微软.NET俱乐部社区开展的发布活动。10月24日和25日，将在全国18个城市同时举行，包括北京、上海、广州、成都、太原、桂林、西安、武汉、烟台等地的开发人员将引爆...</summary><published>2009-10-17T11:56:00Z</published><updated>2009-10-17T11:56:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/10/17/1585190.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/10/17/1585190.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/09/25/1573670.html</id><title type="text">俱乐部活动讲师 &amp;amp; 场地招募中。。</title><summary type="text">俱乐部很久没有活动了～～准备活动一下目前计划 和WIn7 有关。现在征集场地中， 如有能提供场地的，或者相关信息的，请填写这个表单http://spreadsheets.google.com/viewform?formkey=dEpCd19IRXc1UjZ0bmxkMUstTWVxZUE6MA..另外，也在征集讲师， 只要会说的，愿意与大家一些分享成果的，都行～有意者填写请填写这个 http://...</summary><published>2009-09-24T16:19:00Z</published><updated>2009-09-24T16:19:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/09/25/1573670.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/09/25/1573670.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/08/13/1545648.html</id><title type="text">WCF 部署问题 小总结 （HTTP 不能注册的解决方法 和 部署Bat脚本）</title><summary type="text">用 Windows 服务 HOST WCF 服务 但服务却没有正常启动。在Windows日志里面看到 “无法启动服务。System.ServiceModel.AddressAccessDeniedException: HTTP 无法注册 URLhttp://+:8080/。” 信息。本文提供一个解决此问题的 方法， 还有 防火墙配置 以及 BAT的安装脚本。</summary><published>2009-08-13T15:37:00Z</published><updated>2009-08-13T15:37:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/08/13/1545648.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/08/13/1545648.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/06/15/1503311.html</id><title type="text">Win7 支付宝证书 安装记</title><summary type="text">Win7 是个好东西啊～ 因为太好了推荐给了别人， 但这也是问题的开始，因为是老机器 （Benq joybook 6000），弄得有些乱， 因此想重做。于是安装了最新的 Win7，但有1个大失败， 就是 855GM 显卡 没有驱动， 这个郁闷啊Aero 开不了了， 不过这个也不常用，也就算了。之后，没有什么问题，直到 支付宝这，就完了。虽然，当初认为是Win7问题，以为没有方法， 但网上一搜，原来...</summary><published>2009-06-14T16:17:00Z</published><updated>2009-06-14T16:17:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/06/15/1503311.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/06/15/1503311.html"/></entry><entry><id>http://www.cnblogs.com/GSonOVB/archive/2009/06/03/1495625.html</id><title type="text">（翻译）《介绍 GENEVA Beta 1 白皮书》（3）</title><summary type="text">A CLOSER LOOK AT THE “GENEVA” TECHNOLOGIES 近看“Geneva” 技术 </summary><published>2009-06-03T11:31:00Z</published><updated>2009-06-03T11:31:00Z</updated><author><name>G yc {Son of VB.NET}</name><uri>http://www.cnblogs.com/GSonOVB/</uri></author><link rel="alternate" href="http://www.cnblogs.com/GSonOVB/archive/2009/06/03/1495625.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/GSonOVB/archive/2009/06/03/1495625.html"/></entry></feed>
