Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top