473,750 Members | 2,308 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 1788
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
1537
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
2292
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
1239
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
1505
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
12566
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
2737
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
8997
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8833
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9335
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
8257
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
6801
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
6079
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4709
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
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.