G
gregarican
There is a C# CTI app I'm working on using Visual Studio 2005 at
revision level 8.0.50727-7600. I need a couple of Windows Form Button
controls to emulate line buttons on a telephone. So I went to create a
class file for the user control to subclass this out. Something basic
for a start, just initializing things. When I drag this custom control
from the Toolbox to my form then Visual Studio just abruptly exits
without warning.
So I tried to create a custom button control as part of a custom
Control Library DLL file. When I add this reference to a new project
and then try to drag in the custom control the same thing happens.
Visual Studio just vanishes.
I have tried subclassing the Button class, the UserControl class, the
Control class, etc. All with the same result. I have tried each time
with just a new project with nothing else in it other than the default
elements. When I try this out on another PC using Visual C# 2005
Express it works fine and I can drop in the custom button control
without incident.
Has anyone else experienced something similar?
revision level 8.0.50727-7600. I need a couple of Windows Form Button
controls to emulate line buttons on a telephone. So I went to create a
class file for the user control to subclass this out. Something basic
for a start, just initializing things. When I drag this custom control
from the Toolbox to my form then Visual Studio just abruptly exits
without warning.
So I tried to create a custom button control as part of a custom
Control Library DLL file. When I add this reference to a new project
and then try to drag in the custom control the same thing happens.
Visual Studio just vanishes.
I have tried subclassing the Button class, the UserControl class, the
Control class, etc. All with the same result. I have tried each time
with just a new project with nothing else in it other than the default
elements. When I try this out on another PC using Visual C# 2005
Express it works fine and I can drop in the custom button control
without incident.
Has anyone else experienced something similar?