What version of the .NET runtime should I be using for Plugins? Anything less than .NET 3.5 and I can’t add the reference to VVVV.PluginInterfaces.dll to my project (says I need to use a later runtime) but even with .NET 3.5 when I try to load the Node into VVVV I get this error (which shows in the TTYRenderer):
08:53:40 ERR : Exception in mscorlib: Could not load file or assembly ‘file:///C:\Users\tom\vvvv_45beta25\plugins\Myplugin\Myplugin.dll’ or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Any ideas?
Tom