Failed to load assembly. Unable to load runtime config file.
fnils
Posts: 2 New member
I get this error when I try to open a Blazor WASM project that I have converted from .net 5 to .net 6 in Smart Assembly 8.0.4.4860.
Tagged:
Answers
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}