buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
648 stars 113 forks source link

System.BadImageFormatException #166

Closed bz-2021 closed 8 months ago

bz-2021 commented 1 year ago

下载插件,关闭VS窗口后提示这些信息。

2023/8/24 11:43:58 - Microsoft VSIX Installer 2023/8/24 11:43:58 - ------------------------------------------- 2023/8/24 11:43:58 - vsixinstaller.exe version: 2023/8/24 11:43:58 - 17.5.4074+g1de9468fa7 2023/8/24 11:43:58 - ------------------------------------------- 2023/8/24 11:43:58 - Command line parameters: 2023/8/24 11:43:58 - D:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\vsixinstaller.exe,/appidinstallpath:D:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe,/skuName:Community,/skuVersion:17.5.33530.505,/appidname:Microsoft Visual Studio Community 2022,/culture:zh-CN,/noep,C:\Users\nbz\AppData\Local\Temp\VSIXetfj1hox.vsix 2023/8/24 11:43:58 - ------------------------------------------- 2023/8/24 11:43:58 - Microsoft VSIX Installer 2023/8/24 11:43:58 - ------------------------------------------- 2023/8/24 11:43:58 - System.BadImageFormatException: 试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B) 在 VSIXInstaller.App.SetGlobalLogger(IInteropLogger logger) 在 VSIXInstaller.App.Initialize(Boolean isRepairSupported) 在 VSIXInstaller.App.Initialize() 在 System.Threading.Tasks.Task`1.InnerInvoke() 在 System.Threading.Tasks.Task.Execute()

谢谢!

buchizo commented 1 year ago

@bz-2021 I found exception about as follows : https://learn.microsoft.com/en-us/dotnet/api/system.badimageformatexception?view=net-7.0

I guess this exception occurred image(VSIX or .dll in vsix) file. If possible, could you retry download and install VSIX file?