The framework assembly couldn't be resolved during installation #44
-
I'm very rusty in Visual Studio/.Net development and this is my reentry... What am I doing wrong? This is what happened after installing the .Net SDK 5.0.100-rc.1.20452.10...
It looks like UnrealEngine.Framework.dll is being loaded but it's not avaialable to be referenced by the code in UnrealEngine.Tests.csproj?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
The framework assembly couldn't be resolved:
The assembly should be located in |
Beta Was this translation helpful? Give feedback.
-
The same thing with the runtime assembly, any idea how and why |
Beta Was this translation helpful? Give feedback.
-
I'll try it again on a new project later tonight or tomorrow then report back the results. Thank you! |
Beta Was this translation helpful? Give feedback.
The framework assembly couldn't be resolved:
The assembly should be located in
Source/Managed/Framework/bin/Release
folder, why it's compiled toSource/Managed/Framework/bin/HPD/Release
?