Click here to Skip to main content
15,894,540 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi guys,
I created one WCF application. i want to so some testing of some methods. So i created test methods and i added this service reference. Again i changed something in my wcf project and update it in test project. But this time i am getting so much error like missing service reference. All are pointing towards client's reference.
this is the xact error:-

C#
The type or namespace name 'DimeClient' could not be found (are you missing a using directive or an assembly reference?)


I need help asap.
I appreciated for ur help.
Thanx
Posted

1 solution

after changing the code of wcf application ,rebuild the wcf service application ,and goto solution explorer of the test project right click on your service reference folder and choose update service . rebuild the project and run the app .
 
Share this answer
 
Comments
Ashish Ranjan_Pirates 6-Jun-14 4:28am    
I have done this. I am getting so much error i.e. i mentioned above.
Pravuprasad 6-Jun-14 5:01am    
how you unselected reuse types of reference assembly ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900