TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pinky patel
NA
33
560
Sequence Contains no elements on Assemble class
Apr 26 2017 8:33 AM
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
Reply
Answers (
4
)
how to download mysqldatabase table to excel format using c#
Getting null if post Json Serializable object array