Tag: typeloadexception

TypeLoadException说'没有实现',但它被实现

我们的testing机器上有一个非常奇怪的错误。 错误是: System.TypeLoadException: Method 'SetShort' in type 'DummyItem' from assembly 'ActiveViewers (…)' does not have an implementation. 我只是不明白为什么。 SetShort存在于DummyItem类中,我甚至重新编译了一个写入事件日志的版本,以确保它不是部署/版本问题。 奇怪的是,调用代码甚至没有调用SetShort方法。