VB 6: The project not be built because it references a project which does not have a binary compatibility file set
I haven't done VB 6 development for nearly a decade. Any advice on how to deal with this error?
The project 'ProjectB' can not be built bec开发者_如何学编程ause it
references project 'C:\VSS\Foo\ProjectA\ProjectA.vbp'
which does not have a binary compatibility file set.
http://support.microsoft.com/kb/161137
If you can open project A, you want to change the Component tab of the Project Properties dialog box to Binary Compatible and then recompile.
Then in project B, reestablish the reference to the dll/ocx file produced in the compiling of project A.
At least that is what I remember from 10 years ago and a quick google search.
精彩评论