@ZaanTerror fixing the IE mode problem might be hard to impossible. But still good luck with trying it.
You should also clean the list of VINs in the vehicle profile tab. To do this you have to create 2 text files.
The first one needs the following 3 lines:
pause
osql -S (local)\VIDA -U sa -P GunnarS3g3 -i clearVINS.sql
pause
and has to be saved as .bat file. For example clearVINs.bat
The second file has these 3 lines:
GO
delete from recentVINs
GO
And needs to be saved as clearVINS.sql
Executing the bat file cleans the list of VINs without breaking anything.
