It Looks like You Have Enabled Internet Explorer Compatibility View

Updated Jun 8, 2022

Reported In

Software

  • LabVIEW

Issue Details

I am trying to access a website in LabVIEW. I can access the website but I cannot see all the details and features that I see when opening the same website from google chrome. This is also generating a warning as shown below:

It looks like you have enabled Internet Explorer Compatibility View. Google Maps will not work correctly unless this is turned off.

When I go to "compatibility view settings" in Internet Explorer, I do not find the website that I am trying to access.
How can I access the website from LabVIEW with all the features I see in Google Chrome or any other browser?

 

Solution

Most PC applications try to access the internet by default using Internet Explorer 7,  which is slightly old and does not allow all the features that newer versions allow.

Using LabVIEW Application Development Environment (ADE):
If you would like that LabVIEW uses more recent versions of Internet Explorer you can do this by adding the corresponding Internet Explorer registry key as shown below: 

  1. Open the Registry Editor, typing "Registry Editor" in Windows Search Box.

  2. If you are using a 32 bits application on a 32 bits machine, go to HKEY_LOCAL_MACHINE>> SOFTWARE> >Microsoft>> Internet Explorer>> Main>> FeatureControl>> FEATURE_BROWSER_EMULATION

  3. If you are using a 32 bits application on a 64 bits machine, go to HKEY_LOCAL_MACHINE>> SOFTWARE> >WOW6432Node>>Microsoft>> Internet Explorer>> Main>> FeatureControl>> FEATURE_BROWSER_EMULATION

  4. Add a registry key by right clicking>> New>> DWORD (32-bit) Value.

  5. Name the key with the name of the application, in this case LabVIEW, name it LabVIEW.exe

  6. Right click on the key>> Modify.

  7. To use Internet Explorer 11, type 11000 for the Value data and mark Hexadecimal for the Base. 

image.png


Using a stand-alone LabVIEW application (.exe files):
When you build an executable you could get the same error as in the ADE. You have to follow the same steps above, but now the key name will be the name of your .exe file.

Example: The .exe file is named as "MapsGoogle", then, the key was created in the Registry Editor with this name.

Image_2022-02-14_13-32-30.png

 


When you go back to LabVIEW and open the same website you will find that you can see all the features as shown below: