Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3933410
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:35:51+00:00 2026-05-19T23:35:51+00:00

I have created a WCF service which returns IEnumerable<CyberResourceProvisioningAction> . The CyberResourceProvisioningAction type has

  • 0

I have created a WCF service which returns IEnumerable<CyberResourceProvisioningAction>.

The CyberResourceProvisioningAction type has a property of AccountInformation IEnumerable<CyberResourceProvisioningActionAccountInfo>. When I decorate the AccountInformation property with DataMemberAttribute I receive the exception:

WCF System.Net.WebException: The
underlying connection was closed: The
connection was closed unexpectedly

Obviously a very generic exception, but my Google-fu indicates that the issue most commonly occurs when returning large numbers of objects in a collection. The suggested fix is to set the <dataContractSerializer maxItemsInObjectGraph="2147483646"/>. Unfortunately this has not fixed my issue. (Didn’t think it would as I am returning a small amount of data).

The properties are being set correctly so I am pretty sure my issue has to do with my serialization configuration. Is there something wrong with my classes which is causing the WCF service to error in this way?

[DataContract]
public class CyberResourceProvisioningAction
{
    [DataMember]
    public string Action { get; set; }

    [DataMember]
    public DateTime RcdChgDateTime { get; set; }

    [DataMember]
    public string CyberResourceName { get; set; }

    [DataMember]
    public IEnumerable<CyberResourceProvisioningActionAccountInfo> AccountInformation
    { get; set; }
}

CyberResourceProvisioningActionAccountInfo

[DataContract]
public class CyberResourceProvisioningActionAccountInfo
{
    [DataMember]
    public string Name { get; set; }

    [DataMember]
    public string Value { get; set; }
}

If additional configuration information is required let me know and I’ll edit the post.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T23:35:51+00:00Added an answer on May 19, 2026 at 11:35 pm

    Because of the comment about “DataContract programming model violation” left by alexdej I started looking a bit closer at what was in my properties. I had a Linq type in the property and though it was an IEnumerable it wasn’t being enumerated for serialization. Added a .ToList() and all is well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a simple wcf service which used the WCF Service Library template.
I created a RESTful service using WCF which calculates some value and then returns
I have created a WCF service which does not use the app.config to configure
I've have a WCF service which has multiple clients that it connects to. What
I have created a WCF service, now this WCF service has to call a
I have created a basic WCF service in IIS. I am aware that this
I have created a reference to an IIS hosted WCF service in my ASP.NET
I have a wcf service created that's being consumed by a silverlight application. We
I have a WCF service that uses a System.ServiceModel.Syndication.SyndicationFeed to create an RSS feed.
I have created a UserControl that has a ListView in it. The ListView is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.