Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report scaling
Message
De
04/09/2017 12:41:42
 
 
À
04/09/2017 11:52:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01652813
Message ID:
01653985
Vues:
92
Hi Lucien windows has a sidebyside debugging tool you can use to check what's going on.

To start logging side by side configuration, open a dos prompt with admin rights, type:

sxstrace Trace -logfile:sxs.etl

run your exe, and once done, return to dos prompt and press enter to stop logging,
then parse results to a txt file typing:

sxstrace parse -logfile:sxs.etl -outfile:sxs.txt

open sxs.txt and examine logging results.

You should be able to see what's causing the error on your system.

Marco
@nfoxdev
github.com/nfoxdev
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform