trev
trev
CC#
Created by trev on 10/14/2023 in #help
❔ Issue loading assembly on custom runtime host [Android ARM64]
No description
5 replies
CC#
Created by trev on 10/14/2023 in #help
❔ Issue loading assembly on custom runtime host [Android ARM64]
i ended up following the microsoft guide here and rewrote it in rust it seems like the crash is caused by this in step 2 (unless i just did some part of the implementation wrong, which is likely)
rc = get_delegate_fptr(
hostfxr_cxt,
hostfxr_delegate_type::hdt_load_assembly_and_get_function_pointer,
&mut load_assembly_and_get_function_pointer
);
rc = get_delegate_fptr(
hostfxr_cxt,
hostfxr_delegate_type::hdt_load_assembly_and_get_function_pointer,
&mut load_assembly_and_get_function_pointer
);
5 replies
CC#
Created by trev on 10/14/2023 in #help
❔ Issue loading assembly on custom runtime host [Android ARM64]
No description
5 replies
CC#
Created by trev on 9/6/2023 in #help
✅ MSBuild/dotnet CLI SDK error: "The SDK 'Microsoft.NET.Sdk' specified could not be found."
yep, that was it. no idea where that variable came from lol, appreciate it!
4 replies
CC#
Created by trev on 9/6/2023 in #help
✅ MSBuild/dotnet CLI SDK error: "The SDK 'Microsoft.NET.Sdk' specified could not be found."
4 replies