how to package ActiveX .dll user w/ dependencies in web page?

L

Laszlo Szijarto

I created an ActiveX .dll using C#. All's well if I have a single .dll.
But, if I have other dependenceis, I don't know how to have them downloaded
/ installed on the client computer.

So, for example, I'm using an old COM .dll, around which my application
created a Interop .dll.

Can I put these into a CAB file somewhere or use an ".INF" file with
"codebase" to get the client to download these .dlls and install them in the
client's GAC?

With these Interop .dlls, do I need also to include the original COM .dlls
in the package around which these wrap?

What would an .INF file look like to force these files to install in GAC?

I'm very confused. Could someone please help?

Thank you,
Laszlo
 
N

Natty Gur

Hi,

A) if you creating intranet application and you can overcome security
limitation on the clients (caspol) you just need to use codebase. all
needed dlls will be download by the browser. if you need to keep
security settings and you following KB 305624 to dress your assembly as
com object you need to create cab file. the CAB should contain all the
DLLs and register them in the GAC. I use WISE to create that cab file.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top