> > I've got a standard vb project, which compiles to an exe.
> > It references a second project, which compiles to a dll.
[quoted text clipped - 32 lines]
> re-register only the latest version. Take that same file and use it as a
> compatibility model.
> Thanks for your reply, Ken!
>
[quoted text clipped - 11 lines]
> What could be going on?
> = Turtle
Sounds like a dirty registry. Do you have RegClean? It works wonders
sometimes (problems with a specific setup though. Running RegClean on a PC
that has both Win2k and Office2k will require you to insert the Office CD
before running VB)
This post contains a link to RegClean (freeware) if you don't have it....
http://groups.google.co.uk/groups?selm=%237L5iTbHEHA.2576%40TK2MSFTNGP09.phx.gbl
&output=gplain
Once your registry's clean, load the DLL project by itself, recompile, exit
VB and load the EXE project by itself, set the references and see if you can
compile. VB does "funny" things to the registry while it's running.

Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Sign up now to help keep VB support alive - http://classicvb.org/petition
Please keep all discussions in the groups..
MacDermott - 23 Apr 2005 03:37 GMT
Actually, this is a pretty clean machine.
I've only had the machine for a few weeks, and I think the problem has been
there from the beginning.
It existed on this machine's predecessor, too, but everything was loaded
fresh on the new machine; we didn't ghost anything over.
It's an XP Pro machine.
Do you still think RegClean is a good idea?
Could you be more specific about exactly what you think needs to be cleaned
up?
Many thanks!
- Turtle
> > Thanks for your reply, Ken!
> >
[quoted text clipped - 18 lines]
>
> This post contains a link to RegClean (freeware) if you don't have it....
http://groups.google.co.uk/groups?selm=%237L5iTbHEHA.2576%40TK2MSFTNGP09.phx.gbl
&output=gplain
> Once your registry's clean, load the DLL project by itself, recompile, exit
> VB and load the EXE project by itself, set the references and see if you can
> compile. VB does "funny" things to the registry while it's running.