Hey everyone,

Trying to create an MBA based on .NET 4.5.  Everything compiled correctly but 
when I launch the exe I get an unhandled exception:

"An unhandled Microsoft >NET Framework exception occurred in ExpressMBA.exe 
[4400]."

When I attach the VS 2013 debugger the breakpoint is sitting at the DetectBegin 
event handler's open brace that I have implemented.

                            void Bootstrapper_DetectBegin(object sender, 
DetectBeginEventArgs e)
>>Breakpoint here >>>>>>>>  {
                               //TODO
                            }
I can't bring up $exception in the watch window or the immediate window (sad 
Panda).
The logs don't show anything out of the ordinary either.  Does anyone have any 
insight into this exception?

[1130:1F78][2014-12-02T11:59:06]i001: Burn v3.9.901.0, Windows v6.1 (Build 
7601: Service Pack 1), path: 
C:\5.5_tunney\Installation\Products\ExpressMBA\ExpressMBA\bin\Debug\ExpressMBA.exe,
 cmdline: ''
[1130:1F78][2014-12-02T11:59:06]i000: Initializing string variable 
'InstallFolder' to value '[ProgramFilesFolder]Test\App'
[1130:1F78][2014-12-02T11:59:06]i000: Setting string variable 'WixBundleLog' to 
value 'C:\Users\STEPHE~1\AppData\Local\Temp\ExpressMBA_20141202115906.log'
[1130:1F78][2014-12-02T11:59:06]i000: Setting string variable 
'WixBundleOriginalSource' to value 
'C:\5.5_tunney\Installation\Products\ExpressMBA\ExpressMBA\bin\Debug\ExpressMBA.exe'
[1130:1F78][2014-12-02T11:59:06]i000: Setting string variable 
'WixBundleOriginalSourceFolder' to value 
'C:\5.5_tunney\Installation\Products\ExpressMBA\ExpressMBA\bin\Debug\'
[1130:1F78][2014-12-02T11:59:06]i000: Setting string variable 'WixBundleName' 
to value 'ExpressMBA'
[1130:1F78][2014-12-02T11:59:06]i000: Loading managed bootstrapper application.
[1130:1F78][2014-12-02T11:59:06]i000: Creating BA thread to run asynchronously.
[1130:15FC][2014-12-02T11:59:06]i000: Launching Equtirac UX
[1130:1F78][2014-12-02T12:00:09]i100: Detect begin, 2 packages
[1130:1F78][2014-12-02T12:03:12]i000: Setting string variable 'NETFRAMEWORK45' 
to value '378758'
[1130:1F78][2014-12-02T12:03:12]i000: Registry key not found. Key = 
'SOFTWARE\Equitrac\Express\1.0)'
[1130:1F78][2014-12-02T12:03:12]i052: Condition 'PreviousInstallFolder' 
evaluates to false.
[1130:1F78][2014-12-02T12:03:12]i052: Condition 'NETFRAMEWORK45 >= 378389' 
evaluates to true.
[1130:1F78][2014-12-02T12:03:14]i101: Detected package: NetFx45Redist, state: 
Present, cached: None
[1130:1F78][2014-12-02T12:03:14]i101: Detected package: CAS.msi, state: Absent, 
cached: None
[1130:1F78][2014-12-02T12:03:14]i199: Detect complete, result: 0x0
[1130:1F78][2014-12-02T12:03:16]i500: Shutting down, exit code: 0x0
[1130:1F78][2014-12-02T12:03:17]i410: Variable: InstallFolder = C:\Program 
Files (x86)\Test\App
[1130:1F78][2014-12-02T12:03:17]i410: Variable: NETFRAMEWORK45 = 378758
[1130:1F78][2014-12-02T12:03:17]i410: Variable: ProgramFilesFolder = C:\Program 
Files (x86)\
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleAction = 4
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleElevated = 0
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleLog = 
C:\Users\STEPHE~1\AppData\Local\Temp\ExpressMBA_20141202115906.log
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleManufacturer = Test
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleName = ExpressMBA
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleOriginalSource = 
C:\5.5_tunney\Installation\Products\ExpressMBA\ExpressMBA\bin\Debug\ExpressMBA.exe
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleOriginalSourceFolder = 
C:\5.5_tunney\Installation\Products\ExpressMBA\ExpressMBA\bin\Debug\
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleProviderKey = 
{8bc45db7-dbfd-4b2f-85ff-dcece008eef3}
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleTag =
[1130:1F78][2014-12-02T12:03:17]i410: Variable: WixBundleVersion = 1.0.0.0
[1130:1F78][2014-12-02T12:03:17]i007: Exit code: 0x0, restarting: No

Stephen Tunney
Nuance Communications, Inc.
Solutions Architect, Imaging Division
Waterloo, Ontario, Canada
stephen.tun...@nuance.com<mailto:stephen.tun...@nuance.com>
519-880-7463      Office
NUANCE.COM
The experience speaks for itself (tm)

------------------------------------------------------------------------------
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=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to