carmamir 0 Newbie Poster

Hi Guys,

Quick question.

I have DLL which can't be embadded. DLL is added to reference. DLL is added to solution (folder -> /lbr/*.dll)

Issue start with not found error (IO) for used DLL.

I'm using advanced installer to add DLL.

Problem is that I don't know how to add DLL to custom folder and to call out function which would point to proper location...

I tried it :

<runtime>
  <dependentAssembly>
    <assemblyIdentity name="DLLNAME"  culture="neutral" />
    <codeBase version="1.0" href="./lbr/DLLNAME.dll" />
  </dependentAssembly>
</runtime>

But it doesn't working (errors). I've added it to app.config.