The XAF Solution Wizard has successfully generated the solution according to your settings.

  • The Solution2.Module project keeps your platform-agnostic code. Add persistent objects code to the Business Objects folder of this project and XAF will automatically create a UI to create, read, update and delete these persistent objects.
  • The Solution2.Win project is a startup project for the desktop application.
  • To specify the database used by your application, modify the ConnectionString attribute in the configuration file located in the startup project.
  • To login, enter the "Admin" user name with empty password.