Error using Linq To Oracle (Assembly not found)
Posted: Wed 19 Nov 2008 14:50
I generated a linq class to access our oracle server. When i start using this class in my source code the following error raises:
The version of the installed Devart.Data.Oracle Assembly is 5.0.12.0. I cannot find any reference to 5.0.10.0 in my project.
Code: Select all
System.IO.FileLoadException: Could not load file or assembly 'Devart.Data.Oracle, Version=5.0.10.0, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at Devart.Data.Oracle.Linq.Provider.OracleDataProvider.CreateConnection()
at Devart.Data.Linq.Provider.DataProvider.a(d A_0, Object A_1)
at Devart.Data.Linq.DataContext.a(Object A_0, MappingSource A_1)
at Devart.Data.Linq.DataContext..ctor(String connectionString, MappingSource mapping)