views:

5

answers:

0

My WPF4 XAML has bindings that reference objects in my C++/CLI .dll. In VS2010 the XAML passes verification, but Blend 4 is very borked. It can't find the namespace within the CLI dll.

In the 2008/.NET 3.5 days I could remove the project reference and replace with the compiled .DLL in Blend and go on my merry way but this doesn't work in Blend 4. Anyone know how to get this up and going so my designer can do his work?