-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource Editor not working properly. #343
Comments
here is the initial stacktrace.
It does not matter if I add a resource to the file or remove a resource to the file , this exception is always thrown. also trying to extract the resources with
|
Hello, Sorry for the late response! Could you provide a minimum reproduce case with the files you used and the changes you made? If you do not wish to give this publically, you can send it to me via email [email protected] Thanks in advance |
Hi, If you edit any of the resource strings the final program won't be able to read the resources and will fail with the errors mentioned above. |
there was some update recenly in ILSPy about resources support - icsharpcode/ILSpy@f9ae51b is it related to this topic? |
dnSpyEx version
6.5.1
Describe the Bug
Hello,
I'm using the Resource Editor feature and even if I change 1 character in a string resource, while trying to read the resource of the file I get this error at runtime:
Corrupt .resources file. Unable to read resources from this file because of invalid header information. Try regenerating the .resources file.
Stack trace:
How To Reproduce
Edit any resource file and use it in other assemblies.
Expected Behavior
The program should generate the correct header for resource files when saving the modified file.
Actual Behavior
Somehow the header file for resources is not generated correctly
Additional Context
No response
The text was updated successfully, but these errors were encountered: