Okay Telerik. This is the kind of stuff that hurts my soul when I run into it.
Some pretty basic stuff (after I have to add connection strings to my devenv.exe.config in order to use entityframework in my data class for designer preview).
I have a class, where I am loading data using EntityFramework in the constructor of this class. Currently, if I load an entity, and try to access a boolean value off of it, I receive a ridiculous error saying: 'Method not found: 'Boolean [NameSpace].[Entity].get_[PropertyName]().' This is not an issue of mis matched entities. If I literally comment out trying to access a boolean field, it works fine. As soon as I attempt to access a boolean value from a pulled entity, it gives me that error.
I haven't run into this issue until today, and quite honestly this was working fine before today. I'd love some feedback because I'm completely dead in the water on this.
Some pretty basic stuff (after I have to add connection strings to my devenv.exe.config in order to use entityframework in my data class for designer preview).
I have a class, where I am loading data using EntityFramework in the constructor of this class. Currently, if I load an entity, and try to access a boolean value off of it, I receive a ridiculous error saying: 'Method not found: 'Boolean [NameSpace].[Entity].get_[PropertyName]().' This is not an issue of mis matched entities. If I literally comment out trying to access a boolean field, it works fine. As soon as I attempt to access a boolean value from a pulled entity, it gives me that error.
I haven't run into this issue until today, and quite honestly this was working fine before today. I'd love some feedback because I'm completely dead in the water on this.