Could not load file or assembly 'Telerik.OpenAccess.Adonet2, Version=2010.3.1125.1
Hi,
The website is running perfect on my client's server but I am trying to setup same website into my local environment. I have restored the database in MS SQL 2008 and I have restored all files as well. but when try to load the website then I get the below error
Please help
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|
|
Asif,
Hello,
You should add the Dll to your reference folder from the bin of a project that you have made it befor (and verify the dll version)
Good luck
Hi,
I have this specific dll in my bin folder but i figured out the version is different. I cannot access any htm file under this project as well. I seems to me a server issue not programming but how to solve it?
The version of my dll is 2010.2.1013.8
I am not sure why my application is trying to look 2010.3.1125.1.
This error is really new to me :) Please help
Hi Asif,
The Telerik.OpenAccess.Adonet2 assembly is not being used in Sitefinity from 4.2 +. The file was used by earlier versions of Open Access, but it is not required anymore. Because of the new version of Open Access and the improved performace of the Sitefinity LINQ parser we managed to remove the ado.net dependancy and the ado.net dll is no longer needed.
However if you are using a version of Sitefinity that is lower than 4.2, please ensure that the dll version matches the one that is being distributed your particular Sitefinity version. If your application is looking for the 2010.3.1125.1 it seems that a control or module is referencing the old one. Please provide the newest version of the dll for your project and re-add the reference to it.
Regards,
Victor Velev
the Telerik team
This reference is still in Sitefinity projects created by the Sitefinity Project Manager 5.0.2800.0. I get the warning below in Visual Studio 2010 when I open the solution.
Warning 1 The referenced component 'Telerik.OpenAccess.Adonet2' could not be found.
I get this same warning in VS " Warning 1 The referenced component 'Telerik.OpenAccess.Adonet2' could not be found. "
Any updates on how to fix?
I believe that Victor was implying that, if you're using 4.2+, it's safe to just remove the reference :)
Hi all,
Telerik.OpenAccess.Adonet2 is not used in Sitefinity 5 (it was used before) assembly from Siteifnity 4.2 to Sitefinity 5.0, so to ignore the warning you can remove the assembly from the references list. The file is not required anymore, because it was used by earlier versions of Open Access.
Kind regards,
Stefani Tacheva
the Telerik team