Could not load type from assembly error

前端 未结 25 1404
温柔的废话
温柔的废话 2020-11-30 03:30

I have written the following simple test in trying to learn Castle Windsor\'s Fluent Interface:

using NUnit.Framework;
using Castle.Windsor;
using System.Col         


        
25条回答
  •  再見小時候
    2020-11-30 04:16

    Yet another solution: Old DLLs pointing to each other and cached by Visual Studio in

    C:\Users\[yourname]\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies

    Exit VS, delete everything in this folder and Bob's your uncle.

提交回复
热议问题