c# - Can't import system.web.ui.design -


i'm trying import following namespace:

using system.web.ui.design; 

but can't find it. added reference/assembly-reference following:

system.web; system.design; 

but still can't find it! need import can use containercontroldesigner. i'm using .net framework 4 , normal asp.net web forms web application.

make sure have referenced system.design.dll assembly project.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -