473,699 Members | 2,271 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 1785
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: System.IO.FileNotFoundException: File or assembly name rexz5r1o.dll, or one
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
1534
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
2289
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, serialization and de-serialization works lige a charm.
0
1235
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
1504
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 it fixes the problem. The server listens on port 1357, and the client connects to localhost:1357.
8
12561
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
4501
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 ("btnFrameworkWithContext_Click") 3) Win32 API withOUT context ("btnWin32WithOUTContext_Click")
1
2732
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.
1
8945
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8902
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7787
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6550
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4392
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4641
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3075
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
2
2366
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2016
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.