I just downloaded PoshConsole's source code and was trying to build the solution. I initially had two problem -
the System.Interactivity.dll could not be resolved. I installed Blend 4 SDK and that issue was fixed.
Unknown build error - Cannot resolve dependency to System.Windows
Right now, whenever I try to build the project, I get the following error in two projects in the solution and I haven't been able to find a solution after some googling around.
question from:https://stackoverflow.com/questions/7253740/unknown-build-error-cannot-resolve-dependency-to-system-windowsCannot resolve dependency to assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.