Questions tagged [lightspeed]

Lightspeed is an Object-Relational Mapper (ORM) for .NET.

Mindspace Lightspeed

56 questions
0
votes
1 answer

Lightspeed database-first tables with plural and singular generating same entity names

I am using Oracle and LightSpeed Orm and generating model from database. It seems there is an issue while creating tables that are both plural and singular. I am getting an error Error 2 Ambiguous moniker '/Ecom/ClaimType' encountered. It is…
Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265
0
votes
1 answer

Lightspeed OAuth CSRF and redirect_uri errors (ruby)

So firstly we were getting a CSRF error that didn't make much sense. It was failing in the callback phase of omniauth. Started GET "/auth/lightspeed" for 127.0.0.1 at 2015-12-02 14:48:32 +1100 I, [2015-12-02T14:48:32.949808 #32768] INFO --…
Ana
  • 11
  • 2
0
votes
1 answer

LINQ - How to modify the select depending on value that DB would return

I'm relatively new to Linq and I'm developing with .NET a function that instantiates a POCO with the selected fields of the linq query. The problem is that one of these fields must be transformed "at runtime". This is my malfunctioning…
diegosasw
  • 13,734
  • 16
  • 95
  • 159
0
votes
0 answers

ModelState still requiring previously required fields

Subject pretty much says it all - currently working on an application using MVC4 and if I remove a Required attribute from a property in my view model, upon submitting to the controller with this property empty, ModelState.IsValid still returns…
mgaughan
  • 875
  • 7
  • 23
0
votes
1 answer

Lightspeed Connector for Magento - How to disable Description updates from Lightspeed so they are only managed in Magento?

Lightspeed Retail Connector for Magento - How to disable Description updates from Lightspeed so they are only managed in Magento? Any help would be much appreciated.
0
votes
1 answer

.htaccess URL Redirecting giving 500 Internal Server Error

I have a .htaccess file that is working fine on Apache server on Windows 7, but giving 500 Internal Server Error on LightSpeed Server. This is my .htaccess file: deny from all AuthUserFile…
sikas
  • 5,435
  • 28
  • 75
  • 120
0
votes
0 answers

LightSpeed cast a dynamic model to strong typed inside Razor template

I need some help with casting model in template with LightSpeed. When I used Entity Framework everything was ok, but with LS i can say just: @inherits NancyRazorViewBase @var Projects = Model.Projects // It's a collection of Project…
Aler Zampi
  • 11
  • 2
0
votes
1 answer

devart dotConnect MySQL

I've been evaluating MindScape Lightspeed for the purpose of Model creation. So far I am satisfied. I was further looking for OOTB (actually some professional quality code) providers for MySQL for ASP.Net. I've come across 'dotconnect for MySQL'…
Kabeer
  • 4,138
  • 7
  • 40
  • 62
0
votes
2 answers

DDD Modeling question

I have these two structures in my domain: Exercise (with subjects, solution, difficulty ext.) and Subject which has a name and a father subject. Subject is defined by its attributes so in that sense it's a value object, However even if my current…
gkdm
  • 2,375
  • 4
  • 21
  • 27
0
votes
1 answer

EF with KeyTable Sequence style PK

How to implement in EF5 a KeyTable style identity method "Uses a table in the database to store the next Id, and advances this value every time a new block of Ids is required" from LightSpeed I believe this is like Oracle sequences. This feels like…
Dave Mateer
  • 6,588
  • 15
  • 76
  • 125
0
votes
1 answer

Configuring Lightspeed for use in MVC3 Web project

I have a question regarding using LightSpeed in a MVC3 Web application. I am creating a REST Api project where I want to use LightSpeed, but the official configuration guidelines are quite vague. The official documentation says that the following…
Cheesebaron
  • 24,131
  • 15
  • 66
  • 118
1 2 3
4