We are experiencing some problems with our VB6 project; we can't add any more references to DLL's. Currently we have 145 DLL's referenced; visual basic turns 'round and says 'name conflicts with existing module, project or object library'. I tried to get around it by creating a new project adding the new references to it, saving that project, opening that project in notepad and copying the references into the existing project file. I then opened up the existing project with the extra references and VB said 'cannot create reference' and removed the last 7 DLL's referenced. We don't know what to do, it doesn't sound like VB has a maximum limit for references, because that would be stupid. I sounds like a bug where you cannot add anymore references, I've searched Microsoft's web site and found nothing. If someone can shed some light on this topic it would be most appreciated, if all else fails we'll have to change some DLL's to late-binding.

Please respond ASAP.

Cheers.