S
Sid Price
Hello,
I am try to debug my application, built on XP SP2 machine with VS 2005, on a
Vista VMWare virtual machine in order to fix a startup exception when
running my application under Vista. Unfortunately I have been unable to make
much progress as the exception occurs during the main form initialization
before the first line of load event code is run. Here is the exception data:
System.TypeInitializationException was unhandled
Message="The type initializer for 'User.DirectX.DirectSound.VolumeMeter'
threw an exception."
Source="VolumeMeter"
TypeName="User.DirectX.DirectSound.VolumeMeter"
StackTrace:
at User.DirectX.DirectSound.VolumeMeter.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()
The 'Volume Meter" component is one of my project components but I do not
seem to be able to debug this issue. A breakpoint in the constructor is not
getting hit. I would appreciate any help or advice someone can give please,
I am at a loss as to how to proceed. I don't understand why the component
'Dispose' method is being called on startup.
Many thanks,
Sid.
I am try to debug my application, built on XP SP2 machine with VS 2005, on a
Vista VMWare virtual machine in order to fix a startup exception when
running my application under Vista. Unfortunately I have been unable to make
much progress as the exception occurs during the main form initialization
before the first line of load event code is run. Here is the exception data:
System.TypeInitializationException was unhandled
Message="The type initializer for 'User.DirectX.DirectSound.VolumeMeter'
threw an exception."
Source="VolumeMeter"
TypeName="User.DirectX.DirectSound.VolumeMeter"
StackTrace:
at User.DirectX.DirectSound.VolumeMeter.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()
The 'Volume Meter" component is one of my project components but I do not
seem to be able to debug this issue. A breakpoint in the constructor is not
getting hit. I would appreciate any help or advice someone can give please,
I am at a loss as to how to proceed. I don't understand why the component
'Dispose' method is being called on startup.
Many thanks,
Sid.