473,811 Members | 3,055 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XmlSerializatio n and reflection error

Hi,

do you know why this:

[System.CodeDom. Compiler.Genera tedCodeAttribut e("xsd", "2.0.50727. 42")]
[System.Serializ ableAttribute()]
[System.Diagnost ics.DebuggerSte pThroughAttribu te()]
[System.Componen tModel.Designer CategoryAttribu te("code")]
[System.Xml.Seri alization.XmlTy peAttribute(Ano nymousType = true)]
[System.Xml.Seri alization.XmlRo otAttribute(Nam espace = "", IsNullable
= false)]
public class XmlCostam { ... }

works fine, but this:

[System.CodeDom. Compiler.Genera tedCodeAttribut e("xsd", "2.0.50727. 42")]
[System.Serializ ableAttribute()]
[System.Diagnost ics.DebuggerSte pThroughAttribu te()]
[System.Componen tModel.Designer CategoryAttribu te("code")]
[System.Xml.Seri alization.XmlTy peAttribute(Ano nymousType = true)]
[System.Xml.Seri alization.XmlRo otAttribute(Nam espace = "", IsNullable
= false)]
public class XmlCostam : TabControl { ... }

gives an exception:

System.InvalidO perationExcepti on was unhandled
Message="Wystą pił błąd w czasie wykonywania odbicia typu
'Notebook.XmlCo stam'." (I think in english it means sth like: "there was
an error while processing reflection of type 'Notebook.XmlCo stam'")
Source="System. Xml"
StackTrace:
w
System.Xml.Seri alization.XmlRe flectionImporte r.ImportTypeMap ping(TypeModel
model, String ns, ImportContext context, String dataType, XmlAttributes a,
Boolean repeats, Boolean openModel)
w
System.Xml.Seri alization.XmlRe flectionImporte r.ImportElement (TypeModel
model, XmlRootAttribut e root, String defaultNamespac e)
w
System.Xml.Seri alization.XmlRe flectionImporte r.ImportTypeMap ping(Type
type, XmlRootAttribut e root, String defaultNamespac e)
w System.Xml.Seri alization.XmlSe rializer..ctor( Type type, String
defaultNamespac e)
w System.Xml.Seri alization.XmlSe rializer..ctor( Type type)
w Notebook.Notebo okForm..ctor() w
D:\doc\dotnet\N otebook\Noteboo k\NotebookForm. cs:wiersz 17
w Notebook.Progra m.Main() w
D:\doc\dotnet\N otebook\Noteboo k\Program.cs:wi ersz 14
w System.AppDomai n.nExecuteAssem bly(Assembly assembly, String[]
args)
w System.AppDomai n.ExecuteAssemb ly(String assemblyFile, Evidence
assemblySecurit y, String[] args)
w Microsoft.Visua lStudio.Hosting Process.HostPro c.RunUsersAssem bly()
w System.Threadin g.ThreadHelper. ThreadStart_Con text(Object state)
w System.Threadin g.ExecutionCont ext.Run(Executi onContext
executionContex t, ContextCallback callback, Object state)
w System.Threadin g.ThreadHelper. ThreadStart()

in:

serializer = new XmlSerializer(t ypeof(XmlCostam ));

?
--
Pozdrawiam,
Odwrotnie.
Dec 6 '06 #1
0 1604

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

Similar topics

2
3456
by: STom | last post by:
I have just started reading up on XMLSerialization and still do not understand the practical use of this technology. For example, if I have to know the class type on the client and on the web service side, wouldn't it be easier to just use .Net remoting? I envision some point of passing over the XML document but the web service not really knowing about the objects type. Am I way off base with my perceptions?
0
1454
by: raca | last post by:
I am trying to create a generic SOA ServiceInvoker that will accept an XML string that will be used to deserialize an object generated by XSDObjectGen. The hierarchy goes like this: Requests...Request (1..n)... Payload (1)... PayloadCollection (1) ... Payload (0...n) I have the knowledge about the root object Responses which I can create directly. However I don't know what is the type for Request and Payload (These will be versioned...
3
2012
by: IMS.Rushikesh | last post by:
Hi Friends, My work is stuck up because of this unresolvable and unbelievable Error. I'm trying to Serialize my Class object using XmlSerialization. And at below line, I m getting "error File or assembly name xxxxxxx.dll, or one of its dependencies, was not found.." ///I got error at this point
0
2057
by: A programmer desperatly needing help! | last post by:
I use the xmlserialization on asp.net pages and on previous machines it never gave a problem. But now i somethings get a: Timed out waiting for a program to execute. The command being executed was "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe" /noconfig @"C:\DOCUME~1\...\ve3y0f-a.cmdline" error. It happens at random but occurs mostly when calling the XMLserialization multiple time rapidly. While looking at the .out file the error...
5
2009
by: Chris Szabo | last post by:
Good afternoon everyone. I'm running into a problem deserializing a stream using the XmlSerializer. A stored procedure returns the following from SQL Server: <Student StudentId="1" Status="1" Gpa="3.50"> <Person Id="1" FirstName="FirstName0" LastName="LastName0" MiddleInitial="W"/> </Student> In my code, person is the base class and student extends it. When I
3
6990
by: LW | last post by:
Hi! I am getting the following error message for my fairly simple web service. I have classes and have two DataSets that reference the same classes. The error is: The XML element named 'GetCustNoResponse' from namespace 'http://mydomain/' references a method and a type. Change the method's message name using WebMethodAttribute or change the type's root element using the XmlRootAttribute.
0
1478
by: =?Utf-8?B?R2FyeQ==?= | last post by:
I have Line, Rect, and Ellipse classes derived from IShape interface, and am using the generic list, List<IShape>, to store a bunch of objects. When I used XMLSerializer object to serialize this list, got the error message: "Cannot serialize interface". However, I could use BinaryFormatter to serialize and deserialize the list. My question is that is it possible to serialize the bunch of objects through XMLSerializer? I know it seems...
1
2543
by: Stephen Walch | last post by:
Lets say I have designed my solution as a "base" assembly and a bunch of "implementation" assemblies. The goal is that I can add new implementation assemblies dynamically by declaring them in a config file. For example... Base Assembly: public abstract class A {} public class B { public A a; ) Implementation Assembly #1: public class A1 : A {}
2
1427
by: Nightfarer | last post by:
Hello. One more issue. I'm rewriting code to use XmlSerialization .NET Class because I need it. In my project I created some classes using different namespaces. An example: Namespace xxx
0
9605
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,...
0
10651
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10393
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10136
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
9208
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...
0
6893
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
5697
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4342
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
3
3020
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.