-
Notifications
You must be signed in to change notification settings - Fork 9
The configuration file
Mauro Rogledi edited this page Feb 28, 2018
·
3 revisions
Erp Studio.net Framework can manage applications divided into different libraries (.dll).
With the ApplicationModules.config
file we can inform the framework with wich modules our application is made.
<?xml version="1.0" encoding="utf-8"?>
<modules name ="My Erp App" folder="ErpApplication">`
<module name="Customer" namespace="ERPCustomer"></module>
</modules>
This file will be placed in the folder that contains the ERPManager.exe
file