Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Web Services with C#

This is a discussion on Web Services with C# within the C Sharp forums, part of the Programming Talk category; Hello, I'm quite knew on c# and webservices and I appreciate any help someone can give. I saw the tutorial ...

  1. #1
    RMMR73 is offline Junior Member Array
    Join Date
    Mar 2007
    Answers
    1

    Web Services with C#

    Hello,

    I'm quite knew on c# and webservices and I appreciate any help someone can give.

    I saw the tutorial about .NET remoting but it does not compile on Sharpdevelop IDE. I got the following compile error:

    "The type or namespace name 'Tcp' does not exist in the namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?) (CS0234)"

    I check on msdn and the namespace exists. Can you solve this?

    Thanks


  2. #2
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97
    I think there is System.Windows.Forms assembly missing from the project. To resolve this issue go to the solutions explorer and right click on your project name, then choose Add Reference then scroll down to System.Windows.Forms.dll and click Select button, then click Ok button.


Latest Article

Network Security Risk Assessment and Measurement

Read More...