System.Runtime.Serialization.SerializationException:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm getting the following error now with my aplication, but only when I run it ocally on my machine:
System.Runtime.Serialization.SerializationException: Cannot find member name System.Data.SqlClient.SqlError.
If I push the same build to a production server it runs without issue. This began happening suddenly and was working without issue locally on my machine. I've made no configuration changes to the machine except install windows updates.

Any ideas on how to get around this are much much appreciated..
Thanks
 
Have you recently updated your local machine from .NET 1.0 to 1.1? Maybe you
are having this issue:
http://www.glacialcomponents.com/ArticleDetail.aspx?articleID=SerializationException

--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com



Really stuck said:
Hello,
I'm getting the following error now with my aplication, but only when I run it ocally on my machine:
System.Runtime.Serialization.SerializationException: Cannot find member
name System.Data.SqlClient.SqlError.
If I push the same build to a production server it runs without issue.
This began happening suddenly and was working without issue locally on my
machine. I've made no configuration changes to the machine except install
windows updates.
 
Thanks for the response Bryant.
unfortuantely no, the machine was running 1.1 all along as far as I recall.
REading that article, where can I make thoe changes? the web.comfig file?

Thanks again for your reply
 
Back
Top