Recently my co-worker showed me a block of code that was not working correctly:
public class SomeClass { private IList _categories; publ
Try doing a clean build. Build menu-> clean, then debug again. The code itself is fine.