I write a simple custom control CustomLabel simply inherits the Webcontrols.Label class.
But when i put it in my dnn module, for example
CustomLabel cl = new CustomLabel(),it compiled OK, but in the browser it says :
Could not load type '***' from assembly '***, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
But if i signed my dll to make it strong named assembly, every thing goes right.
Please let me know how can dnn module supports normal custom controls?
My controls works well on normal asp web site project.
I'll very very anxious to know it. Thank you, every body, and pardonn my english!