-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Unnecessary cast #3011
Comments
Do you have the necessary reference assemblies loaded? |
@dgrunwald @siegfriedpammer Yes, reference assembly is loaded, see test.zip |
If you are decompiling a .NET 2.0 dll, you ideally need .NET 2.0 reference assemblies loaded. |
No, I'm not decompiling a .NET 2.0 dll, I'm decompiling a .NET 4.0 exe, and this exe references both 2.0 and 4.0 dlls |
Fixed by ac0ef8a |
test.zip
FrmApendChargeInfo.InitializeComponent:
See
FaceCapture.WndProc
also:virtual
=>override
System.Runtime.CompilerServices.Unsafe.As
The text was updated successfully, but these errors were encountered: