Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We have already WCF service and i am creating a new using old one ....
when i am trying run test case,the old service throwing following exception

Quote:
Error 205 Test 'M:ECMSReportsTest.TestECMSReports.SyllabusReport' failed: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.MySql.Data at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)




Is it Possible to use service with in the service
Posted
Comments
Mehdi Gholam 10-Nov-11 4:13am    
How long does a normal call to the old service take?

1 solution

No problem with calling one WCF service in other WCF service.

From your Exception details it seems like your Database Server is unreachable.

Check your Connection string details are correct and Database Server is accessible.
http://www.connectionstrings.com/mysql
 
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