上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 342 下一页
摘要: 调用WCF时,出现下面的错误: System.ServiceModel.Security.SecurityNegotiationException : The caller was not authenticated by the service. System.ServiceModel.FaultException : The request for security token ... 阅读全文
posted @ 2012-10-01 10:47 emanlee 阅读(1317) 评论(0) 推荐(0)
摘要: 现象:Login failed for user 'sss'. The user is not associated with a trusted SQL Server connection. 原因: SQL Server服务器没有启用混合认证,将认证方式从集成认证改为混合认证即可解决。 阅读全文
posted @ 2012-09-25 18:42 emanlee 阅读(2247) 评论(0) 推荐(0)
摘要: 我的数据库连接字符串是这样的:server=MachineName\SQLEXPRESS;database=test;trusted_connection=true 感到很是奇怪,当单独部署运行web service时没问题,但把它发布到IIS, 访问就有问题了,查了下资料,如下: SYMPTOMS When you create a trusted connection from M... 阅读全文
posted @ 2012-09-25 18:35 emanlee 阅读(2195) 评论(0) 推荐(0)
摘要: 浏览网页出现错误: Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail informatio... 阅读全文
posted @ 2012-09-25 18:07 emanlee 阅读(1401) 评论(0) 推荐(0)
摘要: Cab 文件项目 - Visual Studio 中的部署 Cab 文件项目 (http://technet.microsoft.com/zh-cn/windows/fwb783c5) 使用 Cab 项目,可以创建 .Cab 文件,以便对可以从 Web 服务器下载到 Web 浏览器的 ActiveX 控件进行打包。 与其他部署项目类型不同,没有提供处理 CAB 项目的编辑器。文件和项目输... 阅读全文
posted @ 2012-09-23 15:34 emanlee 阅读(2489) 评论(0) 推荐(0)
摘要: Visual Studio 中的部署 合并模块介绍 (http://technet.microsoft.com/zh-cn/magazine/6771e4ch(VS.90).aspx) 合并模块是 Windows Installer 的一个功能,它提供了传送组件的标准方法,从而确保安装组件的正确版本。合并模块包含 .dll 这样的组件以及任何相关的文件、资源、注册表项和安装逻辑。 合并... 阅读全文
posted @ 2012-09-23 15:03 emanlee 阅读(5078) 评论(0) 推荐(0)
摘要: 遇到这个错误 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... 阅读全文
posted @ 2012-09-15 10:50 emanlee 阅读(2838) 评论(0) 推荐(0)
摘要: C#接口是一个让很多初学C#者容易迷糊的东西,用起来好像很简单,定义接口,里面包含方法,但没有方法具体实现的代码,然后在继承该接口的类里面要实现接口的所有方法的代码,但没有真正认识到接口的作用的时候就觉得用接口是多此一举,当然你这样想那是绝对绝对错误的。 我们定义一个接口: public interface IBark { ... 阅读全文
posted @ 2012-09-13 20:20 emanlee 阅读(1216) 评论(0) 推荐(0)
摘要: % 字符串处理 a=' a';b='b b';c='cccc';m='' % 获取字符串长度 length(a) % 连接两个字符串,每个字符串最右边的空格被裁切 d=strcat(a,c) length(d) % 连接多行字符串,每行长度可不等,自动把非最长字符串最右边补空格 % 使与最长字符串相等,会忽略空字符串 e=strv... 阅读全文
posted @ 2012-09-13 20:03 emanlee 阅读(125534) 评论(0) 推荐(5)
摘要: 构件技术-导言.zip构件技术-第1章.zip构件技术-第1章补充.zip构件技术-第1章补充-AdoDotNetDemos.zip构件技术-第2章.zip构件技术-第2章补充.zip构件技术-第2章补充-Codes.rar构件技术-第3章.zip构件技术-第3章补充-DCOMDemo.zip构件技术-第4章.zip构件技术-第4章补充.zip构件技术-第4章补充-Codes.zip构件技术-第5章.zip构件技术-第5章补充-codes.zip构件技术-第6章.zip构件技术-第7章.zip构件技术-第7章补充-codes.zip构件技术-第8章.zip构件技术-第9章-SOA.zip构件技 阅读全文
posted @ 2012-08-26 08:31 emanlee 阅读(464) 评论(0) 推荐(1)
上一页 1 ··· 217 218 219 220 221 222 223 224 225 ··· 342 下一页