The 'EncryptionProvider' interface is not supported.

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

The 'EncryptionProvider' interface is not supported.
 
Nicholas Hebb


Guest


In the adxloader.log file, I keep seeing the following lines:

<timestamp> Querying the encryption provider.
<timestamp> The 'EncryptionProvider' interface is not supported.
<timestamp> Getting the dispid of the 'Dispose' method.
<timestamp> Success.
<timestamp> The instance of the managed add-in class has been created successfully.

My code does not call Excel's EncryptionProvider, so I'm not sure what to make of it. I searched this forum for the phrase, and I see that it appears in other Add-in Express customer logs. Is this something that is getting called by the loader? The add-in is always created successfully, but I was wondering if this is something that I should be worried about?
Posted 31 Oct, 2016 11:47:18 Top
Andrei Smolin


Add-in Express team


Posts: 18833
Joined: 2006-05-11
Hello Nicholas,

This isn't something you should worry about. You get this message as a result of Add-in Express add-in implementing that interface, see https://www.add-in-express.com/forum/read.php?FID=5&TID=12352.


Andrei Smolin
Add-in Express Team Leader
Posted 01 Nov, 2016 08:18:10 Top