RE: first chance exception

2011-10-13 Thread Ian Thomas
a _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Thursday, October 13, 2011 1:02 PM To: ozDotNet Subject: RE: first chance exception When the offending line throws, paste the exception and the stack. Before you copy the st

RE: first chance exception

2011-10-12 Thread David Kean
: Wednesday, October 12, 2011 9:13 PM To: 'ozDotNet' Subject: RE: first chance exception David This is with a breakpoint set a few lines below the "offending" line, but seems the same if it's at the same line - > XSDTest2.exe!XSDTest2.XSDTest.Program2.Main(

RE: first chance exception

2011-10-12 Thread Ian Thomas
onfig\machine.config. LOG: Binding succeeds. Returns assembly from C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml .dll. LOG: Assembly is loaded in default load context. So, for a more "serious" first chance exception, where we may need to supply the generated

RE: first chance exception

2011-10-12 Thread Greg Keogh
>Well, fuslogvw is a problem - Settings has logging disabled, and for the life of me I can't enable anything (or find online how to do it). That drove me mad too a few weeks ago, turns out I had to run it as an Administrator to enable the logging. It's a weird utility - Greg

RE: first chance exception

2011-10-12 Thread Ian Thomas
-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Thursday, October 13, 2011 11:45 AM To: ozDotNet Subject: RE: first chance exception Can you paste the call stack when the first chance exception occurs? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun

RE: first chance exception

2011-10-12 Thread Ian Thomas
Duh - how dumb can I be :-( _ Ian Thomas Victoria Park, Western Australia _ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Joseph Clark Sent: Thursday, October 13, 2011 11:44 AM To: ozDotNet Subject: Re: first chance exception

RE: first chance exception

2011-10-12 Thread David Kean
Can you paste the call stack when the first chance exception occurs? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Joseph Clark Sent: Wednesday, October 12, 2011 8:03 PM To: ozDotNet Subject: Re: first chance exception Try using the Assembly Binding log

Re: first chance exception

2011-10-12 Thread Joseph Clark
Looks like you need to run it with escalated privileges on Vista/Win7 in order for the settings to be configurable. On Thu, Oct 13, 2011 at 2:42 PM, Ian Thomas wrote: > Well, fuslogvw is a problem – Settings has logging disabled, and for the > life of me I can’t enable anything (or find online

RE: first chance exception

2011-10-12 Thread Ian Thomas
Well, fuslogvw is a problem - Settings has logging disabled, and for the life of me I can't enable anything (or find online how to do it). I have VS2010, VS2008 installed and all's fine. _ Ian Thomas Victoria Park, Western Australia

Re: first chance exception

2011-10-12 Thread Joseph Clark
t; **Ian Thomas** > Victoria Park, Western Australia > -- > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *David Kean > *Sent:* Thursday, October 13, 2011 8:46 AM >

RE: first chance exception

2011-10-12 Thread Ian Thomas
: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Thursday, October 13, 2011 8:46 AM To: ozDotNet Subject: RE: first chance exception Where are you looking? I believe they generate them in the temp directories somewhere. From: ozdotnet-boun

RE: first chance exception

2011-10-12 Thread David Kean
Where are you looking? I believe they generate them in the temp directories somewhere. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ian Thomas Sent: Wednesday, October 12, 2011 5:18 PM To: 'ozDotNet' Subject: first chance exception As I unde

first chance exception

2011-10-12 Thread Ian Thomas
As I understand the documentation, Generate Serialization Assembly should produce a DLL ("Serialization assemblies are named TypeName.XmlSerializers.dll"). Is that right? I don't see any DLLs, and I still receive the The FileNotFoundException (which are first-chance handled exceptions) in debug.