Asp.net EF框架 Code First连接问题
连接字符串:堆栈信息:在System.Data.EntityClient.DbConnectionOptions.ParseInternal(Hashtableparse...
连接字符串:
堆栈信息:
在 System.Data.EntityClient.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Hashtable synonyms) 在 System.Data.EntityClient.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms) 在 System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString) 在 System.Data.Entity.Internal.LazyInternalConnection.InitializeFromConnectionStringSetting(ConnectionStringSettings appConfigConnection) 在 System.Data.Entity.Internal.LazyInternalConnection.TryInitializeFromAppConfig(String name, AppConfig config) 在 System.Data.Entity.Internal.LazyInternalConnection.Initialize() 在 System.Data.Entity.Internal.LazyInternalConnection.get_ProviderName() 在 System.Data.Entity.Internal.LazyInternalContext.InitializeContext() 在 System.Data.Entity.Internal.InternalContext.Initialize() 在 System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) 在 System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() 在 System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext() 在 System.Data.Entity.Internal.Linq.InternalSet`1.ActOnSet(Action action, EntityState newState, Object entity, String methodName) 在 System.Data.Entity.Internal.Linq.InternalSet`1.Add(Object entity) 在 System.Data.Entity.DbSet`1.Add(TEntity entity) 在 App.Program.Main(String[] args) 位置 d:\vs\test\CodeFirst_Test1\App\App\Program.cs:行号 23 在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) 在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Threading.ThreadHelper.ThreadStart() 展开
堆栈信息:
在 System.Data.EntityClient.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Hashtable synonyms) 在 System.Data.EntityClient.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms) 在 System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString) 在 System.Data.Entity.Internal.LazyInternalConnection.InitializeFromConnectionStringSetting(ConnectionStringSettings appConfigConnection) 在 System.Data.Entity.Internal.LazyInternalConnection.TryInitializeFromAppConfig(String name, AppConfig config) 在 System.Data.Entity.Internal.LazyInternalConnection.Initialize() 在 System.Data.Entity.Internal.LazyInternalConnection.get_ProviderName() 在 System.Data.Entity.Internal.LazyInternalContext.InitializeContext() 在 System.Data.Entity.Internal.InternalContext.Initialize() 在 System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) 在 System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() 在 System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext() 在 System.Data.Entity.Internal.Linq.InternalSet`1.ActOnSet(Action action, EntityState newState, Object entity, String methodName) 在 System.Data.Entity.Internal.Linq.InternalSet`1.Add(Object entity) 在 System.Data.Entity.DbSet`1.Add(TEntity entity) 在 App.Program.Main(String[] args) 位置 d:\vs\test\CodeFirst_Test1\App\App\Program.cs:行号 23 在 System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) 在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Threading.ThreadHelper.ThreadStart() 展开
1个回答
展开全部
不是这样写的吧
<add name="CPP" connectionString="metadata=res://*/CPP.csdl|res://*/CPP.ssdl|res://*/CPP.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.;Initial Catalog=Cpp;Persist Security Info=True;User ID=it;Password=123456;Min Pool Size=5;Max Pool Size=1000;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
<add name="CPP" connectionString="metadata=res://*/CPP.csdl|res://*/CPP.ssdl|res://*/CPP.msl;provider=System.Data.SqlClient;provider connection string="Data Source=.;Initial Catalog=Cpp;Persist Security Info=True;User ID=it;Password=123456;Min Pool Size=5;Max Pool Size=1000;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询