wellen.
wellen.
CC#
Created by wellen. on 1/20/2023 in #help
❔ Bad IL Format Exception when porting .NET Framework 4.8 Project to .NET Core 6.0
Still not working, nope.
20 replies
CC#
Created by wellen. on 1/20/2023 in #help
❔ Bad IL Format Exception when porting .NET Framework 4.8 Project to .NET Core 6.0
Did that. 😛
20 replies
CC#
Created by wellen. on 1/20/2023 in #help
❔ Bad IL Format Exception when porting .NET Framework 4.8 Project to .NET Core 6.0
I have to note: The project, even back in .NET Framework 4.8, was forced to run only in x64.
20 replies
CC#
Created by wellen. on 1/20/2023 in #help
❔ Bad IL Format Exception when porting .NET Framework 4.8 Project to .NET Core 6.0
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.BadImageFormatException : Bad IL format.
System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.BadImageFormatException : Bad IL format.
Set the engine mode and configuration of ncrunch as well as solution build all to x64, to enforce it to be built in 64 bit, as well as x86 before. And also tried all combinations of x86 and x64 for the respective projects in the solution, each time they fail due to that.
20 replies