Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP takes too long to open project.
Message
General information
Forum:
Visual FoxPro
Category:
Source Safe Control
Miscellaneous
Thread ID:
00753461
Message ID:
00754467
Views:
36
Victor;

It would be nice if all PC software and hardware would play together. Rather than enjoy compatibility of that nature we have instead the old finger-pointing contest. No company wants to take responsibility for anything. Sometimes things give the illusion that they work well but have a fit at 2 AM on a Wednesday, six months after being installed and running without a hitch.

Tom


>Well this did the trick. What I still don't understand though is why it's necessary to completly disable NAV's auto-protect service when I've already excluded the filetypes. After some testing it appears the workstations is where the problem lies. Disabling the service causes the project to open in 2 seconds as opposed to 15 or 20 minutes....needless to say a vast improvement.
>
>>>ok I excuded these file extensions on both the server and workstation:
>>>bmp, cur, dbc, dct, dcx, frt, frx, fxp, ico, ini, jpg, lbt, lbx, mna, mnt, mnx, mpr, msk, pjm, pjt, pjx, prg, sct, scx, vca, vct, and vcx. Still takes forever and still cant compile.
>>>
>>
>>Does disabling Auto-Protect before you open the project help? If so, here is the code I use to open a project. It should work on Windows 2000/XP:
>>
>>* Open project
>>Wait "Loading Project..." window nowait
>>Run /N7 net stop "Norton AntiVirus Auto Protect Service"	&& disable Norton Anti-Virus
>>Modify Project MyProject Nowait
>>Run /N7 net start "Norton AntiVirus Auto Protect Service"	&& enable Norton Anti-Virus
>>Wait clear
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform