SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.98k stars 215 forks source link

Windows OS versions support #38

Open sondreb opened 4 years ago

sondreb commented 4 years ago

Attempting to run on Windows Server 2016 Datacenter with Edge Beta installed. I have not logged in/out and restarted the server after installing the Edge browser. Does that matter? Is it suppose to work on Windows Server 2016?

What OS versions has been tested and verified to work?

System.DllNotFoundException: Unable to load DLL 'WebWindow.Native' or one of its dependencies: The specified module could not be found.

sondreb commented 4 years ago

Have attempted to build (publish) and run it on Windows Server 2012, Windows Server 2016, Windows 10, mostly with Edge Beta, all fails same way. What is the correct way of building a published release that works?

.NET Core 3.1 Release Self-contained/Framework dependent (tried both) win-x64

Will attempt a downgrade to .NET Core 3.0 and see if that helps. It runs just fine when launching published output from the dev machine. Dev machine have Edge Canary, which I have also tried on one of the other machines.

sondreb commented 4 years ago

This is same as issue #1

Berrysoft commented 4 years ago

I've verified on Windows 10 and both .NET Core 3.0 and 3.1, with Edge Dev installed. Maybe it isn't compatible with Edge Beta?

sondreb commented 4 years ago

Works when C++ build tools is installed. So leaving the issue open until a packaged version of WebWindow is available that does not require those tools.

Jinjinov commented 4 years ago

Versions 0.1.0-20200214.9 and 0.1.0-20200214.10 do not work on Windows 8.1 with C++ build tools installed.

I get the same exception:

System.DllNotFoundException: Unable to load DLL 'WebWindow.Native' or one of its dependencies: The specified module could not be found.