Launching the app in the browser works fine - in most cases. But there is a ⎕USEd dll which isn't found when executing the code. Although the ⎕USING-statement references the DLL as ./, not using fixed paths or so. Now, when loading the workspace, the status-windows has some more to say:
System.IO.FileNotFoundException: File or assembly name dyalognet, or one of its dependencies, was not found.
MyWorkspace: Base Type "Page" not found
dyalognet is still around, for example in C:\Windows, C:\Dyalog101\dotnet and also in the bin-directory of the app, so I find that one qute surprising.
The second one looks equally surprising, I hope it is just a consequence of the first one.
I am out of ideas - what could I do to fix this?