Could not load file or assembly 'Devart.Data, Version=5.0.29

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
janmin
Posts: 1
Joined: Wed 03 Aug 2011 11:43

Could not load file or assembly 'Devart.Data, Version=5.0.29

Post by janmin » Wed 03 Aug 2011 11:50

I use dbExpress driver + devArt LinqConnect Express 2.5 in ASP.NET 3.5 web site. I tested this web site on my notebook with Win Server 03.

Everything works good but then I removed this web iste on our server also Win 03. I installed on this server dbExpress driver + devArt LinqConnect Express 2.5.

I try test web site but I get this error:

Code: Select all

Could not load file or assembly 'Devart.Data, Version=5.0.295.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The system cannot find the file specified.
System.Web.HttpException: Exception of type 'System.Web.HttpException' was thrown. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Devart.Data, Version=5.0.295.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The system cannot find the file specified.
File name: 'Devart.Data, Version=5.0.295.0, Culture=neutral, PublicKeyToken=09af7300eec23701'
   at Devart.Common.DbConnectionBase..ctor(DbConnectionFactory A_0)
   at Devart.Data.Oracle.OracleConnection..ctor()
   at Devart.Data.Oracle.OracleProviderFactory.CreateConnection()
   at Devart.Data.Linq.Provider.DataProvider.CreateConnection()
   at Devart.Data.Oracle.Linq.Provider.OracleDataProvider.CreateConnection()
   at Devart.Data.Linq.Provider.DataProvider.Initialize(Object connection)
   at Devart.Data.Oracle.Linq.Provider.OracleDataProvider.Initialize(Object connection)
   at Devart.Data.Linq.Provider.DataProvider.Devart.Data.Linq.Provider.IProvider.Initialize(IDataServices dataServices, Object connection)
   at Devart.Data.Linq.DataContext.a(Object A_0, MappingSource A_1, Type A_2)
   at Devart.Data.Linq.DataContext..ctor(String connectionString, MappingSource mapping)
   at UAC6Context.UAC6DataContext..ctor() in E:\C# PROJECTS\AUSK\UAC_DL_PASS_TOOL\UAC_DL_PASS_TOOL\UacDataContext.Designer.cs:line 44
   at UAC_DL_PASS_TOOL.Oracle.OrclMgr..ctor() in E:\C# PROJECTS\AUSK\UAC_DL_PASS_TOOL\UAC_DL_PASS_TOOL\Oracle\OrclMgr.cs:line 21
   at UAC_DL_PASS_TOOL.Default..ctor() in E:\C# PROJECTS\AUSK\UAC_DL_PASS_TOOL\UAC_DL_PASS_TOOL\Default.aspx.cs:line 20
   at ASP.default_aspx..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\uacdl\2e2bc4c2\3f66dfca\App_Web_fwhqfwic.0.cs:line 0
   at __ASP.FastObjectFactory_app_web_fwhqfwic.Create_ASP_default_aspx() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\uacdl\2e2bc4c2\3f66dfca\App_Web_fwhqfwic.1.cs:line 0
   at System.Web.Compilation.BuildResultCompiledType.CreateInstance()
   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)


   --- End of inner exception stack trace ---
   at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
   at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Can anybody help me? what is root of problem ?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 03 Aug 2011 13:35

Hello,

Please send us a sample demonstrating the way you are using Devart LinqConnect Express together with dbExpress driver for Oracle to alexp*devart*com.

Post Reply