I am not able to run standalone Webassembly project. I was testing clear blazor project and there it works. But our project was working as well just recently without any specific change to it's structure.
I have tried to:
remove .vs folder
remove bin and obj folders
remove all cached nuget packages
downgrading VS to 17.10.4
and nothing.
Isnt this error connected somehow to Microsoft.AspNetCore.Components.WebAssembly.DevServer package ?
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
[15:15:44] fail: DevToolsProxy[0]
Failed to load https://localhost:5000/_framework/SatisFIT.Client._Core.wasm (Invalid URI: The hostname could not be parsed.) (stack= at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString, UriKind uriKind)
at Microsoft.WebAssembly.Diagnostics.SourceFile..ctor(AssemblyInfo assembly, Int32 id, DocumentHandle docHandle, String documentName, Dictionary`2 sourceLinkMappings)
at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.Populate()
at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.FromAssemblyAndPdbData(Stream _stream, AssemblyAndPdbData assemblyAndPdbData)
at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.LoadInfoFromBytes(MonoProxy monoProxy, SessionId sessionId, AssemblyAndPdbData assemblyAndPdbData, CancellationToken token)
at Microsoft.WebAssembly.Diagnostics.AssemblyInfo.FromBytes(MonoProxy monoProxy, SessionId sessionId, AssemblyAndPdbData assemblyAndPdbData, ILogger logger, CancellationToken token)
at Microsoft.WebAssembly.Diagnostics.DebugStore.Load(SessionId id, String[] loaded_files, ExecutionContext context, Boolean useDebuggerProtocol, CancellationToken token)+MoveNext())
Is there an existing issue for this?
Describe the bug
I am not able to run standalone Webassembly project. I was testing clear blazor project and there it works. But our project was working as well just recently without any specific change to it's structure.
I have tried to:
.vs
folderbin
andobj
foldersand nothing.
Isnt this error connected somehow to
Microsoft.AspNetCore.Components.WebAssembly.DevServer
package ?Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
.NET Version
dotnet --version
Anything else?
No response