上一页 1 2 3 4 5 6 ··· 24 下一页
摘要: Visual Studio Install New Project Template For example, I want to install EP prj template: AxWebProject.zip Copy AxWebProject.zip zip file into this folder C:\Program Files\Microsoft Visual Studio 9.... 阅读全文
posted @ 2010-09-10 16:42 upzone 阅读(402) 评论(0) 推荐(1) 编辑
摘要: 近期一个老系统改用SQL Server 2005数据库, 从原来的2000改为2005, 默认情况下启动出错:Incorrect syntax near 'Index'. If this is intended as a part of a table hint, A WITH keyword and parenthesis are now required.SQL 语句中的table hint ... 阅读全文
posted @ 2010-09-02 14:31 upzone 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: 问题:当调试程序出错的时候,为什么有的机器总是出现“HTTP 错误 500.100 - 内部服务器错误 - ASP 错误”,而不能显示具体的出错信息? 原因:IE浏览器设置中屏蔽掉了出错的具体信息。 解决:1、选择IE浏览器--工具--Internet选项。 2、在高级选项框中将“显示友好HTTP错误信息”的勾选去掉。FW: http://foosu... 阅读全文
posted @ 2010-08-12 15:49 upzone 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 自定义class 做xmlserialize 时候报错: There was an error generating the XML document.令人非常恼火的错误,参照:Troubleshooting Common Problem with XmlSerializer http://msdn.microsoft.com/en-us/library/aa302290.aspxXmlSeria... 阅读全文
posted @ 2010-06-25 19:01 upzone 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: Could not create SSOSQL. To fix the problem, reinstall SSO or try 'regasm SSOSQL.dll' from a Visual Studio command prompt.Error Code: 0x80131700Solution:regasm C:\Program Files\Common Files\Enterprise... 阅读全文
posted @ 2010-06-24 14:22 upzone 阅读(267) 评论(0) 推荐(0) 编辑
摘要: [代码]2<scriptlanguage="JavaScript"type="text/javascript">3vartime=null4functionmove(){5window.location='<%=Request.QueryString["Redirect"]%>'6}7timer=setTimeout('move()',3000);8</script&... 阅读全文
posted @ 2010-06-23 09:36 upzone 阅读(748) 评论(0) 推荐(0) 编辑
摘要: Issue:DataBase sp: select count(*) from training where domain = @domain and username = @usernameLinq: TrainingDatabase.dbmlMain Class: TrainingDataBaseDataContext context = new TrainingDataBaseDataCon... 阅读全文
posted @ 2010-06-21 16:39 upzone 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2010-06-02 08:39 upzone 阅读(138) 评论(1) 推荐(0) 编辑
摘要: MOSS SSP Failed to provision - No running instances of Shared Services Provider provisioning job service are online We ran into an interesting problem on a client installation. The server was running ... 阅读全文
posted @ 2010-05-27 09:49 upzone 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Problem: there were errors trying to contact team foundation server fe-tfs: tfs30063 you are not authorized to access the tfs Caused by: The login account cannot be remembered in windows 2008 Solution... 阅读全文
posted @ 2010-05-24 16:56 upzone 阅读(694) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 24 下一页