<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Roahn's Blog</title><subtitle type="text">Focus on the Dotnet</subtitle><id>http://feed.cnblogs.com/blog/u/51244/rss</id><updated>2011-09-26T13:52:04Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/51244/rss"/><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1612262.html</id><title type="text">GridView control &amp;quot;must be placed inside a form tag with runat=server&amp;quot;</title><summary type="text">I tried to follow up Ram's suggestion and exported data in a GridView to a word documents by following code snippet:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHig...</summary><published>2009-11-27T11:02:00Z</published><updated>2009-11-27T11:02:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1612262.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1612262.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1611919.html</id><title type="text">BadImageFormatException in a 64bit Vista machine</title><summary type="text">在64位Vista机器上调用一个native的.dll 文件时， 经常会报这个错误：这是因为我们的Configuration Manager没有配置好： 如果我们在64位机器上使用AnyCPU的配置，我们的程序可以加载anycpu.dll 和x64.dll, 但是， 如果我们试图加载x86.dll就会出现BadImageFormatException的错误。同样地， 如果我们使用的是x86的选项，...</summary><published>2009-11-27T04:51:00Z</published><updated>2009-11-27T04:51:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1611919.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/11/27/1611919.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515617.html</id><title type="text">Access ActiveX Object Control in Visual Studio 2008</title><summary type="text">I encountered a problem in Microsoft MSDN Visual Studio Debugger forum, the original thread is:http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/64a02264-2beb-4794-913b-a96ec0ea0c58 I have ...</summary><published>2009-07-02T08:38:00Z</published><updated>2009-07-02T08:38:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515617.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515617.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515567.html</id><title type="text">C++ WinForm Application Designer issue</title><summary type="text">准备创建一个新的C++ Windows Forms 应用程序，创建倒是成功，但是，界面不太友好！你看下面就知道我在说什么了：展开Call Stack， 其内容是关于什么Shell GotDom， 具体信息截屏时侯没注意，其部分内容大概为：..........Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDat...</summary><published>2009-07-02T08:05:00Z</published><updated>2009-07-02T08:05:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515567.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/07/02/1515567.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/05/13/1456129.html</id><title type="text">unable to start debugging on the web server. An authentication error occurred while communicating with the web server.</title><summary type="text">Issue Description:I created a simple website project followingthe steps below:1. Open Visual Studio Team System 2008.2. Choos File-&amp;gt;New-&amp;gt;Website...-&amp;gt;ASP.NET Web Site3. Location: HTTP4. Click ...</summary><published>2009-05-13T09:55:00Z</published><updated>2009-05-13T09:55:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/05/13/1456129.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/05/13/1456129.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/03/26/1422678.html</id><title type="text">Call Managed Methods From Native World</title><summary type="text">P\Invoke Managed/Unmanaged</summary><published>2009-03-26T13:20:00Z</published><updated>2009-03-26T13:20:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/03/26/1422678.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/03/26/1422678.html"/></entry><entry><id>http://www.cnblogs.com/RoahnLuo/archive/2009/03/15/1412503.html</id><title type="text">Error: debugging information for 'myproject.exe' cannot be found or does not match. No symbols loaded.</title><summary type="text"/><published>2009-03-15T08:52:00Z</published><updated>2009-03-15T08:52:00Z</updated><author><name>Roahn Luo</name><uri>http://www.cnblogs.com/RoahnLuo/</uri></author><link rel="alternate" href="http://www.cnblogs.com/RoahnLuo/archive/2009/03/15/1412503.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/RoahnLuo/archive/2009/03/15/1412503.html"/></entry></feed>
