c# - Missing Dependency: Castle.DynamicProxy2 after install LINQtoExecl from NuGet -


i added package linqtoexcel .net 4 wpf project , when entering designer presented following error:

system.io.filenotfoundexception not load file or assembly 'castle.dynamicproxy2, version=2.1.0.0, culture=neutral, publickeytoken=407dd0808d44fbdc' or 1 of dependencies. system cannot find file specified.

linqtoexcel has 1 dependency - log4net, installed part of nuget process. both referenced , set copy local. i'm not sure reference castle coming or how go fixing it.

does have suggestions?


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -