摘要: // CODE1 建立MD5加密主函数using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Security.Cryptography;using System.Text;namespace Ts.BusinessRules{ /// <summary> /// 公共方法类 /// </summary> public class Utitly { /// <summary> /// 使用MD5加密字符串 /// </su 阅读全文
posted @ 2010-11-01 17:57 草青工作室 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 错误信息如下;“/”应用程序中的服务器错误。 编译错误 说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误消息: CS0012: 类型“System.Data.Objects.DataClasses.EntityObject”在未被引用的程序集中定义。必须添加对程序集“System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的引用。源错误: ... 阅读全文
posted @ 2010-11-01 17:33 草青工作室 阅读(216) 评论(0) 推荐(0) 编辑