msdtc service keeps shutting self down when using multiple entity framework data models. solution manually restart msdtc service, how can restart service using c# in wpf application?
thanks
msdtc runs regular windows service under name "distributed transaction coordinator". can stop , start using servicecontroller class (using system.serviceprocess).
Comments
Post a Comment