.NET Runtime Version for Plugins

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

strange. for beta25.1 .NET 3.5 is the right setting.
did you start your plug by cloning from one of the templates? if not maybe try that.

I actually can’t find the templates anywhere. They’re not in the SVN location the tutorials give. Where do I download them?

the templates are shipping with vvvv. simply type
template
in the nodebrowser choose one, then press ctrl+enter to clone from it. also see dynamic-plugins.