[nhusers] Re: NHibernate.XmlSerializers

2012-08-24 Thread Michael
Hello! I encountered the same problem and solved it next way: i just cloned my last version of app from repository, and it worked well. more then that, that last version was already with such problem, but it disappeared somehow. so i think it is a failure wit' some vs or app files and can be

[nhusers] Re: NHibernate.XmlSerializers

2012-08-24 Thread Michael
Hello! My last message was wrong (i've deleted it). so now i discovered how things are. My solution is to go to Debug - Exceptions, and switch off all of them. so VS will ignore your exception and work as usual. понедельник, 23 марта 2009 г., 21:08:33 UTC+6 пользователь dhtroy написал: We

[nhusers] Re: NHibernate.XmlSerializers

2009-03-23 Thread Ayende Rahien
Just ignore this issue, it will be caught internally inside the xml serializer infrastructure On Mon, Mar 23, 2009 at 11:08 AM, dhtroy dht...@gmail.com wrote: We have a single developer that has started receiving the following error message, when the call is issued to

[nhusers] Re: NHibernate.XmlSerializers

2009-03-23 Thread dhtroy
Ayende, Thanks for the fast response. Is there something he can do (i.e., disable) to prevent this from showing up (other than kill off all the MDAs)? Is there one particular MDA he can disabled so this no longer displays? Thanks again. On Mar 23, 11:09 am, Ayende Rahien aye...@ayende.com

[nhusers] Re: NHibernate.XmlSerializers

2009-03-23 Thread Dario Quintana
when you enable the option to see all CLR exceptions, you will be notified of every exception thrown, whether be caught or not. Disable the option if you don't want to see the exceptions, or check just the excepcions you may want to see. In VS: Debug - Exceptions - Common Language Runtime