mkhuwaja / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Missing dependency - Castle.DynamicProxy2 when calling NUnit on TeamCity #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add LinqToExcel_x64 to .NET 4.5 project with NuGet
2. Use LinqToExcel in a NUnit project
2. Send the project to TeamCity for a build and test

What is the expected output? What do you see instead?
NUnit should run correctly under TeamCity
NUnit does run correctly under Visual Studio 2012, but when TeamCity runs 
NUnit, it gives the runtime error:
NUnit error running tests in '<snip>\Release\Remotion.dll' assembly
Loading assembly is compiled for v2.0.50727, MSIL
NUnit runner runtime is v4.0.30319, x64
System.IO.FileNotFoundException: Could not load file or assembly 
'Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, 
PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The system cannot 
find the file specified.
File name: 'Castle.DynamicProxy2, Version=2.1.0.0, Culture=neutral, 
PublicKeyToken=407dd0808d44fbdc'

What version of the product are you using? On what operating system?
LinqToExcel 1.7.1.0
VS2012, Ms.NET 4.5, x64
TeamCity 8.0

Please provide any additional information below.

Original issue reported on code.google.com by da...@optionmetrics.com on 21 Oct 2013 at 6:05