Question
3
Replies
38
Views
Posted: October 2, 2019
Last activity: October 3, 2019
Closed
Solved
Pega Throwing Errors During Testing
When I debug in Pega, since adding in a connection to Chrome, I get an error that states:
"Error starting Design Component: Service1. Project may not operate correctly. Service has no contracts defined."
How can I fix this? The system is not working at all right now for debuging.
Thank you for your help!
Do you have anything in your solution named Service1? It sounds to me like you have added a Service Client to your project (likely by accident) and did not configure it. If you added it intentionally, then you must configure it. Here is a link to the help article on the service client.
http://help.openspan.com/191/Service_Enablement/Service_Enablement_-_Overview.htm
It has been a while since I have used it, but according to the article and my experience, the service client generates a dynamic assembly that you must retain and source control. If you do not have access to this assembly, you would need to re-add your service client and recreate all the settings and changes you've made to it.