Re: [WiX-users] Unhandled exception when launching MBA

2014-12-12 Thread Phill Hogland
I am not sure how to reproduce this issue now.  I tried what I recalled
running into some months back and did not hit the problem.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unhandled-exception-when-launching-MBA-tp7598331p7598565.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unhandled exception when launching MBA

2014-12-04 Thread Phill Hogland
At the time, after researching the the wix source code, I concluded that I
could not interact with Engine Variables until after Engine.Detect was
called.  It may be more relevant that I also concluded that I could not
interact with engine variables except in code in a WiX event handler (or
code called from those methods.  So I added a comment in my App::Run()
function to remind me to only interact with Engine objects in the wix event
handlers (or in code called by those methods).  I just figured that I had
originally done something that was not acceptable in a multithreaded
environment.

I do not have the specific code that caused the exception, but I can
probably recreate the scenario and then file a bug based on that
information. 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unhandled-exception-when-launching-MBA-tp7598331p7598397.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unhandled exception when launching MBA

2014-12-03 Thread Sean Hall
Can someone write up a bug on this?  I've never seen this before.

On Tue, Dec 2, 2014 at 3:23 PM, Tunney, Stephen stephen.tun...@nuance.com
wrote:

 Bingo!  That did it :)  Thank you for the heads up Phill!!!

 -Original Message-
 From: Phill Hogland [mailto:phogl...@rimage.com]
 Sent: December-02-14 2:15 PM
 To: wix-users@lists.sourceforge.net
 Subject: Re: [WiX-users] Unhandled exception when launching MBA

 I'm not sure if this comment will be much help, but when I started working
 on an mba I made the mistake of trying to interact with Engine Variables
 early in my app startup, before DetectBegin handler was fired, which caused
 threads to close and then an exception later.  I add
 System.Diagnostics.Debugger.Launch();
 to the app::Run function and step in from there.



 --
 View this message in context:
 http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unhandled-exception-when-launching-MBA-tp7598331p7598332.html
 Sent from the wix-users mailing list archive at Nabble.com.


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from
 Actuate! Instantly Supercharge Your Business Reports and Dashboards with
 Interactivity, Sharing, Native Excel Exports, App Integration  more Get
 technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE

 http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unhandled exception when launching MBA

2014-12-02 Thread Phill Hogland
I'm not sure if this comment will be much help, but when I started working on
an mba I made the mistake of trying to interact with Engine Variables early
in my app startup, before DetectBegin handler was fired, which caused
threads to close and then an exception later.  I add
System.Diagnostics.Debugger.Launch();
to the app::Run function and step in from there.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unhandled-exception-when-launching-MBA-tp7598331p7598332.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Unhandled exception when launching MBA

2014-12-02 Thread Tunney, Stephen
Bingo!  That did it :)  Thank you for the heads up Phill!!!

-Original Message-
From: Phill Hogland [mailto:phogl...@rimage.com] 
Sent: December-02-14 2:15 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Unhandled exception when launching MBA

I'm not sure if this comment will be much help, but when I started working on 
an mba I made the mistake of trying to interact with Engine Variables early in 
my app startup, before DetectBegin handler was fired, which caused threads to 
close and then an exception later.  I add System.Diagnostics.Debugger.Launch();
to the app::Run function and step in from there.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unhandled-exception-when-launching-MBA-tp7598331p7598332.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration  more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users