473,394 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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 1396
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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
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...
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...

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.