I have a C# application I\'m working on with which I want to use the excellent LuaInterface. However when I run the application I get this exception when I try to do something w
You're using the pre-compiled version of LuaInterface which was built against the 2.0 version of the framework or didn't change the build settings in the LuaInterface project. Change the target framework to the same version as you're building your application and build the library yourself. Your problem will be solved this way.