PDFTexture, CV

New bugs,

I know these aren’t in the addon pack but they may point to a possible issue further down the line with plugin creation and contributions. I’m pretty sure they were both working correctly in an earlier Alpha…

CV message error (27.5 kB)
PDF Texture error (26.3 kB)

those most likely just need a rebuild since vvvv now uses .net4

note: thats a general problem with stuff in the contributions. we try to keep the need for rebuilds to a minimum but when changing .net frameworks thats not possible.

the advantage of putting stuff in the addonpack is that our buildserver does that rebuild for us and we don’t have to touch every single plug.

hmmm. interesting error:

System.IO.FileLoadException: Could not load file or assembly ‘file:///C:\Users\Hayden\Desktop\contributions\plugins\Open CV\Plugins\VVVV.Nodes.EmguCV.dll’ or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: ‘file:///C:\Users\Hayden\Desktop\contributions\plugins\Open CV\Plugins\VVVV.Nodes.EmguCV.dll’ —> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If

not sure if that’s telling the truth or not, but for some reason it thinks the local file is in a network location (perhaps addressed via a virtual drive?)

is this with prebuilt dll’s
i presume as joreg says, you need to use dll’s rebuilt for the alpha (in progress, but i’m having a little alpha trouble myself)