-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ERROR: "The system cannot find the file specified." #3105
Comments
I had this issue on my VS2019 install. I duplicated the extension files into a new x64 folder and it solved the issue. Something must be wrong with ILSpy AddIn install and x64 systems. |
That was the hint I needed: ILSpy/ILSpy.AddIn.Shared/ILSpyInstance.cs Line 36 in c121872
Only in VS2022 we copy to the subfolder
but not for the old extension: ILSpy/ILSpy.AddIn/ILSpy.AddIn.csproj Line 89 in c121872
|
Once the actions run https://github.com/icsharpcode/ILSpy/actions/runs/6598796525 completes (roughly half an hour) please grab the VS2017-2019 vsix artifact and give it a try. Thanks! |
Tested. It works. |
…ectory structure of 2022 addin
Steps to reproduce
Error message shown
ERROR: "The system cannot find the file specified."
Details
I downloaded ILSpy for Visual Studio 2017 Community on Win 10 Pro system a moment ago. I click Tools > ILSpy, and get the following error message.
"The system cannot find the file specified."
This is a WPF application.
The text was updated successfully, but these errors were encountered: