PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → webdev cannot load oledb on windows 7
webdev cannot load oledb on windows 7
Débuté par Jonatan, 05 sep. 2010 12:55 - 1 réponse
Posté le 05 septembre 2010 - 12:55
Hi

I have a test PC with windows 7. On that PC I test windev applications, all of them with oledb driver and all of them works fine.

Recently I've installed webdev server application for 10 connections. Websites also use an oledb driver, but cannot open oledb connections. The error detail is: "class not registered".

I should say that developer PC also has windows 7, and it also sends that error, except when website it's launched from webdev with "test" button, in that case everything works fine.

I don't know why on same PC webdev app server can or cannot work well, depending on the way user access website.

On windows xp I have no problem with deployments.

I believe that if windev apps works fine with oledb driver, webdev apps should work fine too.

Any idea for make it work in windows 7?
Posté le 29 juin 2017 - 23:25
Use IIS instead of apache.
Configure IIS with and administrator user for impersonation (authentication).
That'll do the trick