paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files
MIT License
1.06k stars 300 forks source link

Castle.DynamicProxy2 #65

Open kershnerd opened 9 years ago

kershnerd commented 9 years ago

Build (web): Reference.svcmap: 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.

Any ideas?

kershnerd commented 9 years ago

Seems this works fine in .net 4.5 but not in .not 4.0

SimoFiuz commented 9 years ago

I am having exactly the same problem in VS2010, targeting against .net 4.0. Any way to use linqtoexcel and its dependencies as standalone references bypassing nuget?