MVC 找了很多都没解决 求助 用户代码未处理 System.Data.ProviderIncompatibleException

问题描述

用户代码未处理System.Data.ProviderIncompatibleExceptionHResult=-2146233087Message=提供程序未返回ProviderManifestToken字符串。Source=System.Data.EntityStackTrace:在System.Data.Common.DbProviderServices.GetProviderManifestToken(DbConnectionconnection)在System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInfo(DbConnectionconnection,DbProviderManifest&providerManifest)在System.Data.Entity.DbModelBuilder.Build(DbConnectionproviderConnection)在System.Data.Entity.Internal.LazyInternalContext.CreateModel(LazyInternalContextinternalContext)在System.Data.Entity.Internal.RetryLazy`2.GetValue(TInputinput)在System.Data.Entity.Internal.LazyInternalContext.InitializeContext()在System.Data.Entity.Internal.InternalContext.Initialize()在System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(TypeentityType)在System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()在System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext()在System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider()在System.Linq.Queryable.Where[TSource](IQueryable`1source,Expression`1predicate)在MyDemo.Controllers.MoviesController.Index()位置E:vs2010MyDemoMyDemoControllersMoviesController.cs:行号20在lambda_method(Closure,ControllerBase,Object[])在System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBasecontroller,Object[]parameters)在System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContextcontrollerContext,IDictionary`2parameters)在System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContextcontrollerContext,ActionDescriptoractionDescriptor,IDictionary`2parameters)在System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()在System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilterfilter,ActionExecutingContextpreContext,Func`1continuation)InnerException:System.Data.SqlClient.SqlExceptionHResult=-2146232060Message=在与SQLServer建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且SQLServer已配置为允许远程连接。(provider:NamedPipesProvider,error:40-无法打开到SQLServer的连接)Source=.NetSqlClientDataProviderErrorCode=-2146232060Class=20LineNumber=0Number=3Server=""State=0StackTrace:在System.Data.SqlClient.SqlInternalConnection.OnError(SqlExceptionexception,BooleanbreakConnection,Action`1wrapCloseInAction)在System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObjectstateObj,BooleancallerHasConnectionLock,BooleanasyncClose)在System.Data.SqlClient.TdsParser.Connect(ServerInfoserverInfo,SqlInternalConnectionTdsconnHandler,BooleanignoreSniOpenTimeout,Int64timerExpire,Booleanencrypt,BooleantrustServerCert,BooleanintegratedSecurity,BooleanwithFailover)在System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfoserverInfo,StringnewPassword,SecureStringnewSecurePassword,BooleanignoreSniOpenTimeout,TimeoutTimertimeout,BooleanwithFailover)在System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfoserverInfo,StringnewPassword,SecureStringnewSecurePassword,BooleanredirectedUserInstance,SqlConnectionStringconnectionOptions,SqlCredentialcredential,TimeoutTimertimeout)在System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimertimeout,SqlConnectionStringconnectionOptions,SqlCredentialcredential,StringnewPassword,SecureStringnewSecurePassword,BooleanredirectedUserInstance)在System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentityidentity,SqlConnectionStringconnectionOptions,SqlCredentialcredential,ObjectproviderInfo,StringnewPassword,SecureStringnewSecurePassword,BooleanredirectedUserInstance,SqlConnectionStringuserConnectionOptions,SessionDatareconnectSessionData)在System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptionsoptions,DbConnectionPoolKeypoolKey,ObjectpoolGroupProviderInfo,DbConnectionPoolpool,DbConnectionowningConnection,DbConnectionOptionsuserOptions)在System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPoolpool,DbConnectionowningObject,DbConnectionOptionsoptions,DbConnectionPoolKeypoolKey,DbConnectionOptionsuserOptions)在System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnectionowningObject,DbConnectionOptionsuserOptions,DbConnectionInternaloldConnection)在System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnectionowningObject,DbConnectionOptionsuserOptions,DbConnectionInternaloldConnection)在System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnectionowningObject,UInt32waitForMultipleObjectsTimeout,BooleanallowCreate,BooleanonlyOneCheckConnection,DbConnectionOptionsuserOptions,DbConnectionInternal&connection)在System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnectionowningObject,TaskCompletionSource`1retry,DbConnectionOptionsuserOptions,DbConnectionInternal&connection)在System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnectionowningConnection,TaskCompletionSource`1retry,DbConnectionOptionsuserOptions,DbConnectionInternaloldConnection,DbConnectionInternal&connection)在System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnectionouterConnection,DbConnectionFactoryconnectionFactory,TaskCompletionSource`1retry,DbConnectionOptionsuserOptions)在System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnectionouterConnection,DbConnectionFactoryconnectionFactory,TaskCompletionSource`1retry,DbConnectionOptionsuserOptions)在System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1retry)在System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1retry)在System.Data.SqlClient.SqlConnection.Open()在System.Data.SqlClient.SqlProviderServices.UsingConnection(SqlConnectionsqlConnection,Action`1act)在System.Data.SqlClient.SqlProviderServices.UsingMasterConnection(SqlConnectionsqlConnection,Action`1act)在System.Data.SqlClient.SqlProviderServices.GetDbProviderManifestToken(DbConnectionconnection)在System.Data.Common.DbProviderServices.GetProviderManifestToken(DbConnectionconnection)InnerException:System.ComponentModel.Win32ExceptionHResult=-2147467259Message=系统找不到指定的路径。ErrorCode=-2147467259NativeErrorCode=3InnerException:

解决方案

解决方案二:
链接数据库有问题。
解决方案三:
链接数据库有问题,怎么解决?
解决方案四:
在与SQLServer建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且SQLServer已配置为允许远程连接。
解决方案五:
先把web.config里的字符串配置,拿出来放到sql中看看能不能登录

时间: 2024-11-01 06:45:59

MVC 找了很多都没解决 求助 用户代码未处理 System.Data.ProviderIncompatibleException的相关文章

菜鸟:C#+sql 做餐饮系统,网上找了很多都没的,简单的也可以 帮忙!

问题描述 菜鸟等级需求:C#+sql餐饮管理系统,数据库(表)及外观是关键,其他的自己可以慢慢解决(全套+说明最好拉!)网上找了很多都没的,而且都不是C#的.....我快要找的疯掉了自己动手思路也不是很清溪简单的也可以帮忙!HELP!PS:第一次发贴,也不知道在这里的分是什么东西,所有分么.... 解决方案 解决方案二:买本.net的例子书,很多源代码的.而且还手把手的教你开发.解决方案三:其实很简单的,主要就是对数据库的一个增删改查,不太复杂的,我也是一个从菜鸟学习的程序员,你可以加QQ:56

.net-很多人都没解决的问题。。。

问题描述 很多人都没解决的问题... 代码执行到这个方法时会报一个错误 /// <summary> /// 执行SQL语句并返回DataSet /// </summary> /// <param name=""sql"">SQL语句</param> /// <param name=""parms"">参数集合</param> /// <returns

spring mvc-maven+springmvc 报错,找了一下午没解决。哪位大神帮忙看看。

问题描述 maven+springmvc 报错,找了一下午没解决.哪位大神帮忙看看. SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener at org.ap

狂汗,怎么找了半天都没看到几个关于Asp.net的啊?why?

问题描述 狂汗,怎么找了半天都没看到几个关于Asp.net的啊?why?这是为什么了? 解决方案 解决方案二:????我一头雾水解决方案三:引用1楼chinajiyong的回复: ????我一头雾水 没看懂?解决方案四:引用2楼accp119的回复: 引用1楼chinajiyong的回复:????我一头雾水没看懂? 你是说问asp.net问题的人太少了?解决方案五:对,看那些帖子,貌似只看到一个!还想在这认识几个搞asp.net的人!互相交流一下!哎,一来感觉好少!解决方案六:引用4楼accp1

央视3.15晚会曝光黄金行业乱象,很多都没达标

央视3.15晚会曝光黄金行业乱象,所谓的千足金,很多都没达标,而是添加了另一种元素,叫做"铱".有的厂家就把这个铱掺杂到黄金当中,做成首饰来卖给消费者,周大生等品牌都涉及其中.对此,中国黄金协会副会长侯惠民表示掺假是一个比较严重的问题,对黄金企业和整个黄金行业的声誉都会受到影响,周大生的这种行为违背了职业道德. 今天央视315联合报道团,第一时间前往事发地河北的廊坊.唐山和天津等地调查处理情况.经济之声记者王思远介绍了当地的工商管理部门是如何处理周大生黄金掺假谋利的. 记者:今天我们先

lua android-cocos2dx lua 打包成android 出现的问题纠结了一天 都没解决,有哪位大神能教教吗

问题描述 cocos2dx lua 打包成android 出现的问题纠结了一天 都没解决,有哪位大神能教教吗 编译了几次都不行,在网上找 也没有能解决问题,帮帮忙

ubuntu 64位编译hadoop-2.6.0失败,网上看了好久,都没解决,大神速来解救

问题描述 ubuntu 64位编译hadoop-2.6.0失败,网上看了好久,都没解决,大神速来解救 [exec] CMake Error at /usr/local/share/cmake-2.6/Modules/FindPackageHandleStandardArgs.cmake:52 (MESSAGE): [exec] Could NOT find ZLIB [exec] Call Stack (most recent call first): [exec] /usr/local/sha

用户代码未处理sqlexection 怎么解决啊?

问题描述 用户代码未处理sqlexection怎么解决啊?usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem

急,困惑多日,都没解决的问题,一个非常很不稳定的问题?我一段代码,有时执行可以成功显示,但是有时,确出现以下问题,希望高手朋友们多多指点!

问题描述 未指定的错误说明:执行当前Web请求期间,出现未处理的异常.请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息.异常详细信息:System.Data.OleDb.OleDbException:未指定的错误源错误:行1599:mycommand.Parameters.Add(p3);行1600:mycommand.Parameters.Add(p4);行1601:myconn.Open();行1602:Int32splbsum=0;行1603:if(mycommand