473,574 Members | 2,556 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

System.Runtime. Serialization.S erializationExc eption:

Hello,
I'm getting the following error now with my aplication, but only when I run it ocally on my machine:
System.Runtime. Serialization.S erializationExc eption: Cannot find member name System.Data.Sql Client.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

Nov 18 '05 #1
3 1776
Have you recently updated your local machine from .NET 1.0 to 1.1? Maybe you
are having this issue:
http://www.glacialcomponents.com/Art...ationException

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

"Really stuck" <Really st***@discussio ns.microsoft.co m> wrote in message
news:1F******** *************** ***********@mic rosoft.com...
Hello,
I'm getting the following error now with my aplication, but only when I run it ocally on my machine: System.Runtime. Serialization.S erializationExc eption: Cannot find member name System.Data.Sql Client.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

Nov 18 '05 #2
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

"Bryant Hankins" wrote:
Have you recently updated your local machine from .NET 1.0 to 1.1? Maybe you
are having this issue:
http://www.glacialcomponents.com/Art...ationException

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

"Really stuck" <Really st***@discussio ns.microsoft.co m> wrote in message
news:1F******** *************** ***********@mic rosoft.com...
Hello,
I'm getting the following error now with my aplication, but only when I

run it ocally on my machine:
System.Runtime. Serialization.S erializationExc eption: Cannot find member

name System.Data.Sql Client.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


Nov 18 '05 #3
Yes. This would be a web.config or machine.config change.

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

"REally Stuck" <REally St***@discussio ns.microsoft.co m> wrote in message
news:AB******** *************** ***********@mic rosoft.com...
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

"Bryant Hankins" wrote:
Have you recently updated your local machine from .NET 1.0 to 1.1? Maybe you are having this issue:
http://www.glacialcomponents.com/Art...ationException
--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com

"Really stuck" <Really st***@discussio ns.microsoft.co m> wrote in message
news:1F******** *************** ***********@mic rosoft.com...
Hello,
I'm getting the following error now with my aplication, but only when
I run it ocally on my machine:
System.Runtime. Serialization.S erializationExc eption: Cannot find
member name System.Data.Sql Client.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


Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
813
by: Chris Aitchison | last post by:
Hello, I am attempting to have a class that I have written serialize so that it can be both passed as a parameter or return value for a webservice, and also be serialized to disk using the XmlSerializer. When this class is decalred as a return value for a WebMethod in an XML WebService I receive the following exception: ...
0
613
by: Carsten | last post by:
Hi, I have a problem with instantiating a Web service. When the constructor for the proxy is called a SEHException is thrown. The call stack is shown below: System.Runtime.InteropServices.SEHException: External component has thrown an exception.
0
1526
by: Dmitry Shuklin | last post by:
I make __value type with some private fields. I want to implement System.ISerializable for custom serialization public __value struct NativeHandle : public System::Runtime::Serialization::ISerializable { void ISerializable::GetObjectData(System::Runtime::Serialization::SerializationInfo*
6
2277
by: mookid8000 | last post by:
Hi group! Is it possible to scan an assembly *which has NOT been added as a reference* for types, and dynamically create instances of the loaded types? I have a program, MyProgram.exe, which at runtime uses Asseembly.LoadFile(...) to load an assembly, MyAssembly.dll. When MyAssembly.dll is added as a reference to the MyProgram project,...
0
1230
by: Simon Hart | last post by:
Hi, I have the following code which is miss-behaving at one site: public class HMRHost { private int _pid;
3
1498
by: Thomee Wright | last post by:
I'm developing a client/server application (in VS2005 managed C++) which makes use of .Net remoting. A simplified solution which demonstrates the problem I'm having can be found at: http://www.nmt.edu/~elessar/RemotingTest.tar.bz2 http://www.nmt.edu/~elessar/RemotingTest.zip Uncommenting Server.cpp line 67 causes the problem. Removing...
8
12545
by: =?Utf-8?B?UGlnZ3k=?= | last post by:
Hi to all, I am getting this System.OutOfMemoryException calling the Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(<stream>,<Obj>) method. The type of <streamis IO.MemoryStream =====Exception: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
2
4494
by: =?Utf-8?B?TmF0aGFuIFdpZWdtYW4=?= | last post by:
Hi, I am wondering why the .NET Framework is quite different from Win32 API when it comes to displaying system modal message boxes. Consider the four following types of system modal message boxes (please see associated source code below): 1) Win32 API with context ("btnWin32WithContext_Click") 2) .NET Framework with context...
1
2714
by: =?Utf-8?B?Y2FzaGRlc2ttYWM=?= | last post by:
Hi, I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type System.Web.HttpException in Assembly System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a is not marked as serializable.
0
7815
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8077
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7828
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6476
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5634
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5316
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2253
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1076
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.