Closed mbogaerts closed 10 months ago
'Mono.Cecil, Version=0.10.0.0,
looks similar #753
Yes it does apparently,
I have been investigating the reason but have not found a direct cause. Keep you posted I might find anything related. For now I have excluded xpand from this project until I have time to investigate further.
With expand and the vsix installed the solution is not stable (and fast) enough at this point. I need to pass the project on to a non XAF dev so I need it to go smooth.
Thnx however for your effort
From: Apostolis Bekiaris notifications@github.com Sent: Monday, 23 November 2020 20:46 To: eXpandFramework/eXpand eXpand@noreply.github.com Cc: Michael Bogaerts Michael@3Way.be; Author author@noreply.github.com Subject: Re: [eXpandFramework/eXpand] unable to open model editor (#811)
'Mono.Cecil, Version=0.10.0.0,
looks similar #753https://github.com/eXpandFramework/eXpand/issues/753
โ You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eXpandFramework/eXpand/issues/811#issuecomment-732386132, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCLONXTHDAFVJNFADFQDYTSRK3W7ANCNFSM4T7OQSZA.
still confused the #753 should resolve this case, isn't it?
1) It does not thown the exception anymore but I donโt get beyond this because the VS crashes (on 2 different corporate systems) 2) I do not want to update machine configs on all dev systems 3) there has to be a reason for this โฆ and I would like to find it ๐
From: Apostolis Bekiaris notifications@github.com Sent: Monday, 23 November 2020 20:56 To: eXpandFramework/eXpand eXpand@noreply.github.com Cc: Michael Bogaerts Michael@3Way.be; Author author@noreply.github.com Subject: Re: [eXpandFramework/eXpand] unable to open model editor (#811)
still confused the #753https://github.com/eXpandFramework/eXpand/issues/753 should resolve this case, isn't it?
โ You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eXpandFramework/eXpand/issues/811#issuecomment-732391403, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCLONTQ3ZH7REIWGAVVSJ3SRK46BANCNFSM4T7OQSZA.
here the conflict back then
https://github.com/eXpandFramework/eXpand/issues/724#issuecomment-657214257.
It does not thown the exception anymore but I donโt get beyond this because the VS crashes (on 2 different corporate systems)
looks like it just tries to load the missing assembly and it stackoverflows thats why VS crash and not throwing
also in latest versions VSIX is not a requirement any more
Disabled the vsix, now Iโm having issue #802โฆ
From: Apostolis Bekiaris notifications@github.com Sent: Monday, 23 November 2020 21:09 To: eXpandFramework/eXpand eXpand@noreply.github.com Cc: Michael Bogaerts Michael@3Way.be; Author author@noreply.github.com Subject: Re: [eXpandFramework/eXpand] unable to open model editor (#811)
also in latest versions VSIX is not a requirement any more
โ You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eXpandFramework/eXpand/issues/811#issuecomment-732397823, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCLONRP4VCO3DYKXO5BU2DSRK6MFANCNFSM4T7OQSZA.
VSIX Light would be nice then ๐ only the Models List and easy model editor laucher OTB.
M.
From: Apostolis Bekiaris notifications@github.com Sent: Monday, 23 November 2020 21:09 To: eXpandFramework/eXpand eXpand@noreply.github.com Cc: Michael Bogaerts Michael@3Way.be; Author author@noreply.github.com Subject: Re: [eXpandFramework/eXpand] unable to open model editor (#811)
also in latest versions VSIX is not a requirement any more
โ You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/eXpandFramework/eXpand/issues/811#issuecomment-732397823, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADCLONRP4VCO3DYKXO5BU2DSRK6MFANCNFSM4T7OQSZA.
I think there is a working solution with the machine.config and and then end this is why machine.config exists, to solve problems like this one. Net Core XAF uses a standalone modeleditor so most problably such issues won't exist there
Closing issue for age. Feel free to reopen it at any time.
.Thank you for your contribution.
๐๐ฒ๐๐ฐ๐ฟ๐ถ๐ฏ๐ฒ ๐๐ต๐ฒ ๐ฏ๐๐ด Cannot load designer ๐ง๐ผ ๐ฅ๐ฒ๐ฝ๐ฟ๐ผ๐ฑ๐๐ฐ๐ฒ
install al latest versions of xpand and open de model editor
exception: at DevExpress.ExpressApp.Utils.Reflection.TypeData.CreateInstance(Object[] args) at DevExpress.Persistent.Base.ReflectionHelper.CreateObject(Type objectType, Object[] args) at DevExpress.ExpressApp.Design.TreeBuilder
1.CreateModuleReferenceTreeItem(TreeView treeView, Type moduleType, Boolean useToolboxImage) at DevExpress.ExpressApp.Design.ModuleTypesTreeBuilder.BuildTree(TreeView treeView, ModuleBase dataSource) at DevExpress.ExpressApp.Design.ModuleTypesTreeViewTray.RefreshNodes() at DevExpress.ExpressApp.Design.TreeViewTray
1.set_DataSource(DataSourceType value) at DevExpress.ExpressApp.Design.XafModuleRootDesignerGUI.Initialize(XafModuleRootDesigner designer) at DevExpress.ExpressApp.Design.XafModuleRootDesigner.InitializeView() at DevExpress.ExpressApp.Design.XafRootDesignerBase.DesignerHost_LoadComplete(Object sender, EventArgs e) ----------InnerException---------- The type initializer for 'Xpand.XAF.Modules.Reactive.ReactiveModuleBase' threw an exception. ----------StackTrace---------- at Xpand.XAF.Modules.HideToolBar.HideToolBarModule..ctor() at Create_HideToolBarModule() at DevExpress.ExpressApp.Utils.Reflection.TypeData.CreateInstance(Object[] args) ----------InnerException---------- The type initializer for 'Xpand.Extensions.XAF.AppDomainExtensions.AppDomainExtensions' threw an exception. ----------StackTrace---------- at Xpand.Extensions.XAF.AppDomainExtensions.AppDomainExtensions.Patch(AppDomain appDomain, Action1 patch) at Xpand.XAF.Modules.Reactive.ReactiveModuleBase..cctor() ----------InnerException---------- Could not load type 'Mono.Cecil.DefaultReflectionImporter' from assembly 'Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e'. ----------StackTrace---------- at MonoMod.Utils.MMReflectionImporter..ctor(ModuleDefinition module) at MonoMod.Utils.MMReflectionImporter._Provider.GetReflectionImporter(ModuleDefinition module) at Mono.Cecil.ModuleDefinition.CreateModule(String name, ModuleParameters parameters) at HarmonyLib.HarmonySharedState.CreateModule() at HarmonyLib.HarmonySharedState.GetState() at HarmonyLib.HarmonySharedState.GetPatchInfo(MethodBase method) at HarmonyLib.PatchProcessor.Patch() at HarmonyLib.Harmony.Patch(MethodBase original, HarmonyMethod prefix, HarmonyMethod postfix, HarmonyMethod transpiler, HarmonyMethod finalizer) at Xpand.Extensions.XAF.AppDomainExtensions.AppDomainExtensions.<>c.<.cctor>b__1_0(Harmony harmony) at Xpand.Extensions.XAF.AppDomainExtensions.AppDomainExtensions.Patch(AppDomain appDomain, Action
1 patch) at Xpand.Extensions.XAF.AppDomainExtensions.AppDomainExtensions..cctor() ๐๐ ๐ฝ๐ฒ๐ฐ๐๐ฒ๐ฑ ๐ฏ๐ฒ๐ต๐ฎ๐๐ถ๐ผ๐ฟ A clear and concise description of what you expected to happen. ๐ฆ๐ฐ๐ฟ๐ฒ๐ฒ๐ป๐๐ต๐ผ๐๐ If applicable, add screenshots to help explain your problem. ๐๐ผ๐ ๐๐ฒ ๐ฝ๐ฟ๐ถ๐ผ๐ฟ๐ถ๐๐ถ๐๐ฒ ๐ถ๐๐๐๐ฒ๐ We will try to answer all questions that do not require research within 24hr. To prioritize cases that require research we use the following labels in order.โ๏ธ Exclusive-Services
โค Bronze Sponsor
โค Sponsor
โค Backer
Installation
ShowStopper
Nuget
Contribution
BreakingChange
ReproSample
Deployment
Must-Have
For all other issues the posting time is respected.