C# 报错
Bambi12
踏踏实实搞技术
展开
-
C# 问题:基础提供程序在 open 上失败。
问题:基础提供程序在 open 上失败。 解决方法:可以查看webconfig文件中连接字符串是否完整,包括用户名和密码。原创 2017-05-04 15:25:26 · 2984 阅读 · 0 评论 -
“”和null
""和null的区别原创 2017-07-25 12:03:32 · 259 阅读 · 0 评论 -
没有为该对象定义无参数的构造函数
没有为该对象定义无参数的构造函数原创 2017-08-30 18:23:22 · 11738 阅读 · 0 评论 -
could not be set to a 'string' value. You must set this property to a non-null value of type
could not be set to a‘string’ value. You must set this property to a non-null value of type ‘System.Guid’原创 2017-08-02 09:50:38 · 3059 阅读 · 0 评论 -
c#中控制不能从一个case标签贯穿到另一个case标签是啥意思
问题:c#中控制不能从一个case标签贯穿到另一个case标签是啥意思原创 2017-07-25 11:58:58 · 5881 阅读 · 0 评论 -
不存在具有“AppType”的“IEnumerable<SelectListItem>”类型的 ViewData 项
不存在具有“AppType”的“IEnumerable<SelectListItem>”类型的 ViewData 项原创 2017-07-21 09:48:52 · 1328 阅读 · 0 评论 -
“已超过传入消息(65536)的最大消息大小配额。若要增加配额,请使用相应绑定元素上的 MaxReceivedMessageSize 属性
“已超过传入消息(65536)的最大消息大小配额。若要增加配额,请使用相应绑定元素上的 MaxReceivedMessageSize 属性原创 2017-07-27 17:27:25 · 677 阅读 · 0 评论 -
EntityValidationErrors
EntityValidationErrors原创 2017-08-24 09:25:31 · 659 阅读 · 0 评论 -
LINQ to Entities 不支持 LINQ 表达式节点类型“Invoke”
在查询条件exp之后添加一个Compile() exp.Compile();即可原创 2018-03-21 14:51:54 · 1039 阅读 · 0 评论 -
Aspose 保存时报“索引和计数必须引用该字符串内的位置。”的错误
我之前利用Aspose做过一个导出是没有问题的,但是今天再做的时候发现保存时一直报错,找了好长时间,结果最后发现是因为模板的扩展名保存问题我之前是直接改掉了模板文件的扩展名,一开始是.docx,直接改掉后,看上去一切正常,但是保存的时候就出错了。修改,当然是找到对应的文件,另存为.doc的文件,然后就解决啦...原创 2018-06-26 14:31:26 · 1216 阅读 · 0 评论 -
C# 类型***中不存在类型名称%%%
类型***中不存在类型名称%%%原创 2017-08-24 09:56:59 · 2142 阅读 · 1 评论 -
C# webconfig配置 上传文件时,System.Web.HttpException: 超过了最大请求长度
问题:System.Web.HttpException: 超过了最大请求长度 原因:上传文件的时候,文件的大小超过了asp.net默认的大小,需要进行修改 解决:在webconfig中进行配置 &amp;amp;amp;amp;lt;system.web&amp;amp;amp;amp;gt; &amp;amp;amp;amp;lt;httpRuntime maxRequestLength=&amp;amp;amp;quot原创 2018-04-17 10:37:09 · 1680 阅读 · 0 评论 -
can't be deserialize the current JSON arry (e.g[1,2,3])into type [···] because the type requires a J
can’t be deserialize the current JSON arry (e.g[1,2,3])into type [···] because the type requires a JSON object (e.g.{“name”:”value”}) to deserialize correctly.原创 2017-08-02 09:43:25 · 4739 阅读 · 0 评论