Failed to call PDFCreator 4.4.1 com interface in VSTO addin

When I  upgrade PDFCreator from version 3.2.0 to the latest one 4.4.1. My excel VSTO addin can't work(the addin using VB.net VS2019, just call PDFCreator com to print). it works in PDFCreator 3.2.0 with .net Framework 4.5.1, excel 2013 or 2016. 
I  compiled my addin again( PDFCreator 4.4.1  with .net Framework 4.7.2), it doesn't work when define "PDFCreatorQueue"(*Dim PDFCreatorQueue As Queue = New Queue*)  and get  err like this:  

"ActivationException: No registration for type PdfCreatorAdapter could be found and an implicit registration could not be made. “System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”

By the way, In windows Forms App, it works good. but it's failed in VSTO addin.
Anyone can help? thanks!