Morning, all.
I am experiencing an issue when I'm running Ideablade / DevForce for Silverlight. Specifically, I"m getting a compile-time warnings similar to this: "mynamespace.mywebservice.myobject.PropertyChanged' hides inherited member 'IdeaBlade.EntityModel.EntityWrapper.PropertyChanged'. Use the new keyword if hiding was intended."
Background of this: I have an application I'm converting over to DevForce for Silverlight. The previous code uses ADO.NET stored proc calls from a webservice. Now, I'm using Entity Framework, being hosted in the same web project. I still need to make WebService calls from the Silverlight project.
Fairly recently (within last couple of weeks), when I update the webservice reference in my Silverlight project, it appears that the myobject class's event is hiding the EntityWrapper Property changed event. To my knowledge, I've not done anything crazy in the webservice. This process *was* working fine.
Anyone have ideas on either a) what's causing this? b) how to troubleshoot better?