K
kippi
Hi everybody,
I developed a Visio ComAddIn ("flashvisio") for flashing shapes and to
continue them rotate. This dll (in-proc-server) has an interface to
the control program (to say what shapes have to flash and to rotate)
and an another interface to Visio 2003 / 2007 to accomplish the shapes
operations. After dll registration by "regsvr32 path\flshvisio.dll"
everything is running as I wish.
BUT:
After dll deregistration by "regsvr32 -u path\flashvisio.dll" and a
new registration the dll is not loaded by Visio. When I copy the same
file "flashvisio.dll" from the developer directory to the goal
directory (where it was registered) or I boot the machine it works
again.
Is there any explication for this behavior?
Many thanks,
Kippi
I developed a Visio ComAddIn ("flashvisio") for flashing shapes and to
continue them rotate. This dll (in-proc-server) has an interface to
the control program (to say what shapes have to flash and to rotate)
and an another interface to Visio 2003 / 2007 to accomplish the shapes
operations. After dll registration by "regsvr32 path\flshvisio.dll"
everything is running as I wish.
BUT:
After dll deregistration by "regsvr32 -u path\flashvisio.dll" and a
new registration the dll is not loaded by Visio. When I copy the same
file "flashvisio.dll" from the developer directory to the goal
directory (where it was registered) or I boot the machine it works
again.
Is there any explication for this behavior?
Many thanks,
Kippi