G
Guest
Hi,
I have created a c# assembly that I want to use from IE. There is no UI,
just some methods that I want to call from client-side script.
I've referenced the assembly as follows:
<object id="objTest" classid="dlltest.dll#dlltest.dllTest" width="100"
height="100" viewastext></object>
and everything works fine as long as I open the web page from a web server.
What I would *really* like to do, however, is open the page directly from
the file system - it's just a .htm page - with the ultimate goal of enabling
the user to work with this page when not connected to the network.
I've tried hard-coding the local path to the dll in the classid attribute
with no success. Does anyone know if / how this can be done?
Thanks!
I have created a c# assembly that I want to use from IE. There is no UI,
just some methods that I want to call from client-side script.
I've referenced the assembly as follows:
<object id="objTest" classid="dlltest.dll#dlltest.dllTest" width="100"
height="100" viewastext></object>
and everything works fine as long as I open the web page from a web server.
What I would *really* like to do, however, is open the page directly from
the file system - it's just a .htm page - with the ultimate goal of enabling
the user to work with this page when not connected to the network.
I've tried hard-coding the local path to the dll in the classid attribute
with no success. Does anyone know if / how this can be done?
Thanks!