codeice / linqtoexcel

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

Missing dependency - Castle.SynamicProxy2 when using WPF Designer #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add Linq to Excel to WPF .net 4 project using NuGet
2.Use the Designer

What is the expected output? What do you see instead?
The Designer should work as normal but instead unhandled exceptions will be 
thrown as the system will be unable to locate the Castle assembly.
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.

Original issue reported on code.google.com by sergio.r...@gmail.com on 21 Jul 2011 at 9:13

GoogleCodeExporter commented 8 years ago
same issue., but on webserver. Nothing to do with wpf in my case

Original comment by mcgin...@gmail.com on 21 Jul 2011 at 12:42

GoogleCodeExporter commented 8 years ago
Mcginkel reported that he solved the issue by cleaning the project's bin 
directory.

Original comment by paulyo...@gmail.com on 21 Jul 2011 at 6:21