Outlookbar project and it works fine, but "regsvr32.exe" is running wi

Add-in Express™ Support Service
That's what is more important than anything else

Outlookbar project and it works fine, but "regsvr32.exe" is running wi
ADX 2.4 VCL, Delphi 2005, Outlook 2003 
Christian Scholz


Guest


Hello,

I have build an Outlookbar project and it works fine when installing the bar.

Now I have changed something and when I execute "regsvr32.exe MyTestBar.dll", "regsvr32.exe" is running with 100% CPU load. I go back to my first and working relaese, but the with the new DLL I have the same problem.

I can use the Outlookbar and it works fine, but on all computers "regsvr32.exe" is running with 100% CPU load.

Any idea where I should start looking?

- Delphi 2005 update 3
- ADX 2.4 VCL
- Outlook 2003 SP2
- Windows XP Pro SP2

With kind regards,
Christian
Posted 02 Feb, 2006 08:40:49 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Christian,

Do you have the OnAfterAddinRegister event handler in your code? If yes, could you please show me the code?

Posted 02 Feb, 2006 10:58:36 Top
Christian Scholz


Guest


Hello Dmitry,

only this:

procedure TAddInModule.adxCOMAddInModuleAddInInitialize(Sender: TObject);
begin
adxAddinNavisionExport := Self;
end;

procedure TAddInModule.adxCOMAddInModuleAddInFinalize(Sender: TObject);
begin
adxAddinNavisionExport := nil;
end;

procedure TAddInModule.adxCOMAddInModuleAddInStartupComplete(Sender: TObject);
begin
// Load Installationpath form Registry
AppIniFileStorage.FileName :=
AppRegistryStorage.ReadString('INSTALL_PATH', '') + '\NavisionExport.ini';
end;

With kind regards,
Christian

Posted 02 Feb, 2006 12:48:50 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Christian,

A bit strange situation. Could you please send me whole project for testing?

Posted 02 Feb, 2006 12:58:07 Top
Christian Scholz


Guest


Hi Dmitry,

yes no problem. I create a test project with the same problem.
How can I send you whole project for testing?

Whole project for testing (test.zip 6kb) you need Rave Report 6.x and TJvMemoryData (Jedi-Project)
Posted 03 Feb, 2006 15:30:51 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Christian,

You can find our e-mail address in the Support section of the readme.txt file (Start -> All programs -> AfalinaSoft -> Add-in Express 2 -> Readme).

Posted 04 Feb, 2006 06:25:39 Top