-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Can not build ILAsm contain with declared DllImport (NET6) #211
Labels
Comments
Zeki-Gursoy
changed the title
Can not build ILAsm contain with declared DllImport
Can not build ILAsm contain with declared DllImport (NET6)
Jun 16, 2022
Hello,
The errors (+ #210) means that the expected entries in the export
directory in your final module were not found for some reason.
This behavior is controlled by "PE Check" options, after
#59 (comment)
As a reason, I think this is related
#209 (comment)
…On 16.06.2022 13:06, Zeki wrote:
Error message:
"RunIlAsm: Something went wrong. We can't find '2' exports from
PE32/PE32+ module **** net.r_eg.DllExport.targets 1
|
oops, "PE Check" impl was a little earlier than the mentioned src, i.e.
#55 (comment)
…On 01.07.2022 14:42, Denis Kuzmin wrote:
Hello,
The errors (+ #210) means that the expected entries in the export
directory in your final module were not found for some reason.
This behavior is controlled by "PE Check" options, after
#59 (comment)
As a reason, I think this is related
#209 (comment)
On 16.06.2022 13:06, Zeki wrote:
>
> Error message:
>
> "RunIlAsm: Something went wrong. We can't find '2' exports from
> PE32/PE32+ module **** net.r_eg.DllExport.targets 1
>
>
|
Closed
Closed due to inactivity. Please open it again if you still have problems or questions. Generally it would be nice to see the reason for the missing functions in your module to make sure it's not a bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error message:
"RunIlAsm: Something went wrong. We can't find '2' exports from PE32/PE32+ module **** net.r_eg.DllExport.targets 1
The text was updated successfully, but these errors were encountered: