u7angel
December 12, 2011, 6:54pm
1
i have a simple dynamic plugin which does not compile on save (26.1 and 26). when i close vvvv and start again, it compiles and shows the changes.
to reproduce, just rename a outpin pin and save -> no effect.
one special thing about this plugin, i added System.Data.SQLite.dll with the project explorer.
StringsqlReaderUTF.zip (995.1 kB)
tonfilm
December 13, 2011, 1:46am
2
ah thanks, wanted to do a debug patch for this bug as well becuase i had it multiple times, but had no time yet…
ft
December 13, 2011, 12:37pm
3
I have hit this bug a lot too.
Elias
December 13, 2011, 10:09pm
4
ah yes, thanks. fixed for upcoming release. problem was that copying of referenced assemblies failed as they were obviously in use by the vvvv process.
u7angel
December 13, 2011, 11:11pm
5
i’m glad it wasnt too difficult to fix :)