If you are using transaction in SSIS packages, you may encounter with this error.
Quick fix
Open you .net command prompt type
MSDTC -install
After installing MSDTC, service you need to start it using below command
Net Start MSDTC
well, you can use Net start or Net stop to start and stop an services
Satalaj