help!!! how to use .net dll that was packaged in a cab file in ie6

world208

Newcomer
Joined
Dec 11, 2003
Messages
4
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.
 
Well, I haven't tried this, but first u need to check that the target machines have the .NET Framework installed
 
Back
Top