Vlc plugin turning red with my beta26

this is really strange,the vlc plugin turning red with my beta26,the tty error message is:
00:01:16 ERR : System.TypeLoadException: Assembly“393949627.dynamic.1, Version=0.0.0.0, Culture=neutral,

PublicKeyToken=null”in type“VVVV.Nodes.C0_3EX9_TextureVlcNode”the method“CreateTexture”does not have an implementation。

at System.Reflection.Assembly._GetType(String name, Boolean throwOnError, Boolean ignoreCase)
at System.Reflection.Assembly.GetType(String name)
at VVVV.Hosting.Factories.DotNetPluginFactory.CreatePlugin(INodeInfo nodeInfo, IPluginHost2 pluginHost)
at VVVV.Hosting.Factories.DotNetPluginFactory.CreateNode(INodeInfo nodeInfo, IInternalPluginHost

pluginHost)
at VVVV.Hosting.Factories.AbstractFileFactory`1.Create(INodeInfo nodeInfo, INode host)
at VVVV.Hosting.HDEHost.CreateNode(INode node)

im also testing it with another computer which is only installed the .net 4.0(without .net3.5sp1),but that one working fine. any ideas? cheers.

This plugin is need to be recompiled with latest VVVV libs. I’m have it’s latest sources, so i will publish new build this night.

I uploaded a newly compiled dll under beta26: vlc-plugin-(beta)-a-new-audiovideo-player-to-texture-plugin

I hope this helps…

@ft,alg,thank you for both of you,working perfectly.