摘要: 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... 阅读全文
posted @ 2009-11-27 19:02 Roahn Luo 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: 在64位Vista机器上调用一个native的.dll 文件时, 经常会报这个错误:这是因为我们的Configuration Manager没有配置好: 如果我们在64位机器上使用AnyCPU的配置,我们的程序可以加载anycpu.dll 和x64.dll, 但是, 如果我们试图加载x86.dll就会出现BadImageFormatException的错误。同样地, 如果我们使用的是x86的选项,... 阅读全文
posted @ 2009-11-27 12:51 Roahn Luo 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2009-07-02 16:38 Roahn Luo 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: 准备创建一个新的C++ Windows Forms 应用程序,创建倒是成功,但是,界面不太友好!你看下面就知道我在说什么了:展开Call Stack, 其内容是关于什么Shell GotDom, 具体信息截屏时侯没注意,其部分内容大概为:..........Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.CodeDomDocDat... 阅读全文
posted @ 2009-07-02 16:05 Roahn Luo 阅读(586) 评论(0) 推荐(0) 编辑
摘要: Issue Description:I created a simple website project followingthe steps below:1. Open Visual Studio Team System 2008.2. Choos File->New->Website...->ASP.NET Web Site3. Location: HTTP4. Click ... 阅读全文
posted @ 2009-05-13 17:55 Roahn Luo 阅读(725) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-03-26 21:20 Roahn Luo 阅读(24) 评论(1) 推荐(1) 编辑
摘要: 今天调试一C++程序,按下F5,老是弹出一对话框显示信息:debugging information for 'myproject.exe' cannot be found or does not match. No symbols loaded. 翻译成中文大概就是:不能找到'myproject.exe' 的调试信息或者调试信息不匹配。符号文件未加载。 起初,我以为是没有生成.pdb文件的缘故,... 阅读全文
posted @ 2009-03-15 16:52 Roahn Luo 阅读(6403) 评论(5) 推荐(2) 编辑