Antwise community forums
VFP9 "not installed properly" - Printable Version

+- Antwise community forums (https://forums.antwise.com)
+-- Forum: Antview (https://forums.antwise.com/forumdisplay.php?fid=11)
+--- Forum: Antview for Windows (https://forums.antwise.com/forumdisplay.php?fid=12)
+--- Thread: VFP9 "not installed properly" (/showthread.php?tid=227)



VFP9 "not installed properly" - jonlove - 2025-09-11

I have an application on my development machine the AntView works properly. But when installing on test machines Windows 2016 and Windows 10 upon launching the AntView it responds with "Not installed properly". I've installed WebView2 x86 version, placed the AntView.ocx and WebView2Loader.dll in the startup folder and registered AntView.ocx to the same folder.

Not sure what I've got setup improperly.


RE: VFP9 "not installed properly" - wila - 2025-09-11

Hi,

Is that the exact error? "Not installed properly" ?
Because that's not an error from the AntView wrapper. I suspect it is from the WebView2 installation not completely have gone as it should have and WebView2 itself complaining. Curious that you're seeing this on 2 machines though.
As you mention AntView.ocx, I take it that you are using AntView version 1.x at the moment and not the 2.0 version.

When I googled the error, a WebView2 page came up where they suggested to uninstall, reboot, reinstall WebView2.
Something to try, sometimes these steps do indeed resolve issues.

Next thing is to see if that WebView2 can be used without AntView.
See the precompiled WebView2 .net example from Microsoft.
That should hopefully help isolating where it problem comes from.

If the precompiled WebView2 demo works, please create a log file via the built in logging functionality of AntView and hopefully that will give us some answers.

--
Wil