Could not load type from assembly error

前端 未结 25 1447
温柔的废话
温柔的废话 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 03:56

    Just run into this with another cause:

    running unit tests in release mode but the library being loaded was the debug mode version which had not been updated

提交回复
热议问题