Hello,
Control type should not depend of the assembly name:
registeredControls.Add(
ToolkitScriptManagerHelper.GetAssembly(control.Assembly)
.GetType(control.Assembly + "." + control.Name));
p.s. here should be some kind of assert.
Control type should not depend of the assembly name:
registeredControls.Add(
ToolkitScriptManagerHelper.GetAssembly(control.Assembly)
.GetType(control.Assembly + "." + control.Name));
p.s. here should be some kind of assert.