You better ask this in:
microsoft.public.platformsdk.complus_mts
Should be some configuration issue, so post the components
configuration details there as well...
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
Quote:
> Hi!
> I am having a serious problem with an ATL, C++ component
> I made for use in another component (VB,COM+,web-oriented).
> My ATL component works great from a Visual Basic .exe, but
> when I reference it in my COM+ .DLL then try:
> obj = new MyATL.Obj
> I get a "Visual Basic error 70 - Permission denied" error
> from my VB component. There are no database issues or
> anything related to this and I am running W2kPro sp2. If
> anyone has any idea on how to resolve this issue it would
> be greatly appreciated!
> Francois Bertrand