Possible Duplicate:
XmlSerializer giving FileNotFoundException at constructor
I received the first chance exception when I used XMLSerializer,
XMLSerializer xml = new XMLSerializer(typeof(A))
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'A.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
It is OK, but it is annoying when debugging. What is the reason?