7
Answers

kindly help to rectify the below error c#

Carlos kambui

Carlos kambui

8y
415
1
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 
 
 
 
Answers (7)
Next Recommended Forum