PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → webdev cannot load oledb on windows 7
webdev cannot load oledb on windows 7
Started by Jonatan, Sep., 05 2010 12:55 PM - 1 reply
Posted on September, 05 2010 - 12:55 PM
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?
Posted on June, 29 2017 - 11:25 PM
Use IIS instead of apache.
Configure IIS with and administrator user for impersonation (authentication).
That'll do the trick