Мое приложение MVC возвращает SqlExceptions при попытке доступа к любой таблице в моей базе данных.
Сведения об исключении: System.Data.SqlClient.SqlException: Неверное имя объекта 'dbo.Projects'.
Мое приложение использует linq для слоя данных.
Если я использую старую dll, она работает нормально (так что, похоже, это не проблема с БД), только это последнее dll приложения, которое я загрузил.
[SqlException (0x80131904): недопустимое имя объекта 'dbo.Projects'.]
System.Data.SqlClient.SqlConnection.OnError (исключение SqlException,
Boolean breakConnection) + 1950890
System.Data.SqlClient.SqlInternalConnection.OnError (SqlException
исключение, Boolean breakConnection) + 4846875
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning (TdsParserStateObject
stateObj) +194 System.Data.SqlClient.TdsParser.Run (RunBehavior
runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream,
BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject
stateObj) + 2392
System.Data.SqlClient.SqlDataReader.ConsumeMetaData () + 33
System.Data.SqlClient.SqlDataReader.get_MetaData () + 83
System.Data.SqlClient.SqlCommand.FinishExecuteReader (SqlDataReader ds,
RunBehavior runBehavior, String resetOptionsString) + 297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds (CommandBehavior
cmdBehavior, RunBehavior runBehavior, логическое returnStream, логическое
асинхронный) + 954
System.Data.SqlClient.SqlCommand.RunExecuteReader (CommandBehavior
cmdBehavior, RunBehavior runBehavior, логическое returnStream, строка
метод, результат DbAsyncResult) + 162
System.Data.SqlClient.SqlCommand.RunExecuteReader (CommandBehavior
cmdBehavior, RunBehavior runBehavior, логическое returnStream, строка
метод) + 32
System.Data.SqlClient.SqlCommand.ExecuteReader (CommandBehavior
поведение, строковый метод) + 141
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader (CommandBehavior
поведение) +12 System.Data.Common.DbCommand.ExecuteReader () + 12
System.Data.Linq.SqlClient.SqlProvider.Execute (запрос выражения,
QueryInfo queryInfo, IObjectReaderFactory factory, Object []
parentArgs, Object [] userArgs, ICompiledSubQuery [] subQueries, Object
lastResult) + 975
System.Data.Linq.SqlClient.SqlProvider.ExecuteAll (запрос выражения,
QueryInfo [] queryInfos, фабрика IObjectReaderFactory, Object []
userArguments, ICompiledSubQuery [] subQueries) + 113
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute (Expression
запрос) + 344
System.Data.Linq.DataQuery 1.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
+35 System.Linq.Buffer
1..ctor (IEnumerable 1 source) +247 System.Linq.<GetEnumerator>d__0.MoveNext() +108<br>
System.Linq.Buffer
1..ctor (IEnumerable 1 source) +259<br>
System.Linq.<GetEnumerator>d__0.MoveNext() +108<br>
System.Collections.Generic.List
1..ctor (IEnumerable 1 collection)
+7665172 System.Linq.Enumerable.ToList(IEnumerable
1 источник) +61 Mezza_crm.Controllers.ProjectsController.GetProjectList ( NameValueCollection form) в C: \ mezza_crm \ mezza_crm \ Controllers \ ProjectsController.cs: 164
Mezza_crm.Controllers.ProjectsController.List () в
C: \ mezza_crm \ mezza_crm \ Контроллеры \ ProjectsController.cs: 53
lambda_method (ExecutionScope, ControllerBase, Object []) + 39
System.Web.Mvc.ActionMethodDispatcher.Execute (ControllerBase
контроллер, параметры объекта []) + 17
System.Web.Mvc.ReflectedActionDescriptor.Execute (ControllerContext
controllerContext, IDictionary 2 parameters) +178<br>
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext
controllerContext, ActionDescriptor actionDescriptor, IDictionary
2
параметры) + 24
System.Web.Mvc. <> C__DisplayClassa.b__7 ()
+52 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter (IActionFilter
фильтр, ActionExecutingContext preContext, фильтры Func 1 continuation) +254<br>
System.Web.Mvc.<>c__DisplayClassc.<InvokeActionMethodWithFilters>b__9()
+19 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext
controllerContext, IList
1, ActionDescriptor actionDescriptor,
Параметры IDictionary`2) + 192
System.Web.Mvc.ControllerActionInvoker.InvokeAction (ControllerContext
controllerContext, String actionName) + 399
System.Web.Mvc.Controller.ExecuteCore () + 126
System.Web.Mvc.ControllerBase.Execute (RequestContext requestContext)
+27 System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute (RequestContext
requestContext) + 7
System.Web.Mvc.MvcHandler.ProcessRequest (HttpContextBase httpContext)
+151 System.Web.Mvc.MvcHandler.ProcessRequest (HttpContext httpContext) + 57
System.Web.Mvc.MvcHandler.System.Web.IHttpHandler.ProcessRequest (HttpContext
httpContext) + 7
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute ()
+181 System.Web.HttpApplication.ExecuteStep (шаг IExecutionStep, логическое и завершено синхронно) + 75