Original Post
I have a problem with some of my controls or components just disappearing from code. The designer just removes them after I compile the project. I have my case user control then I create a new one that inherits from it. Now I start adding components to it.. Buttons, DataSets, DataAdapters, DataConnections, DataViewGrids,... I all link them together so it works just nice for a while. Then at some point when I add something (could be just a label) after I compile some of my components (usually it's the dataset) just disappear. One thing I noticed in my mapeditor is that it only happens on the forms/controls that inherit from other custom ones. Does anyone have similar experience? How do I fix this? Is this solved in beta2?