eXpand icon indicating copy to clipboard operation
eXpand copied to clipboard

MDO_DetailView throws on open

Open Johnka2 opened this issue 2 years ago • 5 comments

𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴 Create new win solution 21.2.5 .net 4.8 solution. Add expandmodeldifference win module. Run and open application settings list and open one model diff

Johnka2 avatar Feb 12 '22 11:02 Johnka2

although this case not a high priority cause the view open after the message and works fine, I attempted a very simple workaround in the next minor

apobekiaris avatar Feb 20 '22 14:02 apobekiaris

The pre-release 4.212.7.4 in the Reactive.XAF lab branch includes commits that relate to this task:

To minimize version conflicts we recommend that you use the Xpand.XAF.Core.All, Xpand.XAF.Win.All, Xpand.XAF.Web.All packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).

Released packages: Xpand.Extensions v.4.212.7.4 Xpand.Extensions.Blazor v.4.212.7.4 Xpand.Extensions.Mono.Cecil v.4.212.7.4 Xpand.Extensions.Office.Cloud v.4.212.7.4 Xpand.Extensions.Office.Cloud.Google.Blazor v.4.212.7.4 Xpand.Extensions.Reactive v.4.212.7.4 Xpand.Extensions.XAF v.4.212.7.4 Xpand.Extensions.XAF.Xpo v.4.212.7.4 Xpand.TestsLib v.4.212.7.4 Xpand.TestsLib.Blazor v.4.212.7.4 Xpand.TestsLib.Common v.4.212.7.4 Xpand.TestsLib.EasyTest v.4.212.7.4 Xpand.TestsLib.Net461 v.4.212.7.4 Xpand.VersionConverter v.4.212.7.4 Xpand.XAF.Core.All v.4.212.7.4 Xpand.XAF.Modules.AutoCommit v.4.212.7.4 Xpand.XAF.Modules.Blazor v.4.212.7.4 Xpand.XAF.Modules.BulkObjectUpdate v.4.212.7.4 Xpand.XAF.Modules.CloneMemberValue v.4.212.7.4 Xpand.XAF.Modules.CloneModelView v.4.212.7.4 Xpand.XAF.Modules.Email v.4.212.7.4 Xpand.XAF.Modules.GridListEditor v.4.212.7.4 Xpand.XAF.Modules.HideToolBar v.4.212.7.4 Xpand.XAF.Modules.JobScheduler.Hangfire v.4.212.7.4 Xpand.XAF.Modules.JobScheduler.Notification v.4.212.7.4 Xpand.XAF.Modules.MasterDetail v.4.212.7.4 Xpand.XAF.Modules.ModelMapper v.4.212.7.4 Xpand.XAF.Modules.ModelViewInheritance v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Google v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.212.7.4 Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.212.7.4 Xpand.XAF.Modules.Office.DocumentStyleManager v.4.212.7.4 Xpand.XAF.Modules.OneView v.4.212.7.4 Xpand.XAF.Modules.PositionInListView v.4.212.7.4 Xpand.XAF.Modules.ProgressBarViewItem v.4.212.7.4 Xpand.XAF.Modules.RazorView v.4.212.7.4 Xpand.XAF.Modules.Reactive v.4.212.7.4 Xpand.XAF.Modules.Reactive.Logger v.4.212.7.4 Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.212.7.4 Xpand.XAF.Modules.Reactive.Logger.Hub v.4.212.7.4 Xpand.XAF.Modules.Reactive.Rest v.4.212.7.4 Xpand.XAF.Modules.RefreshView v.4.212.7.4 Xpand.XAF.Modules.SequenceGenerator v.4.212.7.4 Xpand.XAF.Modules.SuppressConfirmation v.4.212.7.4 Xpand.XAF.Modules.TenantManager v.4.212.7.4 Xpand.XAF.Modules.ViewEditMode v.4.212.7.4 Xpand.XAF.Modules.ViewItemValue v.4.212.7.4 Xpand.XAF.Modules.ViewWizard v.4.212.7.4 Xpand.XAF.Modules.Windows v.4.212.7.4 Xpand.XAF.Web.All v.4.212.7.4 Xpand.XAF.Win.All v.4.212.7.4

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use these packages directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

apobekiaris avatar Feb 20 '22 15:02 apobekiaris

eXpand.lab release 21.2.501.1 includes commit that relate to this task:

Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS.

To minimize version conflicts we recommend that you switch to PackageReference format and use only the eXpandAgnostic, eXpandWin, eXpandWeb packages. Doing so, all packages will be at your disposal and .NET will add a dependecy only to those packages that you actually use and not to all (see the Modules installation-registrations youtube video).

Thanks a lot for your contribution.

apobekiaris avatar Feb 21 '22 05:02 apobekiaris

Thanks will test this

Johnka2 avatar Feb 27 '22 19:02 Johnka2

Works Perfectly for tabbedMDI but throws for SDI. Possible workaround is to show those detail views in popup windows

Thanks

Johnka2 avatar Mar 11 '22 18:03 Johnka2

Closing issue for age. Feel free to reopen it at any time.

.Thank you for your contribution.

expand avatar Dec 12 '23 21:12 expand