Hi all,
I have a problem with hosting of a windows user control in webform. The details are as follows:
I have the windows user control with a constructor with no parameters and some methods in it. I am invoking a method which accepts a string, arraylist and a enum as parameters which in returns a void. I added this dll as a reference as well as copied it in the testing web application root folder, added object tag in the aspx(html) page with classid in the format as http:dll name.dll#namespace.classname. When I run the application the dlls get downloaded and i have set all the security permissions too. (This control works well, when i tested with a windows form.)
The problem is I cannot find the control loaded but a missing image icon is seen. Do I need to add something more? Could anyone help me with this please??
Many Thanks!!!!
...
Go to the complete details ...