Click here to Skip to main content
15,885,869 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am facing an issue with the Service Agent namespace after I have get latest version of my project today morning. Previously it was working fine and also nobody has changed the service agent name.

IDE: Visual Studio 2010.

Issue: The type or namespace name MyServiceAgent does not exist in the namespace.

I have tried by deleting the agent and recreating it but no luck.

The only time it works is when I uncheck 'Reuse types' option in Configure Service Reference. But if I go ahead with this option then it creates lot of proxies classes and there will no Reusability and also class names need to be appended with namespace to avoid the 'ambigous'/conflict issues due to same types. Finally, the changes have to be done across the modules, which will take lot of time.

Kindly, I am looking forward for best possible solution to resolve this issue.

Thanks all.
Posted
Updated 21-May-13 19:02pm
v3

1 solution

Expert Suggestions:

Try to remove the Dependency reference Dll's. Update the Service again and restore removed dll's.


Good question Hameed.....! keep log questions.
 
Share this answer
 

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