
- Forum
- Programming Talk
- C Sharp
- Web Services with C#
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 ...
-
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
-
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.

Reply With Quote





