OK, I saw the small note about its using the IE Cache location. Rather than clear it, I set it to another location - and bingo! I see log entries. There are 11 of them, and I assume the System.XML one is the one I want to look at.
Here's a part of it, which indicates to me that the binding occurred and that the DLL is in the GAC - === Pre-bind state information === LOG: User = Win7-64\Ian Thomas LOG: DisplayName = System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (Fully-specified) LOG: Appbase = file:///C:/Users/Ian Thomas/Documents/Visual Studio 2010/Projects/XSDTestVB/XSDTest1/bin/debug/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = XSDTest1.vshost.exe Calling assembly : Microsoft.VisualStudio.HostingProcess.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. === LOG: This bind starts in default load context. LOG: Using application configuration file: C:\Users\Ian Thomas\Documents\Visual Studio 2010\Projects\XSDTestVB\XSDTest1\bin\debug\XSDTest1.vshost.exe.config LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v2.0.50727\config\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 XML files with the packaged solution, what happens? Is it up to the developer to locate the DLL and include it in the install package? _____ Ian Thomas Victoria Park, Western Australia _____ From: [email protected] [mailto:[email protected]] On Behalf Of Ian Thomas Sent: Thursday, October 13, 2011 11:58 AM To: 'ozDotNet' Subject: RE: first chance exception Duh - how dumb can I be :-( _____ Ian Thomas Victoria Park, Western Australia _____ From: [email protected] [mailto:[email protected]] On Behalf Of Joseph Clark Sent: Thursday, October 13, 2011 11:44 AM To: ozDotNet Subject: Re: first chance exception 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 <[email protected]> wrote: 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
