0

I wrote a CustomControl with ControlDesigner for Design-Time interaction. All works fine, but how can i release the custom control, to use it in other Projects with Client Profile Framework?

I can add the Control to other Projects (with Client Profile) and do everthing until I try to Debug the Project. After debuging the project doesn't find the Control anymore.

casperOne
  • 73,706
  • 19
  • 184
  • 253
Wowa
  • 1,791
  • 1
  • 14
  • 24

1 Answers1

0

After some more searching i have fond the not realy sweet solution: http://code.msdn.microsoft.com/WinFormsCustomCtrl

Wowa
  • 1,791
  • 1
  • 14
  • 24