CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tesicg

Search: Search took 0.03 seconds.

  1. WCF: The underlying connection was closed: The connection was closed unexpectedly

    1) Server:

    Service interface:



    [OperationContract(Action = Service.RequestAction, ReplyAction = Service.ReplyAction)]
    Message DoWork(Message name);
  2. How to get the latest version of WCF service on another computer?

    Hello,

    My situation is as follows:

    1) I developed WCF service using VS2010 on computer PC1 and published it using wizard to IIS 7 on the same computer. I've checked the code in to TFS2010....
  3. Replies
    2
    Views
    7,090

    How to display MessageBox from WCF service?

    Hello,

    I have WCF service with:

    MessageBox.Show(...);

    But, they're not displaying in Windows Forms client application. How can I make it work?

    Thank you in advance.
  4. How can I delete multiple items from collection?

    Hello,

    How do I delete multiple elements from collection (array) at once?

    I'd like to do that by index.

    For example, I want to delete elements with indexes 1, 2, 3 and 4.

    If I delete...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured