Heat generated the following from a .NET Com-Interop assembly:

<Class Id="{...}" Context="InprocServer32" Description="..." 
                          ThreadingModel="both">
    <ProgId Id="..." Description="..." />
 </Class>

When I try compiling this, Wix complains that "The Class/@Server attribute
was not found; it is required".

OK, so I figure that what I have to do to keep it happy is:

<Class Id="{...}" Context="InprocServer32" Description="..." 
                          Server="mscoree.dll"
                          ThreadingModel="both">

Now, I get a different error:

    Unresolved reference to symbol 'File:mscoree.dll'

Referring, I guess, to the absence of mscoree from the install. 

Obviously, I'm in a circular trap. Is there some workaround I can use to get
out of this and move forward?

Josh


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to