Greets all,

I'm having some difficulty registering
my COM dll - receiving an error that the component could not be found.

Here is the relevant section of the
log:

CreateComPlusApplications: Application:
Syslog
Action 17:38:42: CreateComPlusApplicationRoles.
Creating COM+ application roles
Action 17:38:42: AddUsersToComPlusApplicationRoles.
Adding users to COM+ application roles
Action 17:38:42: RegisterComPlusAssemblies.
Registering COM+ components
RegisterComPlusAssemblies: DLL: C:\Program
Files\Falcon\ErrorSys.dll
ComPlusInstallExecute:  Error 0x80070490:
Failed to find component object
ComPlusInstallExecute:  Error 0x80070490:
Failed to configure components
ComPlusInstallExecute:  Error 0x80070490:
Failed to register assembly, key: SyslogAssembly
ComPlusInstallExecute:  Error 0x80070490:
Failed to register assemblies

And here is the fragment of XML code:

<Component
Id="errorSys"
Guid="{MYGUID0-353F-4595-8D1E-928C052E834A}">
        <File
Id="ErrorSys"
Name="ErrorSys.dll"
         
       Source="c:\ProjectDirectory\ErrorSys.dll"
KeyPath="yes"
Vital="yes"
/>
         
      <complus:ComPlusApplication
Id="Syslog"
Name="Syslog">
         
              <complus:ComPlusAssembly
Id="SyslogAssembly"
Type="native"
DllPath="[#ErrorSys]">
         
               
      <complus:ComPlusComponent
Id="ErrorSys"
CLSID="MYGUID9-57A1-11D1-8348-0020AF12EF9A"
/>
         
              
</complus:ComPlusAssembly>
         
      </complus:ComPlusApplication>
</Component>

It seems that the error is stating it
cannot find the ErrorSys.dll (I've been searching for this error on the
net and the WiX lists). I've seen that others have had this issue, however,
they seemed to be able to resolved it by properly referencing the File
Id.

I've run the installer created and verified
that the file is indeed copied to the install directory (C:\Program 
Files\Falcon\ErrorSys.dll)
BEFORE the registration process begins. The only thing at this point I
can guess as to what it is is that maybe the names are conflicting(?),
but I've tried several combinations to no avail. I'm also receiving the
error with all the other COM dlls I'm attempting to register. There also
doesn't seem to be an example available that I can use a control.

I'm hoping you can point me in the right
direction so that I don't have to resort to using regsvr32 and please let
me know if I can provide any further info.

Thanks for any assistance you can provide!

Devlyn 

*******************************************************************
IMPORTANT MESSAGE FOR RECIPIENTS IN THE U.S.A.:
This message may constitute an advertisement of a BD group's products or 
services or a solicitation of interest in them. If this is such a message and 
you would like to opt out of receiving future advertisements or solicitations 
from this BD group, please forward this e-mail to optoutbygr...@bd.com.
*******************************************************************
This message (which includes any attachments) is intended only for the 
designated recipient(s).  It may contain confidential or proprietary 
information and may be subject to the attorney-client
privilege or other confidentiality protections.  If you are not a designated 
recipient, you may not review, use, copy or distribute this message. If you 
received this in error, please notify the sender by reply e-mail and delete 
this message. Thank you.
*******************************************************************
Corporate Headquarters Mailing Address: BD (Becton, Dickinson and Company) 1 
Becton Drive Franklin Lakes, NJ 07417 U.S.A. 
*******************************************************************


-- 
View this message in context: 
http://n2.nabble.com/COM-Component-Error-Error-0x80070490-Failed-to-find-component-object-tp4561062p4561062.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to