zoukankan
html css js c++ java
The specified named connection is either not found in the configuration, not intended to be used
今天用EF遇到一个问题, The specified named connection is either not found in the configuration, not intended to be used。。。。。。。
原因是我的EF中数据库连接字符串放到App.Config文件中, 而我另一个工程使用此工程时没有添加App.Config 或者Web.Config
解决办法:
在调用工程中添加App.Config, 或者Web.Config , 然后把EF工程中的连接字符串添加到此config文件里。
查看全文
相关阅读:
关于下拉框在页面加载时候选中值得问题
《锋利的jQuery》要点归纳(二) jQuery中的DOM操作(上)
《锋利的jQuery》要点归纳(三) jQuery中的事件和动画(下:动画篇)
《锋利的jQuery》要点归纳(四)jQuery对表单、表格的操作及更多应用(上:表单应用)
getElementById函数的一些发现
《锋利的jQuery》要点归纳(三) jQuery中的事件和动画(上:事件篇)
《锋利的jQuery》要点归纳(四)jQuery对表单、表格的操作及更多应用(中:表格应用)
BENNY妙笔生花博皮博客园即将发布
《锋利的jQuery》要点归纳(二) jQuery中的DOM操作(下)
《锋利的jQuery》要点归纳(一) jQuery选择器
原文地址:https://www.cnblogs.com/muzizongheng/p/3170908.html
最新文章
使用空间ETL进行CSV转Shape的处理流程与技巧
HTML第一个网页
数据的预处理
Effective C++ 学习之宁以nonmember,nonfriend替换member函数
Effective C++ 学习之确定对象被使用前被初始化
C语言的学习给我那个亲爱的弟弟
Dynamic SQL Using OPEN FOR in Oracle PL/SQL
Remove Duplicate Rows from Oracle Database Table
List tables and their corresponding tablespace name and data file
Identifier static syntax in C/C++
热门文章
Qt interview questions
JQuery 获取touchstart,touchmove,touchend 坐标
点击出现黑色背景的解决:webkittaphighlightcolor:rgba(0,0,0,0)
同名定时器同时执行的问题
旋转木马的实现支持移动端
ActionScript学习笔记
ActionScrip浮点型数据t漏洞
项目导入myeclipse10后jsp报错问题
对jQuery ajax三级级联的简单研究
HashMap & HashTable的区别
Copyright © 2011-2022 走看看