.net framework component problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

.net framework component problem

I am trying to add tool box using the third party application dll. it should appear in .NET framework component list after adding dll as references. I couldn't find components so that I can add to my tool box. I am using visual studio 2019 in windows 10. and now I am trying to build that app in .NET framework 4.6

9th Jul 2019, 11:50 PM
Parmeswor k c
Parmeswor k c - avatar
1 Answer
0
For inserting toolbox items such as user controls from your .dll you have to right click at the toolbox and click "Choose Items". Then click "Browse" and select your third party dll. Then your additional toolbox items should appear.
9th Aug 2019, 5:44 AM
Mitterbu