Some Visual Studio extension APIs do not support editing files that are opened using file paths containing forward slashes, or a mix of forward and backward slashes. By default, Visual Assist prompts to reload such files. Change behavior of Visual Assist by modifying the following registry key:
HKCU\Software\Whole Tomato\Visual Assist X\<IDE spec>\WarnOnLoadOfPathWithReversedSlashes
	
		
			| Value | Meaning | 
		
			| 00 | Do not warn; do not reload | 
		
			| 01 | Warn; ask to reload (default) | 
		
			| 02 | Do not warn; automatically reload | 
	
Visual Assist builds 2255-2270
Set the registry value to 00 to disable warnings.
Automatic reload is not available.