Hi all,
I have an html page such as the following:
<OBJECT id="myobj" classid="http:t est.dll#Demo" VIEWASTEXT>
</OBJECT>
In this way, I can download c# assembly from web server on the client
side and I call method defined inside class Demo.
Now I'd want to know if It's possible force to load test.dll assembly
from the filesystem on the client side (NOT FROM THE GAC).
I see on Microsoft's web site on :
For security reasons, managed controls using the <objecttag and file
access protocol in an HTML page are not supported. For example, the
following <objecttag is not supported:
<OBJECT classid="file:///c:/control.dll#con trol">
So, any suggestions are appreciated.
thanks
Marco.s
I have an html page such as the following:
<OBJECT id="myobj" classid="http:t est.dll#Demo" VIEWASTEXT>
</OBJECT>
In this way, I can download c# assembly from web server on the client
side and I call method defined inside class Demo.
Now I'd want to know if It's possible force to load test.dll assembly
from the filesystem on the client side (NOT FROM THE GAC).
I see on Microsoft's web site on :
For security reasons, managed controls using the <objecttag and file
access protocol in an HTML page are not supported. For example, the
following <objecttag is not supported:
<OBJECT classid="file:///c:/control.dll#con trol">
So, any suggestions are appreciated.
thanks
Marco.s
Comment