ASP.NET - Make Dll From User Control
Asked By Dilip Sharma on 08-Feb-12 05:50 AM
hi
i developed a simple user control in asp.net
its working fine
but when i m making a Dll for this user control
http://weblogs.asp.net/scottgu/archive/2005/08/28/423888.aspx
http://blogs.msdn.com/b/davidebb/archive/2005/10/30/487160.aspx
using this link...
I am able to make Dll...
But i am getting to Dll
1 - App_Web_pager.ascx.cdcab7d2.dll
2- App_Code.dll
and when i m using that control in other web application..
so i need to paste Pager.ascx also in my current application....
But i want a single dll which we can use direct by adding a reference... it should come in tool box...
How can it possible...