Scheduled Task Adapter
After considering the options for a project where interfacing in a scheduled manner was required i came across the Scheduled task adapter. This thing is so easy to use, I must speak about it! The following section describes the steps required to implement the scheduled task adapter. Installation Register the components To install the Scheduled task adapter download the adapter from ‘Codeplex’ ( http://biztalkscheduledtask.codeplex.com/ ). Run the setup and follow the steps during the setup. Note: In the current version the setup does not register the necessary dll’s in the Global Assembly Cache. These steps have to be performed manually. - Start the Visual Studio command prompt - Navigate to ‘C:\Program Files\Biztalk ScheduledTask Adapter’ - Run ‘GACUTIL –i Biztalk.Adapter.ScheduledTaskProperties.dll’ - Run ‘GACUTIL –i Calendar.Schedules.dll’ - Run ‘GACUTIL –i ScheduledTaskAdapter.Admin.dll’ - Run ‘GACUTIL –i ScheduledTaskAdapter.dll’ - Run ‘GACUTIL –i Scheduled...