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

Issue when upgrading Open Access

2 Answers 45 Views
Data Access Free Edition
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dan
Top achievements
Rank 1
Dan asked on 27 Jun 2014, 07:50 PM
I have an MVC4 project that uses Data Access.  It runs fine using Data Access version 2014.2.617.2.  However, when I upgrade to version 2014.2.617.2, I get the following error:

Cannot find resource XXXEntitiesModel.rlinq embedded in assembly PACE, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

This error only occurs when I access via IIS (IIS on my local development machine as well as IIS on web server) ... no issues occur when launched via Visual Studio.

2 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 27 Jun 2014, 08:54 PM
Update: It turns out that this error is not due to upgrading Data Access.  The issue looks to be happening when I try to build using msbuild.  It works fine when I build using visual studio.  I have data access installed on my machine.  Is there something I need to add when using MSBuild directly?

Thanks!
0
Doroteya
Telerik team
answered on 01 Jul 2014, 01:19 PM
Hi Dan,

Thank you for contacting us.

Based on the provided information, I was unable to completely understand the scenario on your side. Perhaps you could provide us with the following details:
1. What is the structure of the solution (number of projects, their types, purpose, and setup)?
2. Does the XML representation of the .csproj (.vbproj) file of the project that holds the domain model contain line similar to this one:
<Import Condition="Exists('$(MSBuildExtensionsPath)\OpenAccess.targets')"Project="$(MSBuildExtensionsPath)\OpenAccess.targets" />
Or maybe you are build the project that has a Data Access model against our NuGet packages?
3. Any additional scenario related details would be appreciated.

I am looking forward to solving the issue with you.


Regards,
Doroteya
Telerik
 
OpenAccess ORM is now Telerik Data Access. For more information on the new names, please, check out the Telerik Product Map.
 
Tags
Data Access Free Edition
Asked by
Dan
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Doroteya
Telerik team
Share this question
or