PDA

Click to See Complete Forum and Search --> : Project Compatibility


Adept Developer
Aug 17th, 2001, 08:22 AM
When I create my Active X Server using Project Compatiblity, I compile it, and it works fine.

Then I make a change and compile it again, and it says that the exe cannot be overwritten or it is in use. And it isn't in use, as far as I can tell.

Does anyone know what's going on?

Also, I've been changing the filename to get around this issue, so now I have 3 items in my References dialog box... how can I get rid of the references to older versions?

-Steve

tel
Aug 22nd, 2001, 02:08 AM
You can create your first ActiveX in a tmpfolder to preserve the compatibility in that file. After all your compilings can be done in your work folder, preserving the compatibility with the first ActiveX of the tmpfolder.

yrwyddfa
Aug 24th, 2001, 10:49 AM
After the first compile, change the project compatibility to Binary.

This ensures that the project will keep the same set of GUID's etc and stop appearing the registry (and hence References dialogue) more than once.


:D