Hi, I hope this is the right place for this. Using VB 6.0 , I am building an
activex DLL. It exports a class with some functions, which I call from a
standard exe. The exe has the activex dll as a reference
(Project..References). Whenever I rebuild the DLL (and even if I run regsvr32
on it after a build), when I then load the exe project, I get the error
"Could not create reference" followed by the full pathname to the dll. I then
look at the Project references for the exe and the reference to my dll is
gone. I add the reference again and all's well until the next time I rebuild
the dll. What am I missing?
--
Hal
Archived from group: microsoft>public>vb>ole