I get a script error when I try to display a map of the National Geographic Agency in OpenLayer using VB.NET's webBrowser control.I captured two script error screens and one error screen during debugging, so could you please let me know?I have confirmed that it was displayed in html format.Thank you for your cooperation.
vb.net
WebBrowser controls work in IE7 mode by default for compatibility with (and IE7 mode can be dropped to IE5 mode depending on content).
You can change the operating mode by setting the following registry before loading the WebBrowser coat role:
HKEY_LOCAL_MACHINE(or HKEY_CURRENT_USER)
SOFTWARE
Microsoft
Internet Explorer
Main
FeatureControl
FEATURE_BROWSER_EMULATION
contoso.exe=(DWORD)00009000
The contoso.exe
part specifies the executable name, and the 00009000
part specifies the IE version that you want to work with.For example, if you want to operate in IE11 mode, use decimal 11000
.
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
885 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
597 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.