Posts by Luciano R. de Albuquerque • 141 points
3 posts
-
3
votes3
answers2879
viewsA: Run script with Python: command "python3" is not recognized
If you have already done the installation of Python3.x on your Windows find the directory in which it was installed and configure the PATH environment variable. See how is the path variable of my…
-
0
votes1
answer30
viewsA: What kind of data in an Application Service with 3 different tables?
Confirm that your Employees model/class has the right relationships for the Department and City models/classes. See if this documentation helps you:…
-
1
votes2
answers67
viewsA: How to use Log4net Adonetappender only at Error level
Try using the "Threshold" in the section you are configuring the connection to the database: <Evaluator type="log4net.Core.Levelevaluator"><Threshold value="ERROR"/></Evaluator>.…