Redemption AuthKey question

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

I know I asked the same question before. But the problem
still occurs and I cannot find the reason.

I stopped using the AuthKey and cleaned the registry and
recompiled, deployed the code. But everytime I run the
application, two registry entries are created with name
of Redemption plus two other characters. I scanned the
code several times and all AuthKey places are commented
out. How do I get rid of these registry entries?
Thanks.
 
The keys are created on the dll instance base - if you get two of them, that
means that you have at least two more instances of the dll (most likely they
are renamed) that are still used. Can you step through your code while
refreshing the registry to see when the keys get created?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top