I have several vectorscripts that run when I change views, mostly so that when I go into a section/elevation/back to plan all of my 3d layers align themselves. For example:
DoMenuTextByName('Standard Views',4);
DoMenuTextByName('Align Layer Views',0);
Until I started using 2008, this worked fine. Now I get a vectorscript error:
Error: no name DOMENUTEXTBYNAME - Menu cannot be found. Align Layer Views
I can't figure out what's wrong with the script, if anything. Has something been added in 2008 that makes this easier so maybe I don't have to bother with vectorscript at all?