Hi Scott,
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am including a reference to ADOX in a C# project by doing the
> following:
>
> In Solution Explorer, right-click the References node and select Add
> Reference.
> On the COM tab, select Microsoft ADO Ext. 2.7 for DDL and Security,
> click Select to add it to the Selected Components, and then click OK.
>
> This creates a dll in my debug and release directory named
> Interop.ADOX.dll.
Yup.
>
> However if the executable is placed in a different path it requires
> this dll.
Yup.
>
> If I copy the Interop.ADOX.dll to the same path where the executable
> resides all is fine.
Yup.
>
> The question is what must be done during an installation?
> Can the file Interop.ADOX.dll just be copied to a directory or is there
> some type of registration that must take place?
Basically you have two options:
- copy and paste to the same folder (no registration required)
- strong sign it and install it in GAC (registration required)
I would preffer copy & paste approach.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog:
http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group
www.codezone-si.info