Visual Studio reloads when 2 items are present

I have a usercontrol with 2 elementHosts in it. I set the elementHosts' Child property programmatically in the Load () event. The problem is that when I try to add this control to the form, Visual Studio reloads and I have no idea how to overcome this problem.

This issue holds true for VS 2008 and 2010.

+3


source to share





All Articles