hi!
I'm packing few dlls in a cab file that is produced by .net deployment package.
I'm trying to download the cab using the line:
<OBJECT id="MyUserControl" style="WIDTH: 1000px; HEIGHT:800px" codeBase="MyCab.cab"> </OBJECT>
1.anyone knows how do I use the dll that I've packaged in the cab?
(I want to call, from within the page, to a function in my dll)
p.s. all the dlls are strong-named but have no guid.
2. should i use the CLASSID attribute? and if so - then how?
thanks!!!!
world.
I'm packing few dlls in a cab file that is produced by .net deployment package.
I'm trying to download the cab using the line:
<OBJECT id="MyUserControl" style="WIDTH: 1000px; HEIGHT:800px" codeBase="MyCab.cab"> </OBJECT>
1.anyone knows how do I use the dll that I've packaged in the cab?
(I want to call, from within the page, to a function in my dll)
p.s. all the dlls are strong-named but have no guid.
2. should i use the CLASSID attribute? and if so - then how?
thanks!!!!
world.