U
usenet
I have written a Control Library in VS2005 (VB.NET) and am trying to
use it inside Internet Explorer. I have copied to DLL to the same
folder as the web pages. I have tried the control in an HTML file, but
the same code in an ASPX script does not work. Also if I recompile the
DLL it seems to stop even the simple HTML file working.
Here's the object tag I'm using.
<object id="usrSheep2" codebase="#Version=-1,-1,-1,-1"
classid="WindowsControlLibrary1.dll#WindowsControlLibrary1.usrSheep"
height = "300" width = "300">
</object>
Any ideas?
use it inside Internet Explorer. I have copied to DLL to the same
folder as the web pages. I have tried the control in an HTML file, but
the same code in an ASPX script does not work. Also if I recompile the
DLL it seems to stop even the simple HTML file working.
Here's the object tag I'm using.
<object id="usrSheep2" codebase="#Version=-1,-1,-1,-1"
classid="WindowsControlLibrary1.dll#WindowsControlLibrary1.usrSheep"
height = "300" width = "300">
</object>
Any ideas?