I have this APP that contains two ActiveX Controls and a Client Form
DBManager has a Class module
PostIts has a class module which references DBManager
The Client form references both.
This APP runs just fine from the IDE, but when I try to compile I run into problems.
The DBManager Compiles just fine to an OCX.
When I try to Compile Postits to an ocx, I get a message
"The Project "'Postits can not be built because it references 'Project 'C:..\..DBManager.vbp ' which does not have a binary compatibility file set".
Question is What does this mean and how to overcome the problem? I have tried playing with the Project properties compatibilities but to no avail.

Thanks.

John G