hosting multiple dlls in asp.net
-
What kind of problem are you having? You might want to read up on How the Runtime Locates Assemblies[^] Also, you might want to read Assembly Binding Log Viewer (Fuslogvw.exe) (.NET Framework)[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
What kind of problem are you having? You might want to read up on How the Runtime Locates Assemblies[^] Also, you might want to read Assembly Binding Log Viewer (Fuslogvw.exe) (.NET Framework)[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Dear Dave, Thank you very much for the reply, actually i have a windows control library developed in vb.net.I'm hosting this dll in a aspx page using frameset. This frameset has two frames, the right one hosting the dll(which has a treeview control implemented in it). Now when I click on the node in this tree control, I want the link be provided in the left frame...Can you help me with this...Thank you
-
Dear Dave, Thank you very much for the reply, actually i have a windows control library developed in vb.net.I'm hosting this dll in a aspx page using frameset. This frameset has two frames, the right one hosting the dll(which has a treeview control implemented in it). Now when I click on the node in this tree control, I want the link be provided in the left frame...Can you help me with this...Thank you