<?xml version="1.0" encoding="UTF-8" ?> <ScriptSettings> <AssemblyReference>System.Core.dll</AssemblyReference> </ScriptSettings>
I've followed the instructions in Vegas Pro Scripting FAQs and placed the above "Script Name.xml.config" file in the same directory as the "Script Name.cs" file. Why am I still getting the following error:
C:\Program Files\VEGAS\VEGAS Pro 18.0\Script Menu\{Script Name}.cs(3) : The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
I have
using System.Linq;
at the top of the .cs file.