eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
220 stars 114 forks source link

Model Editor cannot be started when AutoCommit module is active. #1068

Open XRobertson opened 4 weeks ago

XRobertson commented 4 weeks ago

XAF 24.1.5 Blazor EF Core

I installed via NuGet Manager Xpand AutoCommit 4.241.3 and added the module by

RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.AutoCommit.AutoCommitModule));

When I want to start the Model Editor it fails with:

Could not load file or assembly 'System.Interactive, Version=5.0.0.0...

Haiko

apobekiaris commented 4 weeks ago

we have a specialized version of ME that works around VS design time issues and supports Rider as well

https://github.com/eXpandFramework/Reactive.XAF/tree/master/tools/Xpand.XAF.ModelEditor

XRobertson commented 3 weeks ago

I installed the ME but it cannot be started:

The SDK 'Microsoft.NET.Sdk' specified could not be found.

I only have a XAF Blazor application but not a Windows part. Does this cause the error?

apobekiaris commented 3 weeks ago

see #1064