问题
I was trying to add Web user control in Class Library in VS2010.
is there a way to do that?
回答1:
at last I found one way, just copy the files from other project (website/ web application) and pest them inside Class Library Project.
来源:https://stackoverflow.com/questions/5295586/is-it-possible-to-add-a-web-user-control-to-a-class-library-in-vs2010