I'm getting the following error when I run candle with a file that includes the 
output from:
 Heat.exe file Drop2Ctrl.ocx -nologo -out drop2ctrl.wxi

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\Drop2Ctrl.wxi (11) : error 
CNDL0010 : The Class/@Server attri
bute was not found; it is required.

This is lines 10-16 of drop2ctrl.wxi:
            <Component Id="Drop2Ctrl.ocx" Guid="PUT-GUID-HERE">
                <Class Id="{D5DE8D20-5BB8-11D1-A1E3-00A0C90F2731}" 
Context="InprocServer32" Description="VBPropertyBag" ThreadingModel="apartment" 
/>
                <File Id="Drop2Ctrl.ocx" Name="Drop2Ctrl.ocx" KeyPath="yes" 
Source="C:\public\Drop2Ctrl.ocx">
                    <Class Id="{DC38221C-3151-11D4-94C0-005004461F24}" 
Context="InprocServer32" Description="smmDrop2.smmDropWin" 
ThreadingModel="apartment" Version="109.0">
                        <ProgId Id="smmDrop2.smmDropWin" 
Description="smmDrop2.smmDropWin" />
                    </Class>
                </File>


I'm also getting this message:

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\ Drop2Ctrl.wxi (39) : error 
CNDL0047 : The TypeLib element is
non-advertised and therefore requires a parent File element.

1>d:\enlistment\axmain\source\setup\mmwix\clientmm\ Drop2Ctrl.wxi (42) : error 
CNDL0047 : The TypeLib element is
non-advertised and therefore requires a parent File element.

Here are those lines:  (they are children of the component above)

                <TypeLib Id="{000204EF-0000-0000-C000-000000000046}" 
Description="Visual Basic For Applications" Language="9" MajorVersion="6" 
MinorVersion="0">
                    <Interface Id="{A4C466B8-499F-101B-BB78-00AA00383CBB}" 
Name="_ErrObject" ProxyStubClassId="{00020424-0000-0000-C000-000000000046}" 
ProxyStubClassId32="{00020424-0000-0000-C000-000000000046}" />
                    <Interface Id="{A4C46780-499F-101B-BB78-00AA00383CBB}" 
Name="_Collection" ProxyStubClassId="{00020424-0000-0000-C000-000000000046}" 
ProxyStubClassId32="{00020424-0000-0000-C000-000000000046}" />
                </TypeLib>
                <TypeLib Id="{EA544A21-C82D-11D1-A3E4-00A0C90AEA82}" 
Description="Visual Basic runtime objects and procedures" Hidden="yes" 
Language="9" MajorVersion="6" MinorVersion="0">
                    <Interface Id="{14E469E0-BF61-11CF-8385-8F69D8F1350B}" 
Name="AsyncProperty_VB5" 
ProxyStubClassId="{00020424-0000-0000-C000-000000000046}" 
ProxyStubClassId32="{00020424-0000-0000-C000-000000000046}" />


Is this a Bug?  Is there a problem with this control or is it a problem with 
Heat.exe?

Anyone have any Ideas how I can resolve these issues?

Thanks,

Dan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to