Search Results

11
votes

Why shouldn’t you use a handle during component creation or streaming?

At it's core, it's a performance thing. There are potentially other "bad" side-effects that can happen as well since during the streaming process. Things are in "mid-construction" and all that is n …
14
votes

Why does my custom component raise AVs in the IDE?

You can debug this yourself. Open the package project that contains your component. Then go to Run|Parameters and enter the IDE itself as the Host Application. Run the IDE from within the IDE. Then …