Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


C# Member not found
I was having trouble with a custom component I'd made that inherited from C1.Win.C1FlexGrid (which inherited from DataGrid). If I ran the program in debug mode before I'd compiled it (after opening the solution), the grids would disappear from my Forms Designer, and the code behind would be wrought with errors such as "member not found" or "duplicate definition of member styles" or "object not found", etc.
Fortunately, I found the cause of the problem.
Apparantly, I needed to actually add the custom component to my Toolbox, and now it works just fine! (I had just been calling the .dll reference directly to add the component to my form)
Seems like a bug though.

Created By: amos 3/20/2006 12:13:00 AM
Updated: 12/8/2016 5:00:26 AM