I have a method that gives me the groupID of users and then I want to get the news based on the user\'s GroupID.
public IEnumerable Getnews(int G
An explicit conversion exists (are you missing a cast?) I was facing same problem in my C# code. I was writing code in VS. I checked full code, and I get reason behind this error. I missed 'I' in my explicit Interface name.
Picture with Error
Error Solution