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 GitHub Starting Issue #1037

Closed DannyRawlings closed 8 months ago

DannyRawlings commented 8 months ago

When starting the Model Editor, I have been receiving the following error for that last couple of days.

image

apobekiaris commented 8 months ago

hmm I guess something is wrong cause I am in the process to upgrade to 23.2.3, Did you try to use the suggestion?

  1. configure image
  2. set to https://github.com/eXpandFramework/Reactive.XAF/releases/download/4.231.6.0/Xpand.XAF.ModelEditor.WinDesktop.zip

image

apobekiaris commented 8 months ago

do not set the DownloadPrerelase unless u wanna try the 23.2.3

DannyRawlings commented 8 months ago

Cheers, I have manually set the value and still have the same error

https://github.com/eXpandFramework/Reactive.XAF/releases/download/4.231.6.0/Xpand.XAF.ModelEditor.WinDesktop.zip

image

beneton2003 commented 8 months ago

The same issue for me, changing the link is not solving this error image

DannyRawlings commented 8 months ago

I have also tried the usual, reinstall of the add in, updated visual studio to the latest version.

apobekiaris commented 8 months ago

thnks I repro the problem I am working on it

apobekiaris commented 8 months ago

unfortuntely i cannot provide a fix to help u directly cause it will be inlcuded in 23.2.3.xxx versions

beneton2003 commented 8 months ago

unfortuntely i cannot provide a fix to help u directly cause it will be inlcuded in 23.2.3.xxx versions

Thank you very much, man! We do appreciate everything you doing for the community. Is there any information about terms when new version 23.2.3.xxx will be published? Maybe you can give any advice on how we can temporarily fix it with electrical tape and a soldering iron

CWolffIF commented 8 months ago

Hi, Iยดve got the same error. If you want to work with 23.1. you have to configure the image

apobekiaris commented 8 months ago

I cannot spent time to give u exact steps but what the plugin does is download stuff from the link i posted and extract them into your Roaming profile XpandModelEditor folder. There was a bug not finiding the version in some cases as described here

https://github.com/eXpandFramework/Reactive.XAF/commit/51122111dfde76480977715f0bc64291273ae60e#diff-bce53f7a21641dca17ac31f97144ccb6b87cde5edb7dc19b00698daef6a6fd0cL167-R168

the FirstAsync is now Where given u take the time to compile all related projects manually and replace the existing files in your Roaming folder it should work. The plugin will not attempt to redownload if the folder structure and zip files exists.

apobekiaris commented 8 months ago

maybe @CWolffIF can zip the full files for him cause I am not sure it will work, cause as I said it worked for you but the time u download Github had no other versions, in any case let him first tried it raw as u suggested and then he can ask back

CWolffIF commented 8 months ago

If you define the DevVersion (4.231.6.0) it downloads this Version from github. This Version is still there.

beneton2003 commented 8 months ago

If you define the DevVersion (4.231.6.0) it downloads this Version from github. This Version is still there.

Can you please give any ideas how to start it? I just can't use neither built-in model editor nor xpand

CWolffIF commented 8 months ago

As I got the problem:

image

apobekiaris commented 8 months ago

if something went wrong due to your experiements u can always

  1. delete the Xpand.XAF.ModelEditor.Win from your roaming folder e.g. C:\Users\Tolis\AppData\Roaming\
  2. Then start XpandModelEditor and when the list of models is shown execute the config button as b4
beneton2003 commented 8 months ago

After i changed the DevVersion image i start getting new errors image

apobekiaris commented 8 months ago

did u tried the exact settings that CWolffIF suggested? they do not look the same to me

CWolffIF commented 8 months ago

Set the DownloadURL back to standard

DannyRawlings commented 8 months ago

Manually setting the version has fixed my issue for now. Thank you all for your help

DannyRawlings commented 8 months ago

Works perfectly now with the latest release. Thank you