You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
I've been trying to come up with a basic web server using Suave + CoreRT. Check this repo for source code and error analysis. When I start the generated executable, it yields the following exception:
Unhandled Exception: System.ArgumentNullException: Value cannot be null. Parameter name: path1
at System.IO.Path.Combine(String, String) + 0x53
at Suave.Web.startWebServerAsync(SuaveConfig, FSharpFunc\`2) + 0x46
at Suave.Web.startWebServer(SuaveConfig, FSharpFunc\`2) + 0x17
at Program.main(String[]) + 0x28
at Simple-Web!<BaseAddress>+0x7d639d
Aborted