Problems with Unity BuildUp Method
- by Voice
Hi everybody)
I'm using Unity App Block for my project (version 1.2.0.0).
I have a problem with Unity Container BuildUp method which I'm using for my ascx controls. Here is some code (that's pretty simple)
public class BaseUserControl<T>:UserControl where T:class
{
protected override void OnInit(EventArgs e)
{
…