473,461 Members | 1,651 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dropdown selection displaying "SYSTEM.RUNTIME.SERIALIZATION.EXTENSIONDATAOBJ ECT"

I have a dropdown combo box where the DataSource is bound to a CSLA BO
returned from a WCF call. The dropdown list looks fine, but selecting an
item returns "SYSTEM.RUNTIME.SERIALIZATION.EXTENSIONDATAOBJ ECT" (which seems
to be related to WCF somehow) and I am not sure how to debug this. Does
anyone know what might cause such a wierd behavior and how to fix it?
Jun 27 '08 #1
2 1398
Can you show your binding code?

Is this a ASP or Winform?

What line of code gives you the error?

Thanks
Chris

"Bill Fuller" <so*****@nospam.comwrote in message
news:u3**************@TK2MSFTNGP03.phx.gbl...
>I have a dropdown combo box where the DataSource is bound to a CSLA BO
returned from a WCF call. The dropdown list looks fine, but selecting an
item returns "SYSTEM.RUNTIME.SERIALIZATION.EXTENSIONDATAOBJ ECT" (which
seems to be related to WCF somehow) and I am not sure how to debug this.
Does anyone know what might cause such a wierd behavior and how to fix it?
Jun 27 '08 #2
CompanyWinApp.CustomerSvc.CustomerClient _custList = new
CompanyWinApp.CustomerSvc.CustomerClient();

try
{
ucCustomer.DataSource =
_custList.GetCustomer(ucCustomer.Textbox.Text.ToUp per());
[...]
}

The dropdown list returned from the WCF call and bound to the control looks
fine, but selecting any of the rows returns the "SYSTEM.RUNTIME..." for some
reason.

(BTW... it is a WinForms app)

"Chris F" <screwworkn(NadaSpamda)@hotmail.comwrote in message
news:ux*************@TK2MSFTNGP06.phx.gbl...
Can you show your binding code?

Is this a ASP or Winform?

What line of code gives you the error?

Thanks
Chris

"Bill Fuller" <so*****@nospam.comwrote in message
news:u3**************@TK2MSFTNGP03.phx.gbl...
>>I have a dropdown combo box where the DataSource is bound to a CSLA BO
returned from a WCF call. The dropdown list looks fine, but selecting an
item returns "SYSTEM.RUNTIME.SERIALIZATION.EXTENSIONDATAOBJ ECT" (which
seems to be related to WCF somehow) and I am not sure how to debug this.
Does anyone know what might cause such a wierd behavior and how to fix it?

Jun 27 '08 #3

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

Similar topics

10
by: Greg Stark | last post by:
This query is odd, it seems to be taking over a second according to my log_duration logs and according to psql's \timing numbers. However explain analyze says it's running in about a third of a...
1
by: Tim Nelson | last post by:
when System.Type.GetType("System.Boolean") works. Is there some way to get this type at runtime? Thanks,
3
by: Andy Sutorius via DotNetMonster.com | last post by:
Hi, I have a Sorted List that has 9 key/value pairs. I am trying to take one of the key/value pairs and store the value of that key into a string variable. However, the value that actually gets...
3
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I...
5
by: inetmug | last post by:
I would like my ASP.NET apps to pick up there associated assembly references at runtime but I do not see a runtime tag in the web.config schema, or am I wrong? -- Patrick
0
by: kolja2003 | last post by:
Hi, I need to program the creation of the XML file of given structure. I try to do it through the serialization of class object. hence I need to write the class definition which will be serialized...
0
by: Master Programmer | last post by:
Well kids, Todays lesson in computing is an explanation of the Microsoft .NET "Framework"............. DEFINITION *************** The MS "Framework" is a term used to describe the Visual...
5
by: Jeremy | last post by:
I've got two projects, both reference system, system.data and system.xml and both include the using System.Xml.Serialization and using System at the top of the file. Both also include the...
0
by: vmantrana | last post by:
Hi guys: I have been studying about serialization and I have found this concept: "object graphs", which is not very clear for me. I have found that it is a limitation of the XML serialization...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.