eXpandFramework / eXpand

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

Can't open Xpand model editor in vs2019 #886

Closed vimarx closed 11 months ago

vimarx commented 3 years ago

After installing Xpand model editor (market place), it disappears after using it (video)

https://user-images.githubusercontent.com/226800/135149444-732af139-654b-4e6e-88f3-ceb3b638cbee.mp4

apobekiaris commented 3 years ago

is there something on the log e.g. C:\Users\Tolis\AppData\Roaming\Xpand.XAF.ModelEditor.Win\Xpand.XAF.ModelEditor.Win\

apobekiaris commented 3 years ago

can u manully kill the Xpand.XAF.ModelEditor.Win process and retry?

apobekiaris commented 3 years ago

also please minimize all your windows and see if the Xpand.XAF.ModelEditor.Win is visible but not the foreground window

vimarx commented 3 years ago

is there something on the log e.g. C:\Users\Tolis\AppData\Roaming\Xpand.XAF.ModelEditor.Win\Xpand.XAF.ModelEditor.Win\ Xpand.XAF.ModelEditor.Win_RXLogger.log

vimarx commented 3 years ago

can u manully kill the Xpand.XAF.ModelEditor.Win process and retry?

the same issue

apobekiaris commented 3 years ago

i see in the log you tried to use it on non .net5 projects, this not suppoorted, is that the problem?

vimarx commented 3 years ago

Sorry, I didn't figure that. And what option is now available for net 4.61 projects? the old Xpand addin?

vimarx commented 3 years ago

Now, it is opening in net5 solution, but every module is listed twice

image

apobekiaris commented 3 years ago

Sorry, I didn't figure that.

hmm there is this code supposed to inform u, do not know how it failed to

if ($"{msBuildProject.TargetFramework}".StartsWith("v")) {
                        msBuildProject.CannotRunMEMessage = "ME can be executed only for .NET5 and later version projects";
                    }

can u tell me whats in the TargetFramework property for your project

And what option is now available for net 4.61 projects? the old Xpand addin?

yes the old plugin however I want to inform u that I plan to minimize resources to support net461, projects and tools. If you haven't done already you need to plan migrating to .NET5

Now, it is opening in net5 solution, but every module is listed twice

can you post your vbproj file not its contents just the file

apobekiaris commented 3 years ago

also please minimize all your windows and see if the Xpand.XAF.ModelEditor.Win is visible but not the foreground window

I pushed new version updates for it

expand commented 3 years ago

The pre-release 4.211.7.2 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.211.7.2
Xpand.Extensions.Blazor v.4.211.7.2
Xpand.Extensions.Mono.Cecil v.4.211.7.2
Xpand.Extensions.Office.Cloud v.4.211.7.2
Xpand.Extensions.Office.Cloud.Google.Blazor v.4.211.7.2
Xpand.Extensions.Reactive v.4.211.7.2
Xpand.Extensions.XAF v.4.211.7.2
Xpand.Extensions.XAF.Xpo v.4.211.7.2
Xpand.TestsLib v.4.211.7.2
Xpand.TestsLib.Blazor v.4.211.7.2
Xpand.TestsLib.Common v.4.211.7.2
Xpand.TestsLib.EasyTest v.4.211.7.2
Xpand.TestsLib.Net461 v.4.211.7.2
Xpand.VersionConverter v.4.211.7.2
Xpand.XAF.Core.All v.4.211.7.2
Xpand.XAF.Modules.AutoCommit v.4.211.7.2
Xpand.XAF.Modules.Blazor v.4.211.7.2
Xpand.XAF.Modules.CloneMemberValue v.4.211.7.2
Xpand.XAF.Modules.CloneModelView v.4.211.7.2
Xpand.XAF.Modules.GridListEditor v.4.211.7.2
Xpand.XAF.Modules.HideToolBar v.4.211.7.2
Xpand.XAF.Modules.JobScheduler.Hangfire v.4.211.7.2
Xpand.XAF.Modules.LookupCascade v.4.211.7.2
Xpand.XAF.Modules.MasterDetail v.4.211.7.2
Xpand.XAF.Modules.ModelMapper v.4.211.7.2
Xpand.XAF.Modules.ModelViewInheritance v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.211.7.2
Xpand.XAF.Modules.Office.DocumentStyleManager v.4.211.7.2
Xpand.XAF.Modules.OneView v.4.211.7.2
Xpand.XAF.Modules.PositionInListView v.4.211.7.2
Xpand.XAF.Modules.ProgressBarViewItem v.4.211.7.2
Xpand.XAF.Modules.Reactive v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger.Hub v.4.211.7.2
Xpand.XAF.Modules.Reactive.Rest v.4.211.7.2
Xpand.XAF.Modules.RefreshView v.4.211.7.2
Xpand.XAF.Modules.SequenceGenerator v.4.211.7.2
Xpand.XAF.Modules.SuppressConfirmation v.4.211.7.2
Xpand.XAF.Modules.ViewEditMode v.4.211.7.2
Xpand.XAF.Modules.ViewItemValue v.4.211.7.2
Xpand.XAF.Modules.ViewWizard v.4.211.7.2
Xpand.XAF.Modules.Windows v.4.211.7.2
Xpand.XAF.Web.All v.4.211.7.2
Xpand.XAF.Win.All v.4.211.7.2

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 commented 3 years ago

