随笔分类 - [08] .NET Framework
微软软件开发的框架(基石)。
摘要:Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154. 解决方法: 1 安装相应版本的Excel (Excel 2003/2007/2010) 2 如果已经安装了相...
阅读全文
摘要:遇到这个错误 Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. 请参考msdn文章来debug找出错误的地方: http://msdn.microsoft.com/en-us/library/system...
阅读全文
摘要:(from http://www.cnblogs.com/amtf/archive/2011/12/05/2276775.html) 发展篇: WEB程序: HTML –> ASP –> ASP.NET –> ASP.NET MVC HTML: 纯html标签表示的静态网页。 ASP: ASP用文本编辑器,就可以进行开发的,把页面布局、数据访问、后台响应混合在一起的动态页面编...
阅读全文
摘要:看来VS.NET 2008无法安装是和系统中存在Office 2007之前的版本有关系。 在网上看到另外一篇文章,得知可能是电脑上存在Office 2007的beta版本的某些程序导致。 具体解决如下: 1.下载Windows Installer 清理实用工具.(http://www.skycn.com/soft/50211.html) 2.安装Windows Installer 清理实用工具,...
阅读全文
摘要:严重问题: Visual Studio 2008 无法切换到设计视图,一切换就卡死了(Not Responding) VSTS中英文版本都有这个问题。
阅读全文
摘要:找不到visual studio模板信息 解决方法 菜单->Tools->option->projects & Solutions-> 将 "Visual Studio user project templates location" 指向 前面是安vs安装目录,可填自己的安装目录 "X:\Program Files\Microsoft...
阅读全文
摘要:1 首先保证原始的代码是正确的。 2 运行原始程序,分析运行结果。 3 修改或简化原始程序,再次分析运行结果,与以前的结果做比较,如果一致,表明修改或简化操作是正确的。 4 每修改一部分就要保存一份拷贝,并且分析运行结果。
阅读全文
摘要:Messages below were from Output Window of Visual Studio 2008: Build (web): Object reference not set to an instance of an object. when building the solution, the build will fail with the error "/...
阅读全文
摘要:VS2008: 解决方案中以添加网站的方式添加网站,支持自动编译,修改cs文件后,保存,在浏览器中刷新页面,会显示修改后的内容。 VS2008: 解决方案中以添加工程的方式添加网站,不能自动编译,修改cs文件后,保存,在浏览器中刷新页面,不会显示修改后的内容,要手动编译修改过的页面。
阅读全文
摘要:Visual Studio 2008 with Service Pack 1 build page - failed; It found errors build web site - could not find errors; It was successfully built, but there really were errors inside the codes. Is it a...
阅读全文
摘要:http://forums.asp.net/p/1222006/2570302.aspx http://connect.microsoft.com/VisualStudio/feedback/details/363321/choose-items-in-toolbox-causes-visual-studio-2008-sp1-to-crash http://social.msdn.micro...
阅读全文
摘要:查找:Load\(\"Sql模板名称[^\"]+ 替换:\0_操作名 说明: 将形式如下的字符串替换 Load("Sql模板名称") Load("Sql模板名") 为 Load("Sql模板名称_操作名") Load("Sql模板名") ***************************...
阅读全文
摘要:http://blogs.msdn.com/johnwpowell/archive/2008/03/23/10-tips-to-boost-your-productivity-with-c-and-visual-studio-2008.aspx http://www.microsoft.com/downloads/details.aspx?familyid=E5F902A8-5BB5-4CC6-...
阅读全文
摘要:1. AnkhSVN - Subversion SCC Provider http://ankhsvn.open.collab.net/ AnkhSVN是一个VS的Subversion 源代码管理提供者。通过这个插件,你可以方便的在Visual Studio中使用Subversion管理你的项目和代码。这个项目保持着相当的活跃性。在本文发表时最新的版本是2.1.7444。强烈推荐开发者使用,尤其是...
阅读全文
摘要:XP Professional 上安装 Visual Studio 2010 需要XP SP3。 XP SP3 http://sccrc2.skycn.com/down/WINDOWSXP-KB936929-SP3-X86-CHS.zip http://nc.onlinedown.net/down/WindowsXP-KB936929-SP3-x86-ENU.zip Visua...
阅读全文
摘要:The Microsoft .NET Framework 4 redistributable package installs the .NET Framework runtime and associated files that are required to run and develop applications to target the .NET Framework 4. File ...
阅读全文
摘要:精选最新优秀源码下载网站排行: 1.站长下载:http://down.chinaz.com/ 2.CSDN 下载:http://download.csdn.net 3.站长源码:http://down.cnzz.cn/ 4.51 源码:http://www.51aspx.com/ 5.源码之家:ht
阅读全文
摘要:System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - Not enough...
阅读全文
摘要:环境 VS2008, 安装了Office 2003 (1)如果把OFFICE.DLL放到某一个文件夹,比如DLL文件夹。 从VS2008中,点击“添加引用”,找到DLL\OFFICE.DLL。确定,之后打开 项目的属性页,发现 OFFICE.DLL 的Type 是GAC。 编译项目成功,测试相关功能运行正常。 (2)如果把OFFICE.DLL放到Bin文件夹。...
阅读全文
摘要:Should "Go To Definition" from a VB Web Application display C# code in a referenced C# code library project? I created a VB Web application that calls both a VB Code Project Library an...
阅读全文