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
Sundaram Subramanian
70
26.2k
1.4m
unable to cast object of type 'system.int32' to type 'system
Jun 19 2017 6:08 AM
unable to cast object of type 'system.int32' to type 'system.string'
I got the above error, when i tried the below line
int nOut = datatable.Rows.IndexOf(datatable.AsEnumerable().Where(c => c.Field
(4) == lblFirst.Value && c.Field
(6) == "0").FirstOrDefault());
Reply
Answers (
1
)
Application workbook open event is not triggered VSTO + C#
Connection String Problem