Redemption AuthKey question

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.
 
D

Dmitry Streblechenko \(MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top