I'm trying to learn VB. I get the following error when I add a VB project to
the one I'm currently working on
"Unable to set the version compatible component C:\...\Dir\bin\ Project2.dll"
where Project2.vbp in Dir is the project I'm trying to add to Project1.vbp.
I thought I might have to register the dll, but the bin directory mentioned
in the error message doesn't seem to exist.
What should I do?
Thanks,
Marco
the one I'm currently working on
"Unable to set the version compatible component C:\...\Dir\bin\ Project2.dll"
where Project2.vbp in Dir is the project I'm trying to add to Project1.vbp.
I thought I might have to register the dll, but the bin directory mentioned
in the error message doesn't seem to exist.
What should I do?
Thanks,
Marco
Comment