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 4007976
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:41:51+00:00 2026-05-20T08:41:51+00:00

I have a simple WCF service which accept some data (wsHttpBiding) and returns a

  • 0

I have a simple WCF service which accept some data (wsHttpBiding) and returns a result. On the client side a dll containing a proxy wrapper is loaded and used to build/submit a request to the service.

This works perfectly in the majority of cases, but for a few users, the submit call to the client proxy results in an immediate crash of the application (no errors, warnings, etc – the process just dies instantly)

The issue appears to be related to the users windows account: Different users logged into the same machine do not experience the issue.

Looking for thoughts on where I might start looking for a culprit. Any ideas out there?

Edit:

  1. I’m trying to get a version with some trace statements and error logging in it out to the affected machines at the moment. There is no try/catch around the .submit call, but shouldn’t exceptions propogate back up through the call stack (the client/proxy dll is being loaded directly into the primary app domain but any other exceptions such as timeouts are simply handed back to the host application as expected)
  2. Web.Config on server side as below
  3. The users are in the same domain as other users, default credentials are being used. In house app, server is on the same network.

Service Web.Config:

<system.serviceModel>
    <behaviors>
        <serviceBehaviors>
            <behavior name="Services.EventsBehavior">
                <serviceMetadata httpGetEnabled="true" />
                <serviceDebug includeExceptionDetailInFaults="true" />
                <serviceThrottling maxConcurrentSessions="100" />
            </behavior>
            <behavior name="Services.LayoutsBehavior">
                <serviceMetadata httpGetEnabled="true" />
                <serviceDebug includeExceptionDetailInFaults="true" />
            </behavior>
        </serviceBehaviors>
    </behaviors>
    <services>
        <service behaviorConfiguration="Services.EventsBehavior" name="Services.Events">
            <endpoint address="" binding="wsHttpBinding" contract="Services.IEvents">
                <identity>
                    <dns value="localhost" />
                </identity>
            </endpoint>
            <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
            <host>
                <timeouts openTimeout="00:00:45" />
            </host>
        </service>
        <service behaviorConfiguration="Services.LayoutsBehavior" name="Services.Layouts">
            <endpoint address="" binding="wsHttpBinding" bindingConfiguration="largeRequestMsg" contract="Services.ILayouts">
            <identity>
                <dns value="localhost" />
            </identity>
            </endpoint>
            <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
        </service>
    </services>
    <bindings>
        <wsHttpBinding>
            <binding name="largeRequestMsg" maxReceivedMessageSize="5000000"></binding>
        </wsHttpBinding>
    </bindings>
</system.serviceModel>

Update: (2011/03/18)
So I’ve been able to do a little testing (finally) and unfortunatly can’t reproduce the issue using a test harness on the client machine.

This leads me to believe that there is something funky going on in the calling my client dll (via COM) which is causing the issue.

Any thoughts?

  • 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-20T08:41:51+00:00Added an answer on May 20, 2026 at 8:41 am

    to get more info, try turning on the WCF trace, and using the trace viwer utility to
    read teh error messages, in case the source is the WCF operation.
    here’s the link on how to do this, it`s not complicated.
    please note that the trace file can be large. dont keep the trace on for more than
    the time you need to collcet the data. (a dev machine is ideal here, if possible)

    One more thing, the immediate crash with no warning, is probably because the error
    happends on a thread other than the GUI`s main thread. (so the WCF call is indeed the place to start looking).

    • 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 have a simple WCF service: public Order[] GetOrdersByStatus(int statusid) { OrderService os =
I have simple regex \.*\ for me its says select everything between and ,
Ok, i have simple scenario: have two pages: login and welcome pages. im using
In general, is it a best practice to have simple POJO Java classes implement
I develop tools in Autodesk Maya. Many of the tools I build have simple
Should simple JavaBeans that have only simple getters and setters be unit tested?? What
I have a simple webform that will allow unauthenticated users to input their information,
I have a simple 2-column layout with a footer that clears both the right
I have a simple page with my ScriptManager and my UpdatePanel , and my

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.