Problem debugging custom UserControls
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I'm using a custom UserControl in my project. Whe I created the control, debugging it went fine. Because we are using a Team Foundation Server with Sourc Control I have to check in this project daily. Now my problem. After an check out VS2005 won't debug this control any more. I says that I can't debug class libraries. Of course it can't. But I don't know why my control is now recongized as an class library. And debuging it through a little win form won't work either, the control isn't shown in the toolbox. Inserting the control directly by .dll into toolbox makes no sense, because debugging doesn't work. And the "UserControlTestContainer" is useless, too. :sigh: thanks in advance regards pdluke