I'm using VS7 with Windows XP. Latest patches installed. VS7 won't enter capture mode. It crashes when the Capture tab is clicked. I've looked at the Showshifter solution, as I do have an ATI video card, but the file to be renamed is not in the folder indicated in the fix. As a matter of fact, it doesn't exist anywhere on my PC. One with a very similar name "vbisurf.ax" (rather than "avbisurf.ax") is to be found in \windows\system32\ however. When I rename this one as if it was the fix, VS7 still crashes. This file actually recreates itself while I'm off restarting - and crashing - VS7!
Any suggestions?
thanks,
-Dave.
Capture causes crash
Moderator: Ken Berry
-
THoff
It sounds like the Windows File Protection is kicking in an putting the file back because it's in a system directory. You can turn that off in the Control Panel prior to deleting the file, but rather than doing that, I would unregister the filter by running regsvr32 /u filename.ax from a command prompt.
This is the preferred way to remove a filter, since you keep the file in case you need it, and because it removes the associated registry entries and COM interfaces.
This is the preferred way to remove a filter, since you keep the file in case you need it, and because it removes the associated registry entries and COM interfaces.
-
ckizuka
-
DrLate
-
THoff
