Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report scaling
Message
From
04/09/2017 12:41:42
 
 
To
04/09/2017 11:52:12
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows Server 2016
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01652813
Message ID:
01653985
Views:
93
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform