<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/jiangsheng" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/jiangsheng" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 25 Mar 2009 05:39:00 GMT</lastBuildDate><title>蒋晟的专栏</title><description>http://jiangsheng.net</description><link>http://blog.csdn.net/jiangsheng/</link><item><title>Walkaround for Error : An add-on for this website failed to run. When opening Visual C++'s Add Variable Wizard after IE 8 is installed</title><link>http://blog.csdn.net/jiangsheng/archive/2009/03/25/4022061.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/4022061.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/4022061.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4022061</trackback:ping><description>Download: http://jiangsheng.net/Documents/IE8AddZone.zip Prerequisite: Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) This program is designed to temporary circumvent the &quot;An add-on for this web site failed to run. Check the security settings in Internet options for potential conflicts&quot; error after installing IE8. For status about this problem, visit https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=425510Clicking the create&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/4022061.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Mar 2009 13:39:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2009/03/25/4022061.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2009/03/25/4022061.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2009/03/25/4022061.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763344/1214066</fs:itemid></item><item><title>415 Unsupported Media Type when WSE is NOT configured</title><link>http://blog.csdn.net/jiangsheng/archive/2009/02/14/3891236.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/3891236.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/3891236.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3891236</trackback:ping><description>I have a web service that runs fine on my Windows XP. However, when I deploy to the production server, the web service returns 415 Unsupported Media Type when calling.  I have seen this error when WSE is not enabled on the client. The problem is, the web service is NOT using WSE. so I did the usual, uninstall ASP.Net, reinstalling, adding asmx extension to IIS, same error.   Now I need to fire a debugger to see what’s going on. Surprisingly, Microsoft.Web.Services3.dll is loaded even when there &lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/3891236.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Feb 2009 17:24:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2009/02/14/3891236.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2009/02/14/3891236.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2009/02/14/3891236.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763345/1214066</fs:itemid></item><item><title>Windows Installer自动修复造成注册表内容重置</title><link>http://blog.csdn.net/jiangsheng/archive/2009/01/31/3855412.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/3855412.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/3855412.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3855412</trackback:ping><description>这几天碰到个很奇怪的问题，软件安装完了之后，使用正常，但是在重新启动之后注册表里面的用户设置居然丢失。进注册表看的时候发现注册表键都在，只是值的内容没了。根据Process Monitor的报告，是Windows Installer在程序自动启动的过程中自动修复的时候把注册表里面的用户设置重新初始化了。解决办法很简单，就是在安装的时候不初始化注册表，只在运行的时候动态创建键值。这样在卸载的时候会留下垃圾，不过比不能正常运行好。目前还不清楚为何Windows Installer为什么认为我的程序需要修复，慢慢再查了。&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/3855412.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 Jan 2009 18:18:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2009/01/31/3855412.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2009/01/31/3855412.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2009/01/31/3855412.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763346/1214066</fs:itemid></item><item><title>Microsoft MVP, MSDN Forum Influencer</title><link>http://blog.csdn.net/jiangsheng/archive/2009/01/30/3855241.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/3855241.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/3855241.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3855241</trackback:ping><description>今年微软最有价值专家的奖品好重，是一个很大的水晶奖杯 后面那个红红的忘记是去年的最有价值专家还是最有影响力开发者的奖杯了，前后脚到的。微软中国也比较浪费，不同项目的奖品也不一起邮寄。 刚刚又收到英文MSDN论坛的通知说我是MSDN Forum Influencer，奖励一个背包，我的2004年MVP奖的那个背包要挂了，正好能用上。因为时差原因，我上来的时候都是半夜，后台估计在人少的时候偷摸做黑工，搞得我回复的时候老是出现超时错误，所以在CSDN发帖比较少。发个blog也给我报错，郁闷。&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/3855241.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 Jan 2009 06:26:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2009/01/30/3855241.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2009/01/30/3855241.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2009/01/30/3855241.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763347/1214066</fs:itemid></item><item><title>New features in Visual C++ 10 and MFC 10</title><link>http://blog.csdn.net/jiangsheng/archive/2008/10/11/3060921.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/3060921.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/3060921.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3060921</trackback:ping><description>Boris Jabes and Damien Watkins will present new Visual C++ features in Visual Studio 10 during the upcoming PDC. These new IDE features include a new IntelliSense engine based on SQL Compact, new project and build system that supports customer extension, optimization for large-scale applications,and improved debugging. New MFC library additions will include support for Windows 7 features like multi-touch, Hi DPI, and Windows Vista features like Hi Color icons, integrated search, and restart m&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/3060921.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 12 Oct 2008 00:10:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2008/10/11/3060921.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2008/10/11/3060921.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2008/10/11/3060921.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763348/1214066</fs:itemid></item><item><title>Type 'System.Web.UI.WebControls.Parameter' does not have a public property named 'DbType'</title><link>http://blog.csdn.net/jiangsheng/archive/2008/10/05/3019825.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/3019825.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/3019825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3019825</trackback:ping><description>In Visual C# 2005 SP1, I added an object data source to a web page that uses my business class as the select method. The method has one parameter of type Guid. The data source wizard generates code like this  Although the web server has .Net 2.0 SP1 installed (I checked the registry), it still throws an error Type 'System.Web.UI.WebControls.Parameter' does not have a public property named 'DbType' The walk around is easy: &lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/3019825.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Oct 2008 03:12:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2008/10/05/3019825.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2008/10/05/3019825.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2008/10/05/3019825.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763349/1214066</fs:itemid></item><item><title>Feedback from Microsoft</title><link>http://blog.csdn.net/jiangsheng/archive/2008/06/04/2512939.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/2512939.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/2512939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2512939</trackback:ping><description>Looks like the Microsoft Award for Customer Excellence award I got a few years ago...&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/2512939.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 05 Jun 2008 04:15:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2008/06/04/2512939.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2008/06/04/2512939.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2008/06/04/2512939.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763350/1214066</fs:itemid></item><item><title>MFC Feature Pack发布</title><link>http://blog.csdn.net/jiangsheng/archive/2008/04/07/2259520.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/2259520.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/2259520.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2259520</trackback:ping><description>Visual C++项目组今天发布了Visual C++ 2008 Feature Pack。这个Feature Pack包含了一些以前需要付费给BCG Soft才可以使用的控件，例如BCG著名的窗口布局和风格自定义功能，不过也有一些有用的控件，例如文件夹列表、文件夹树、属性窗格等等。 这个Feature Pack也包含从Dinkumware获得授权的一些对STL的扩展，实现了TR1草案。这包含新的随机算法、集合类和正则表达式支持。关于TR1的更多信息，可以参考Dinkumware的网站。 安装了这个Feature Pack之后，生成的应用程序在发布时需要同时发布新版本的MFC和CRT组件。预计对这个Feature Pack的技术支持策略会和VC6中从Dinkumware获得授权的STL库会是一个级别，也就是说，BCG Soft、Dinkumware和微软都会提供技术支持。如果在安装了这个Feature Pack之后需要安装Windows SDK 6.1，那么在安装完SDK之后需要修复Visual Studio 2008以保持文件是最新的。 目前发布的这个补丁只支持英文版的Visual&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/2259520.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 Apr 2008 23:49:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2008/04/07/2259520.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2008/04/07/2259520.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2008/04/07/2259520.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763351/1214066</fs:itemid></item><item><title>关于自动完成功能的一段会话</title><link>http://blog.csdn.net/jiangsheng/archive/2007/10/01/1808723.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/1808723.aspx</wfw:comment><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/1808723.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1808723</trackback:ping><description>“怎么了？”去饮水机倒水路过程序员甲背后的程序员乙说：“你又卡住了？”“那是你的数据量小。我的查询返回的数据量大，全部从数据库读出来保存到内存不现实，老板要求只从数据库读匹配当前用户输入的数据。”“说得轻巧，我这么做的结果是经常得到一个访问违例异常“尝试读取或写入受保护的内存,这通常指示其他内存已损坏”，而且我在TextChange里面设置的try/catch抓不到这个异常。5分钟后，程序员甲和程序员乙并肩坐在电脑桌前。&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/1808723.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 01 Oct 2007 18:15:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2007/10/01/1808723.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2007/10/01/1808723.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2007/10/01/1808723.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763352/1214066</fs:itemid></item><item><title>保存浏览器控件中的网页</title><link>http://blog.csdn.net/jiangsheng/archive/2007/09/03/1769706.aspx</link><wfw:comment>http://blog.csdn.net/jiangsheng/comments/1769706.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jiangsheng/comments/commentRss/1769706.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1769706</trackback:ping><description>如果需要调用默认的保存对话框，可以调用IDM_SAVE命令保存网页 。由于安全原因，这个命令会总是显示一个文件保存对话框，调用命令的时候指定OLECMDEXECOPT_DONTPROMPTUSER时也不例外。注意保存为mht格式的选项只有自动化IE时才会出现，在嵌入浏览器控件时没有，而且这个功能需要Ooutlook Express 5.0或更高版本的支持。&lt;img src =&quot;http://blog.csdn.net/jiangsheng/aggbug/1769706.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 03 Sep 2007 14:01:00 +0800</pubDate><author>蒋晟.Net</author><comments>http://blog.csdn.net/jiangsheng/archive/2007/09/03/1769706.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jiangsheng/archive/2007/09/03/1769706.aspx</guid><dc:creator>蒋晟.Net</dc:creator><fs:srclink>http://blog.csdn.net/jiangsheng/archive/2007/09/03/1769706.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jiangsheng/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/jiangsheng/~1214093/212763353/1214066</fs:itemid></item></channel></rss>