Telerik's object-relational mapper is a powerful framework for mapping the objects in your object-oriented domain model to your relational database tables, views, and/or stored procedures. This mapping is done within Visual Studio and is independent from source code and database - it is a virtual ...
-1
votes
0answers
15 views
How to access the GridNumericColumn values in Rad Grid Edit Mode
<telerik:GridNumericColumn UniqueName="c31" HeaderText="Rate" DataField="c31" DataFormatString="{0:C}" ColumnGroupName="c3"/>
<telerik:GridNumericColumn UniqueName="c32" ...
3
votes
2answers
61 views
Linq complex search resulting in NullReferenceException
I have the following LINQ code used in a unified search function.
var searchObjects =
from objectA in this.context.DB.objectAs
join objectB in this.context.DB.objectBs on objectA equals ...
0
votes
1answer
37 views
Unable to disting the record in Link Expression
I have two tables: TblAppointmentTypes and TblEmployeeInfo. There is many to many relation between these two tables with a joined table that is TblEmployeeServices. There are two records in ...
0
votes
1answer
36 views
Porting Silverlight data access to WPF
This project write in Silverlight and used Telerik open access how to access data in WPF? how to port data access in Silverlight to WPF.
If anyone wishes to help can I upload the source.
Thank you ...
1
vote
3answers
60 views
Comparing equal datetimes not comparing
I have a query with how datetimes are compared/stored in C#. Consider the following code:
var createdDate = DateTime.Now;
using (cr = new LanguageDictionaryRepository(ds)) {
cr.Add(new ...
1
vote
1answer
78 views
Telerik Openaccess ORM extend domain models
I'm new to Telerik OpenAccess ORM and using for MVC project with database first approach. I went through this tutorial video on their site about Models:
...
-2
votes
1answer
79 views
Custom Lazy Loading Open Access ORM
I'm working with open acces orm and I need a simple way to fetch just parent entity information and make a custom load of related children information. I mean when I ask for order I just want the ...
0
votes
2answers
57 views
At what point does an IList cause a query to execute in an ORM?
I am using telerik's OpenAccess ORM and I am making some changes to the generated code. For an entity that has a navigation property (a key to another table), these are generated as ILists like the ...
0
votes
0answers
47 views
Telerik OpenAccess > How to update a M:M table with MSSQL Auto Incremented ID
I am playing around with OpenAccess ORM and was wondering how to grab the Incremented ID from an object so that I can update a M:M table during save.
Basically I have a Question table which has an ...
0
votes
0answers
22 views
Default setting to generate Serializable classes in openAccess?
Is there an option in Telerik openAccess to generate Serializable classes by default?
Thanks!
1
vote
1answer
113 views
Error executing query: Telerik.OpenAccess.RT.sql.SQLException: Invalid object name 'Employee'
I am using Telerik Open Access ORM in my asp.net C# web application.
In my app, I have mapped a table entity from database named "Person" as base class and created a Sub Domain Class named ...
2
votes
0answers
57 views
Error while querying inherited class from telerik open access ORM
I am using latest version of Telerik Open Access ORM in my ASP.net C# web application.
In my EntitiesModel1.rlinq , I have mapped a table named "Customer " from a database. Then I have created a ...
0
votes
0answers
47 views
How to Stucture: Mapping a ViewModel to Service Model
So I've created a ViewModel in a separate class Library that will be used across many different projects. I also have a generated service layer (Telerik Open Access) that will act as one of the ...
0
votes
1answer
99 views
Telerik Openaccess ORM Update Object and Automapper
I am trying to update an object using telerik openaccess orm and automapper, it works for adding the object to scope but not update.
I saw on their site someone having same issue, but the answer ...
6
votes
2answers
148 views
“A commit is already in progress” attempting to save changes in Telerik OpenAccess ORM
I have been trying to figure out how an error is occurring in my code. The exception tells me a commit is already in progress, but unless a call to SaveChanges is asynchronous, I don't see how that is ...
2
votes
1answer
56 views
How to Change Telerik OpenAccess Namespace?
I want to change the namespace of the complex types generated when creating a domain method.
When I right click on the type and go to Properties, there is a property called Namespace, but if I change ...
0
votes
0answers
213 views
ODATA throws error when expand multiple levels of child objects
This fails when one of the Events does not have a Travelers object.
this.Dataprovider.Events.Expand("EventApa/APAWeb/Travelers");
Now I cannot understand why it cannot handle a null at the ...
0
votes
1answer
46 views
Cannot find resource StAccountsDomainModel.rlinq embedded in assembly. Telerik OpenAccess
We have application hosted on azure cloud service platform using azure database. We have TFS hosted build controller which build application and deploy it on azure platform.
Application working fine ...
0
votes
0answers
82 views
How to avoid interference by Telerik OpenAccess Addin with my Visual Studio 2010 Addin Commandbar?
Please tell me how to avoid Telerik OpenAccess ORMs Visual Studio menus' Interferenece with my Addin's menu on under Tools menu option of Visual Studio 2010 SP1.
I am developing a simple Visual ...
0
votes
1answer
41 views
Telerik OpenAccess - Execution of STDistance server side not implemented
I have an application which uses Telerik OpenAccess as the ORM and which was working without any problems.
It's now returning the following error when trying to do a query based on STDistance:
...
0
votes
1answer
76 views
Problems adding OpenAccess Domain model to silverlight app
this is my first silverlight application, i was trying to work out some databinding using Telerik's ORM.
when i try to add a domain model (or a EF5 data model) i always end up getting the error
...
0
votes
2answers
284 views
asp.net custom membership provider many calls to GetUser() make the application slow
I'm working on a portalsystem to share information and documents etc. Each user can have mulitple profiles. Each profile can have different roles and permissions thereby. Now everything is working ...
2
votes
1answer
118 views
creating membership with telerik openacces ORM and
I want to made a simple membership system for my application using altairiswebsecurity.codeplex.com
I use telerikopenaccess and I am not sure how this can help me.
someone please help me from this ...
0
votes
2answers
352 views
IIS error - this program cannot display the webpage.
Here are the details:
We have a dynamic data website using Telerik Open access, hosted through IIS 6. This application has been running fine with no issues in production. Recently, we added two new ...
0
votes
1answer
216 views
Multiple connection with Open access entity model
I wonder if I can have multiple connection on entity model such as -
using (var db = new VWEntitiesModel("data source=Dev;initial catalog=Website1;user id=sqluser;password=&&password"))
{
...
1
vote
1answer
86 views
DebugDiag reports a thread is calling GC.Cleanup too often. What process spawned that thread?
I'm using Windows 2008 R2 and the CPU is at 100%. I ran DebugDiag on the app pool that is responsible and discovered the following call stack:
System.GC._Collect(Int32, Int32)
...
0
votes
1answer
138 views
Telerik OpenAccess ORM with SQL Server 2005
I'm trying out this ORM & new to this. I have following code:
IObjectScope scope = Database.Get("MyConnection").GetObjectScope();
try
{
scope.Transaction.Begin();
Reading r = new ...
0
votes
2answers
898 views
The name does not exist in current context
Im new to ASP.NET MVC3. I got stuck with this error, while I was doing the same thing as here in these videos:
...
0
votes
1answer
115 views
How to use Telerik ORM Reverse Mapping woth SQL Compact 4.0?
I was using Telerik ORM in Reverse Mapping Mode using SQL Server Compact 3.5. I upgraded the database to SQL Compact 4.0 and the reverse mapping started giving errors.
So i tried to recreate Reverse ...
1
vote
1answer
131 views
How can I enable Telerik Openaccess ORM load external assemblies?
I'm new at Telerik OpenAccess ORM and I use other assemblies like CRISII (in house built for templates). I use these with other ORM's successfully like SubSonic but can't with Telerik. Here is my ...
0
votes
2answers
206 views
OpenAccess ORm connection to database
I'm new at Telerik & exploring as an option for ORM. I'm trying to do simple thing like writing a record to database using:
Database db = Database.Get("MyConnectionNameIUsedToGenerateClasses");
...
0
votes
1answer
118 views
Tweaking the SQL Telerik OpenAccess generates from LINQ expression
I use the specification pattern to dynamically generate LINQ expressions, which will be used
On entities in memory
For SQL code generation by OpenAccess
See this blog post for an example of what ...
1
vote
1answer
120 views
Calling base constructor after body of current constructor
I am customizing one of the code generating templates for my Telerik OpenAccess ORM library. Due to business rules, I am having to put my user name and password to connect to the database in a config ...
0
votes
0answers
183 views
Telerik Open access lazy loading
I'm having lazy loading problem on Telerik open access ORM.
I guess this causes the problem:
[Serializable]
public partial class CtArticleDetail { }
I have to do serialize the object in my ...
4
votes
1answer
958 views
How to handle DBContext when using Ninject
I am trying to use Ninject and OpenAccess for the first time. Please help me with the following. Here is what my project looks like...
public class ContentController : Controller
{
private ...
0
votes
1answer
120 views
C# MVC Solution?
I have recently been tasked with updating a system done in C#. I am coming from a Kohana MVC web based development but have experience in C#.
Problem is: My solution is in some 'weird' namind ...
0
votes
0answers
111 views
MemCache object issue
Imagine I have the following class:
[Serializable]
public class CtArticleDetail
{
public int Id { get; set; }
public stirng name { get; set; }
public PcPage page { get; set; }
}
...
1
vote
1answer
128 views
Commit exception in Telerik OpenAccess ORM
I had a previous question similar to this one, but in regards to entity framework. Since then, I have tried using Telerik OpenAccess. Here is my model:
When running through the following function ...
0
votes
1answer
158 views
How to get the data from different tables from different data models using telerik open access
I am using Telerik open Access,I have three different data models like
UserEntitiesModel->account_details
ProfileEntitiesModel->biographic_details
ContactsEntitiesModel->contact_groups
I ...
0
votes
1answer
48 views
InvalidOperationException due to using more than one datamodel in the query
I am using Telerik open Access,I have three data models and For the three data models I have three different Context Modules.In my query I want to retrieve the data using joining of different tables ...
7
votes
1answer
2k views
Entity Framework 5 vs Telerik OpenAccess ORM (specifically) [closed]
I am starting a new project and want advice on choosing an ORM. I know this topic has been brought up before, but this topic is specific to either Entity Framework 5 (not 4) or Telerik OpenAccess ORM.
...
0
votes
3answers
333 views
Telerik OpenAccess - override generated properties
I want to Validate (IDataErrorInfo) of my properties which are generated through the Telerik OpenAccess Mapper.
Like this.
public partial class Etage
{
private long _version;
public virtual ...
0
votes
1answer
164 views
How to properly access Database Context within Class when using HttpModule using Telerik OpenAccess
I am converting from SubSonic and have thus far been happy with the decision. However, I'm running into an issue and really need some assistance. I'm using the Custom HttpModule as demonstrated in ...
4
votes
3answers
4k views
Iterate through properties and values of an object returned via a linq query on a domain model
First off, I'm a novice at C#/LINQ and working with domain models, so please do let me know if I'm going about this all the wrong way.
I have a custom entity in a relational database that I have ...
0
votes
1answer
106 views
Insert Group And Content in OpenAceess
I have a many to many relation beetween Group and Content table in sql and i imperilment this with a junction table .it name is GroupContent .
when i try to insert a new Group and Content the ...
0
votes
1answer
875 views
Conditionally adding a check box in Telerik MVC Grid
I am using Telerik Grid for MVC 3 with aspx engine. I have to add a check box only on those rows which status are completed.
columns.Bound(grid => grid.CaseStatus).Width(80);
Above is my bound ...
2
votes
3answers
449 views
Telerik OpenAccess vs. SubSonic in simple speed test (not a “which is better”)
I have been using SubSonic 2 for ~5 years now and have loved it. However, for the past six months I've been toying with the idea of moving either to SubSonic 3 or to a similar ORM tool. Since my ...
1
vote
1answer
832 views
Lock request time out period exceeded - Telerik OpenAccess ORM
I have a big SQL Server 2008 R2 database with many rows that are updated constantly. Updating is done by a back end service application that calls stored procedures. Within one of those stored ...
1
vote
0answers
316 views
Best OR/Mapper to choose [closed]
I am starting a new project and i want to choose a good OP/mapper.what is the best OR/Mapper in dot net. I test Entity Framework 4.1 and Telerik OpenAccess .and i hear about Nhibernate and LLBLGEN.
...
0
votes
2answers
260 views
Error in using Embeded Firebird
I used telerik OpenAccess to connect to firebird Database with this ConnectionString :
"ServerType=1;User=SYSDBA;Password=masterkey;Dialect=3;Database=TEST.fdb"
and when i want to select my ...
