Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
7
Answers
kindly help to rectify the below error c#
Carlos kambui
8y
415
1
Reply
if (tCRights.Where(x => x.access_right_id == rightID & x.active == 1).Count > 0)
error is as follows
Error 1 Cannot implicitly convert type 'string' to 'int'
Error 5 Operator '==' cannot be applied to operands of type 'string' and 'int'
Error 34 Operator '>' cannot be applied to operands of type 'method group' and 'int'
after converting from vb to c#
kindly help to rectify
Post
Reset
Cancel
Answers (
7
)
Next Recommended Forum
gridview column
regular expression