Did you ever figure this out mike? I'm getting th exact same problem. As
soon as I set Isolated = True, I get the isolating COM reference error.
"Mike" wrote:
Yes, the dll is customized.
The Redemption keys are in HKCR.
Windows XP Pro.
Visual Studio 2K5.
Thanks Dmitry!
"Dmitry Streblechenko" wrote:
Did you customize the dll? Are the Redemption registry keys in HKCR or
HKCU\Classes?
What is teh Windows version?
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Mike" wrote in message
...
I am working on an add-in upgrade, and thought I'd try using RegFree COM
for
an internal c++ component, and for the Redemption libraries. (I got the
idea
from the Redemption website:
http://www.dimastr.com/redemption/se...htm#regfreecom) However, as soon as I
set 'Isolated=True' in VS2K5 Interop.Redemption properties, I get a build
error: "Problem isolating COM reference 'Redemption': No registered
classes
were detected for this component." The dll is properly registered with
regsvr32 and resides in the ..\WINDOWS\System32 folder. Any thoughts
anyone?
Thank you in advance.