Can you use Visual Studio.NET for this?

lnetzel wrote on 7/10/2003, 2:17 AM
I would very much like to do some scripts and I use Visual Studio:NET for ASP:NET applications daily. I wonder if it's possible to add some DLL from the Vegas application as a reference in VS.NET to get the intellisence working on their classes and methods... what DLL should that be then? Is it the "Interop.VegasCOM.dll"?

Comments

lnetzel wrote on 7/10/2003, 6:03 AM
That helped me to see I need one more dll , the scripting host, but I still can't get it to work well in VS.NET and I'm not sure what project to start up do be able to do VBscripting and also use the Command Complete. So please give me more help if possible!
SonyPJM wrote on 7/10/2003, 9:10 AM
One thing to keep in mind is that scripts are compiled by Vegas when they're run so when you use VS.NET to edit a script, you don't need (or want) to compile.

I think you can create a VB Class Library project, add a reference to SonicFoundry.ScriptHost.dll, and your Command Complete will work (I just tried it, seems OK to me).