-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
After following the steps outlined in the readme and instructional video, the project does not function on Windows. The solution builds, and launches in dotnet, but browsing to the appropriate url results in the following:
Unable to load DLL 'webengine4.dll' or one of its dependencies: A dynamic link library (DLL) initialization routine failed. (0x8007045A)
Additionally, browsing to the .aspx endpoint directly results in an XML error:
XML Parsing Error: no element found Location: http://localhost:5000/login.aspx Line Number 1, Column 1:
For clarification, this is the first line of that web page:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="login.aspx.cs" Inherits="<projectname>.login" %>
which also throws a runtime error in Visual Studio.
This behaviour differs substantially on Debian 12. Instead of the above, the "friendly URL" no longer functions and the page must be accessed directly. Attempting to use the friendly URL results in 404, but accessing the page directly works normally.