I hope the title of this question makes sense.
What I want to know is if I develop an Active X control (developed in C++/CLI) that is dependent on other native (i.e. non-COM) assemblies, will the Active X control work in IE? I.e. will it be able to download the native assemblies locally or is it only the Active X control assembly itself that is downloaded?
Please ask for clarification if I haven't made any sense, my terminology on this may be off.
Thanks.