Rank: Member
Groups: Registered
Joined: 9/26/2014(UTC) Posts: 22
Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
These are all the 3rd party references from the .csproj. Code:
<Reference Include="Aspose.BarCodeRecognition">
<HintPath>C:\Program Files (x86)\Aspose\Aspose.BarCode for .NET\bin\net4.0\Aspose.BarCodeRecognition.dll</HintPath>
</Reference>
<Reference Include="Aspose.Cells">
<HintPath>C:\Program Files (x86)\Aspose\Aspose.Cells for .NET\Bin\net2.0\Aspose.Cells.dll</HintPath>
</Reference>
<Reference Include="Aspose.Pdf">
<HintPath>C:\Program Files (x86)\Aspose\Aspose.Pdf for .NET\Bin\net4.0\Aspose.Pdf.dll</HintPath>
</Reference>
<Reference Include="Aspose.Slides">
<HintPath>C:\Program Files (x86)\Aspose\Aspose.Slides for .NET\Bin\net4.0\Aspose.Slides.dll</HintPath>
</Reference>
<Reference Include="Aspose.Words">
<HintPath>C:\Program Files (x86)\Aspose\Aspose.Words for .NET\bin\net2.0\Aspose.Words.dll</HintPath>
</Reference>
<Reference Include="Atalasoft.dotImage, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=AMD64" />
<Reference Include="Atalasoft.dotImage.Ocr, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=AMD64" />
<Reference Include="Atalasoft.dotImage.Ocr.Tesseract3, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=AMD64" />
<Reference Include="Atalasoft.dotImage.Pdf, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=AMD64" />
<Reference Include="Atalasoft.dotImage.PdfReader, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=AMD64" />
<Reference Include="Atalasoft.Shared, Version=10.4.1.61293, Culture=neutral, PublicKeyToken=2b02b46f7326f73b, processorArchitecture=MSIL" />
<Reference Include="dtSearchNetApi4">
<HintPath>C:\Program Files (x86)\dtSearch Developer\bin64\dtSearchNetApi4.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
The Ionic.Zip is the only one that showed up in _ncrunchreferences. It also happens to be the only one that's in the same directory structure as the code I'm running. The Atalasoft references are the ones that I'm having a problem with, specifically, which are located in a Program Files (x86) subdirectory. However, I do recall the Aspose .dll's also being loaded from C:\Program Files (x86)\Aspose, rather than an/the NCrunch workspace.
|