This is a migrated thread and some comments may be shown as answers.

rlinq file fails to open

2 Answers 289 Views
Design Time (Visual Designer & Tools)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Scott
Top achievements
Rank 1
Scott asked on 30 Jul 2014, 05:32 AM
Tonight I updated to the latest version of Open Access (2014.2.711.1).  When I started Visual Studio 2013 and opened my project, I attempted to click on the MyModel.rlinq file in my project.  When I do, I get the following error message:

Cannot load "C:\...\MyModel.rlinq': Could not load file or assembly 'Telerik.OpenAccess.Dsl.12, Version 2014.2.617.2, Culture=neutral, PublicKeyToken=...' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

I tried Clicking 'TELERIK DATA ACCESS -> Upgrade References' And get the same results.  Any idea on where this reference needs to get updated?

2 Answers, 1 is accepted

Sort by
0
Doroteya
Telerik team
answered on 30 Jul 2014, 06:05 AM
Hello Scott,

I am sorry for your inconvenience.

In general, the error means that Visual Studio tries to load a package that is no longer available. On our side, however, we are unable to reproduce it, which postpones a fix for the cause. Nevertheless, you can resolve it by running the following command through Developer Command Prompt for VS2012 or Developer Command Prompt for VS2013, depending on the version of Visual Studio you use:

devenv /setup

The shortcuts for starting Developer Command Prompt can be found in:
- For VS2013 - <install directory>\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\Developer Command Prompt for VS2013. Here <install directory> most commonly is C:\Program Files.
- For VS 2012 - <windows directory>\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2012\Visual Studio Tools\Developer Command Prompt for VS2012. Here <windows directory> most commonly is C:\.

Do let us know if the error persists after running the command.



Regards,
Doroteya
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
0
Scott
Top achievements
Rank 1
answered on 31 Jul 2014, 01:17 AM
That did it!  Thank you very much for your quick reply to this issue.
Tags
Design Time (Visual Designer & Tools)
Asked by
Scott
Top achievements
Rank 1
Answers by
Doroteya
Telerik team
Scott
Top achievements
Rank 1
Share this question
or