Questions tagged [mdriven]

MDriven is a modeling tool which also allows simulation and execution. MDriven removes the need for a lot of the traditional coding/testing needed when producing information systems by raising the level of abstraction.

See mdriven.net comparison to Sparx Enterprise Architect:

Sparx is a modelling tool - just like MDriven Designer is a modelling tool. MDriven Designer has a "play" button that can execute a system instantly defined by your model. MDriven Designer has a cloud upload button that uploads the model to the MDriven Server. The MDriven Server along with MDriven Turnkey then executes your model and makes it indistinguishable from a handcrafted - fully tested - information system that would take you months or years to build by hand.

117 questions
0
votes
1 answer

Method 'Eco.Handles.ColumnCollection.AddRange' not found

We have programmed some custom Windows Forms components that use an editor from Eco.Handles.Design.dll to be able to reference a handle (ExpressionHandle or ReferenceHandle) or to be able to enter an OCL expression using an OCL editor during design…
0
votes
0 answers

MDriven | Give DLL dependency list with new framework updates

For future releases of the MDriven Framework would it be possible to provide a list of dependencies? Similar to what we have in the Nuget package manager? The problem is that after every MDriven update, we need to spend a good chunk of time getting…
0
votes
1 answer

MDriven: Method not found: Eco.Persistence.SyncVersion

We have a legacy solution that started at ECO times 10+ years ago. It contains one model project and one ecospace project, and also one WinForms project and one ASP.NET project. We now need to make a few calls into the ecospace assembly from a new…
Kjell Rilbe
  • 1,331
  • 14
  • 39
0
votes
1 answer

Subscribing to Object value or associated change

Is there some doco on IAutoSubscriptionService. How do I use using (ESP.GetEcoService().StartSubscribe(subscriber)) to trigger an event when an object changes. That is for any attribute of an object.
Steve.Au
  • 31
  • 5
0
votes
1 answer

Unable to validate model - ecoSpace is null

I have a problem when trying to validate the model Model Validation| Value cannot be null. Parameter name: ecoSpace | System.ArgumentNullException: Value cannot be null. | Parameter name: ecoSpace Further info: The GAC has 13992 VS2022 has…
Steve.Au
  • 31
  • 5
0
votes
1 answer

MDriven | Error on UpdateDatabase, stack trace error below

Please note the below stack trace error we receive at times while updating the database. Server stack trace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion…
0
votes
2 answers

How to see "non - eco" inserted objects

We are still using ECO5 with VS 2008. A "non eco" application uses the same database as our eco-application does and inserts data. The inserted data (objects) cannot be seen in our eco - application, unless we restart this application. It is not…
0
votes
0 answers

MDriven framework local installation on VS 2022 not working

MDrivenFramework_7.0.0.13867_Nightly_vs2022 and all previous installers did not work. Error message when trying to run VS 2022 post installing VSIX
0
votes
2 answers

1:n Derived Settable Association

There is an example of n:1 derived settable association in MDriven Wiki: https://wiki.mdriven.net/index.php/Derived_settable_associations I'm trying to implement for a multi link Collection(Person) - Person is the target class name. The context in…
emett
  • 31
  • 2
0
votes
1 answer

How to programmatically acess an Action from code (WPF)?

It is reletively clear for me how to access Actions in a prototype. But how can I do it in code? E.g. I would like to execute a Class Action from within a Button. I defined an Action ShowPerson in a ViewModel on class Person. It has been generated…
emett
  • 31
  • 2
0
votes
1 answer

Why do I get different data over Local Server?

I use now persistenceMapperWEBAPIClient1 as PersistentMapper with default Uri http://localhost:5000/api/A0_WebApi and default User: a/Password: 123456 While prototyping on Local Server I have saved some data for the same(default) user. Now I start…
emett
  • 31
  • 2
0
votes
1 answer

Using PersistenceMapperWEBAPIClient

If I change to PersistenceMapperWEBAPIClient: this.PersistenceMapper = this.persistenceMapperWEBAPIClient1; I get error message on start: System.IO.FileNotFoundException: "The file or assembly "Microsoft.IO.RecyclableMemoryStream, Version=1.4.0.0,…
emett
  • 31
  • 2
0
votes
3 answers

How to use MDriven OclPs to find all objects matching a list of strings?

In an application I receive a list of strings. Then I want to use OclPs to find all objects where a specific attribute equals any of the strings in the list. E.g. if we have Person objects and receive a list of last names, find all persons whose…
Kjell Rilbe
  • 1,331
  • 14
  • 39
0
votes
2 answers

ESType error when ModelDrivenControllerBase is using to call MDrivenEcoSpaceAndModelForNetStandard

a code MyController:ModelDrivenControllerBase in the mvc or webapi netcore project shows a error "the type 'MDrivenTemplateProj.EcoProject1EcoSpace' cannot be used as type parameter 'ESType' in the generic type or method…
Alex
  • 107
  • 9
0
votes
1 answer

Constraints - Constrained Target

I have some DroopyEyes code that expects ConstrainedTargetName to be not null. However the constraint I have a problem with deals with a relation and not an attribute.The ContrainedTarget dropdown only lists attributes. What is the significance and…
SteveA
  • 33
  • 3