INFO: No Module had the Logon/Logoff property set to TRUE, the "[FirstModule]" Module.LogonLogoff property has been set to TRUE; this module will contain Logon/Logoff call definitions. |
When the Project has the PooledSessionSupport property set to False, at least one of the modules in the Project needs to include a Logon and Logoff method, or there will be no way to attach a caller to a valid host session.
You can select which module contains a Logon and Logoff by cancelling the Wizard and setting the property yourself. All modules can include the Logon/Logoff methods if appropriate; they call a common class defined in the Tasks project so it is just an extra method declaration.