WCF

More
9 years 11 months ago - 9 years 11 months ago #13811 by muhammedm7388
WCF was created by muhammedm7388
I'm using visual studio 2010 ultimate. I add service reference, but I can't add service client. This is my code:

Code:
//form.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using MathServiceTestApp.mathservice1; namespace MathServiceTestApp { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void but_Enter_Click(object sender, EventArgs e) { if (SelectOpration.Text == "Add") { } if (SelectOpration.Text == "Sub") { } if (SelectOpration.Text == "Mul") { } if (SelectOpration.Text == "Div") { } } } }
Last edit: 9 years 11 months ago by Pete.

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #13812 by Pete
Replied by Pete on topic WCF
Can you post your whole project here in a zip file?

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #13818 by muhammedm7388
Replied by muhammedm7388 on topic WCF
Thanks for your kind

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #13821 by Pete
Replied by Pete on topic WCF
Try downloading the sample project that I have a link to on the video. It has all the right references in it.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #13822 by muhammedm7388
Replied by muhammedm7388 on topic WCF
i followed same code, and i have still problem

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #13823 by Pete
Replied by Pete on topic WCF
Instead of trying to write the same code, can you try downloading the project from here and running it?

www.digioz.com/downloads/tutorials/MathService1.zip

If you are still having a problem with it when you try that it means your Visual Studio installation has an issue and you need to repair it.

Thanks,
Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.121 seconds
Powered by Kunena Forum