Problem when Hosting Windows User controls in Webform -
07-07-2003
, 05:19 PM
I am unable to load the user control from client machine browser if the user
controls referes other custom dlls that I have created. Its working fine if
I access the user control from my machine but it is not working if I try to
access from other machines. Its working only if I copy the referenced dlls
in C:\Inetpub\wwwroot folder. I don't want to copy the dlls in this folder
because it is already in GAC. Why it is not pulling from Gac? how to solve
this problem?
Thanks,
Rajan. |