Bugs item #1914217, was opened at 2008-03-14 04:02 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1914217&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 Status: Open Resolution: None >Priority: 5 Private: No Submitted By: Bart Vries (desdesdes) >Assigned to: Fredrik Grohn (fregro) Summary: Cannot add 64bit com+ component (3.0.3907.0) Initial Comment: General info: I've build an 64bit assembly and i need to register it in com+. If set all properties so setup should run in 64bit mode and set the component to 64bit. The component still gets registered but runs in 32bit mode. If I build the component to target the x64 only the the component does not get installed. The problem appears to be in the action ComPlusInstallExecuteCommit. Repro: The project containing a very small repro is attached. The repro also contains the log file which you get if the component is targeting "x64" instead of "Any CPU" from vs2008. Manual repro: I can get it to work manually. * Create com+ (server, not library) application * Register (regasm) the .net assembly from the "Visual Studio 2008 x64 Win64 Command Prompt" * Add the component to com+ using "Import component(s) that are already registered." * When called tjhe component returns an IntPtr size of 8 (64bit). When I register it using the normal command prompt the component will be running in 32bit mode. Expected: If the msi component is which contains com+ component is set to 64bit the components should be registered 64bit. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1914217&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
