HI ,
I am gettting error like sequence contains no elements on folllowing
foreach (int id in tid)
{
ImportRoutines.customer.processCustomerImport(ConfigurationManager.ConnectionStrings["DBConnectionString"].ConnectionString, id);
}
and class defination is like this
namespace ImportRoutines
{
public static void processCustomerImport(string connectionstring, int id);
public static void processCustomerImport(string connectionstring, int id, out int cusId);
}
thanks in advance
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pinky patelPosted May 4, 2017, 6:43 AM
Pinky patelPosted May 4, 2017, 6:42 AM
Nilesh ShahPosted Apr 26, 2017, 11:17 AM
Ramesh PalanivelPosted Apr 26, 2017, 8:35 AM