-
LogUnrealCLR: Error: UnrealCLR::Module::Exception: Loading of assemblies failed Code is same as tutorial, the project file the same apart from referencing the assembly with a direct path. Checked both assemblies and as far as I could tell both were .net core 5.0. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Upon looking closer at the exception after hunting around for a couple of hours before posting this, the 'reference assembly line' finally hit me. Maybe, hmm. Ignore those? Gonna see if I can't find the right directive to not generate it. |
Beta Was this translation helpful? Give feedback.
-
Off That stops the build. The default in vs2019 seems to be to build these references, that stops it :). Sorry for the 'blogging', just took me wayyyy to long to figure out. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>