Try using the Assembly Binding log viewer (fuslogvw<http://msdn.microsoft.com/en-us/library/e74a18c4%28v=vs.71%29.aspx>) to see where it is binding the serializer assemblies from (make sure it is configured to log all binds to disk).
On Thu, Oct 13, 2011 at 1:54 PM, Ian Thomas <[email protected]> wrote: > Looked everywhere under my user account, for all DLLs. But even w/o > locating it/them, should Debug show the first chance exceptions after I have > done the generation? I would have thought the message would disappear. *** > * > > ** ** > ------------------------------ > > **Ian Thomas** > Victoria Park, ****Western Australia******** > ------------------------------ > > *From:* [email protected] [mailto: > [email protected]] *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:* [email protected] [mailto: > [email protected]] *On Behalf Of *Ian Thomas > *Sent:* Wednesday, October 12, 2011 5:18 PM > *To:* 'ozDotNet' > *Subject:* first chance exception**** > > ** ** > > 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. **** > > I did explicitly set it On. **** > > I know (from David Kean’s advice) these FileNotFoundExceptions are nothing > to worry about, but I’d like to see reality match MSDN documentation. **** > ------------------------------ > > **Ian Thomas** > Victoria Park, ****Western Australia******** > ------------------------------ > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *David Kean > *Sent:* Wednesday, October 12, 2011 2:12 PM > *To:* ozDotNet > *Subject:* RE: XMLSerializer error**** > > ** ** > > The FileNotFoundException (which are first-chance handled exceptions and > not unhandled) are expected – the XmlSerializer looks for a pre-compiled > serialization assembly before it generates one on the fly.**** > > ** ** > > You can pre-generate serialization assemblies via the Generate > serialization assembly option on the Build tab of the Project properties.* > *** > > ** ** >
