I have checked this link: http://webproject.scottgu.com/VisualBasic/UserControls/UserControls.aspx
regarding using usercontrols throughout various projects. But I dont get these part
copy $(SolutionDir)\MyUserControlLibrary\*.ascx $(ProjectDir)\UserControls\
and I always end up in this error:
The command "copy $Projects\TestUserControl\TestUserControl\*.ascx $WebApplication1\control\
" exited with code 1.
Can anybody explain to me the correct syntax?
Thanks