The pre-release 4.211.7.2 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.211.7.2
Xpand.Extensions.Blazor v.4.211.7.2
Xpand.Extensions.Mono.Cecil v.4.211.7.2
Xpand.Extensions.Office.Cloud v.4.211.7.2
Xpand.Extensions.Office.Cloud.Google.Blazor v.4.211.7.2
Xpand.Extensions.Reactive v.4.211.7.2
Xpand.Extensions.XAF v.4.211.7.2
Xpand.Extensions.XAF.Xpo v.4.211.7.2
Xpand.TestsLib v.4.211.7.2
Xpand.TestsLib.Blazor v.4.211.7.2
Xpand.TestsLib.Common v.4.211.7.2
Xpand.TestsLib.EasyTest v.4.211.7.2
Xpand.TestsLib.Net461 v.4.211.7.2
Xpand.VersionConverter v.4.211.7.2
Xpand.XAF.Core.All v.4.211.7.2
Xpand.XAF.Modules.AutoCommit v.4.211.7.2
Xpand.XAF.Modules.Blazor v.4.211.7.2
Xpand.XAF.Modules.CloneMemberValue v.4.211.7.2
Xpand.XAF.Modules.CloneModelView v.4.211.7.2
Xpand.XAF.Modules.GridListEditor v.4.211.7.2
Xpand.XAF.Modules.HideToolBar v.4.211.7.2
Xpand.XAF.Modules.JobScheduler.Hangfire v.4.211.7.2
Xpand.XAF.Modules.LookupCascade v.4.211.7.2
Xpand.XAF.Modules.MasterDetail v.4.211.7.2
Xpand.XAF.Modules.ModelMapper v.4.211.7.2
Xpand.XAF.Modules.ModelViewInheritance v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google.Calendar v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Google.Tasks v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Calendar v.4.211.7.2
Xpand.XAF.Modules.Office.Cloud.Microsoft.Todo v.4.211.7.2
Xpand.XAF.Modules.Office.DocumentStyleManager v.4.211.7.2
Xpand.XAF.Modules.OneView v.4.211.7.2
Xpand.XAF.Modules.PositionInListView v.4.211.7.2
Xpand.XAF.Modules.ProgressBarViewItem v.4.211.7.2
Xpand.XAF.Modules.Reactive v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger.Client.Win v.4.211.7.2
Xpand.XAF.Modules.Reactive.Logger.Hub v.4.211.7.2
Xpand.XAF.Modules.Reactive.Rest v.4.211.7.2
Xpand.XAF.Modules.RefreshView v.4.211.7.2
Xpand.XAF.Modules.SequenceGenerator v.4.211.7.2
Xpand.XAF.Modules.SuppressConfirmation v.4.211.7.2
Xpand.XAF.Modules.ViewEditMode v.4.211.7.2
Xpand.XAF.Modules.ViewItemValue v.4.211.7.2
Xpand.XAF.Modules.ViewWizard v.4.211.7.2
Xpand.XAF.Modules.Windows v.4.211.7.2
Xpand.XAF.Web.All v.4.211.7.2
Xpand.XAF.Win.All v.4.211.7.2

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.

expand commented 11 months ago

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

.Thank you for your contribution.