AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
421 stars 81 forks source link

"Catastrophic failure" error message while opening .axaml files. #399

Closed abhaynath closed 11 months ago

abhaynath commented 11 months ago

Describe the bug

Since new update, designer and intellisence stopped working. I just get "Catastrophic failure" error message.

I tried to install older version, but I didn't find older version VSIX file.

To Reproduce

AvaloniaVS plugin version

11.3

Avalonia version

11

Visual Studio version

17.6.4

Relevant log output

didn' attached any logs

Additional context

No response

Takoooooo commented 11 months ago

Can you please try installing 11.2 version https://marketplace.visualstudio.com/_apis/public/gallery/publishers/AvaloniaTeam/vsextensions/AvaloniaVS/11.2/vspackage or 11.1 https://marketplace.visualstudio.com/_apis/public/gallery/publishers/AvaloniaTeam/vsextensions/AvaloniaVS/11.1/vspackage And check if that works for you?

Lazuden commented 11 months ago

@Takoooooo thanks Same problem. It works after installing 11.1 (didnt check 11.2).

UPD:

  1. uninstall v11.3
  2. off visual studio
  3. unstall v11.1
  4. off the internet
  5. open VS and uncheck auto update for extension
  6. on the internet

UPD2: i mean there's no failures after installing 11.1

Takoooooo commented 11 months ago

What happens if you close and re-open the axaml file? Still failure?

Takoooooo commented 11 months ago

May you guys test this extension? And test the event completions also if possible. And i will get a fix for you today AvaloniaVS.VS2022 (2).zip

abhaynath commented 11 months ago

Can you please try installing 11.2 version https://marketplace.visualstudio.com/_apis/public/gallery/publishers/AvaloniaTeam/vsextensions/AvaloniaVS/11.2/vspackage or 11.1 https://marketplace.visualstudio.com/_apis/public/gallery/publishers/AvaloniaTeam/vsextensions/AvaloniaVS/11.1/vspackage And check if that works for you?

Tried with 11.2

https://marketplace.visualstudio.com/_apis/public/gallery/publishers/AvaloniaTeam/vsextensions/AvaloniaVS/11.2/vspackage

Its working properly on my system.

Lazuden commented 11 months ago

May you guys test this extension? And test the event completions also if possible. And i will get a fix for you today AvaloniaVS.VS2022 (2).zip

now its ok, displays as 11.3 and works. Idk which events needed but buttons and textboxes works correctly (and others controls)

UPD: i use avalonia 0.10.21

abhaynath commented 11 months ago

May you guys test this extension? And test the event completions also if possible. And i will get a fix for you today AvaloniaVS.VS2022 (2).zip

Working fine ! Thanks !!

Takoooooo commented 11 months ago

Thanks guys,will make a release ASAP