Windows Server 2019
I'm having an issue running any query after install on a Windows Server 2019 machine. I keep getting a message to add the site "about:security_LINQPad6.exe", but am unable to add this to the trusted sites in IE. Is there anyway to fix this without having to add to the trusted sites?
Comments
Does the following help?
https://stackoverflow.com/questions/48673187/what-url-to-be-added-in-ie-trusted-site-for-linqpad-5
I'm sorry but it does not. As stated, we are unable to add the trusted site to IE on our server. Is there another way to fix this issue.
You could try the latest LINQPad 6 beta which is able to use the Edge Chromium engine:
https://www.linqpad.net/linqpad6.aspx#beta
Go to Edit | Preferences > Results and enable the checkbox "Use the Edge Chromium Engine to render results".
Note that you will need the new version of Microsoft Edge; if your server doesn't have it installed, you will either need to install it or install the WebView2 runtime:
https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
This allows for the query to run more quickly, but the error message still shows and needs to be clicked on quite a few times before it goes away.
So does the query now display OK, but IE dialogs still pop up?
That is correct.
Thanks. The cause, then, will be the lambda and IL translation windows which still use IE. I'll get an update out soon to address this.
Try running the beta now (it will automatically update itself).
Let me know how you get along.
That does the trick. Thank you sir.