Tagged Questions

4
votes
1answer
1k views

VB6 App won't work on Server 2008 after recompile

I'm trying to move web servers. Our app (be kind) was written back in 1998 (I think) in VB6. I've got it working on our new server (Windows Server 2008 R2 64 bit). However, when I take the source ...
1
vote
3answers
2k views

Automation Error when using ADO/MDAC

OK, struggling to get a definitive answer to this one... I have an application written in VB6 which requires MDAC (2.8 for this installation). MDAC is included in the installer for my application. ...
0
votes
3answers
678 views

How do I know if my program needs MDAC?

I have a set of Windows programs that is mostly created with VB6 and VC++ 6. Its installer is created using InstallShield. A couple users have recently reported a problem trying to install it on ...