Note that there are some explanatory texts on larger screens.

plurals
  1. PODll not copying to bin folder
    primarykey
    data
    text
    <p>I'm having an issue with Devart DLLs not getting copied to the bin folder of my web app. I have my web app project that references projectA. ProjectA references projectB. The Devart Dlls are used in projectB and are not being copied into the web app projects bin folder during a build. ProjectB also references EL Unity dlls and they are being copied correctly. All of the Dlls in question are physically located in a folder in projectB and that is where the reference point. (I don't have the references pointing to the GAC)</p> <p>The dlls that copy correctly are Microsoft.Practices.Unity, Microsoft.Practices.Unity.Configuration and Microsoft.Practices.ServiceLocation. </p> <p>The dlls that are not being copied correctly are Devart.Data, Devart.Data.Oracle and Devart.Data.Oracle.Design.</p> <p>Here's the references for each dll...</p> <pre><code>&lt;Reference Include="Devart.Data, Version=5.0.124.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL"&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Devart.Data.dll&lt;/HintPath&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; &lt;Reference Include="Devart.Data.Oracle, Version=5.70.170.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Devart.Data.Oracle.dll&lt;/HintPath&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; &lt;Reference Include="Devart.Data.Oracle.Design, Version=5.70.170.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL"&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Devart.Data.Oracle.Design.dll&lt;/HintPath&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; &lt;Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Microsoft.Practices.ServiceLocation.dll&lt;/HintPath&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; &lt;Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Microsoft.Practices.Unity.dll&lt;/HintPath&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; &lt;Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"&gt; &lt;HintPath&gt;..\Dtn.PetroDex.Dal\ThirdPartyDlls\Microsoft.Practices.Unity.Configuration.dll&lt;/HintPath&gt; &lt;SpecificVersion&gt;False&lt;/SpecificVersion&gt; &lt;Private&gt;True&lt;/Private&gt; &lt;/Reference&gt; </code></pre> <p>Anyone else having this issue? Am I doing this wrong? Thanks</p> <p>EDIT I opened a file monitor and watched where visual studio was loading the reference and for Unity it was getting the dlls from the location I specified. But, for the Devart dlls it's looking in the GAC! Could the Devart dlls be causing this somehow?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload