RatinFX / VegasProFlow

Create smooth animations without ever leaving the editor
GNU General Public License v3.0
19 stars 0 forks source link

Make it compatible with Vegas Pro 11 #10

Closed rojaoo closed 1 year ago

rojaoo commented 1 year ago

Hello, I'm having a hard time trying to use the extension with Vegas Pro 11. Doesn't matter where I install the files, Vegas Pro wont recognize as an extension, and if I try, just for testing, to run any of the DLLs as a script, by going: "Tools > Scripting > Run Script...", I get this kind of error:

"System.BadImageFormatException: Could not load file or assembly 'file:RatinFX.VP.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."

I'm not sure, but I think Vegas Pro 11 runs .NET framework 3.5, and since you noted on the readme:

"Make sure you have at least .NET 4.8 (or higher) installed on your computer."

That implies the extension was compiled with .NET framework 4.8, so maybe that's the reason why it doesn't work. I don't have any coding experience or knowledge, so I don't know if the code itself changes with the different versions of .NET, but if you could make the script compatible with Vegas Pro 11, I'd really appreciate that.