Guest User

Untitled

a guest
Jun 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. using (TransactionScope tsTransScope = new TransactionScope())
  2. {
  3. //Do stuff here
  4. tsTransScope.Complete();
  5. }
  6.  
  7. {"Error HRESULT E_FAIL has been returned from a call to a COM component."}
  8. {"Communication with the underlying transaction manager has failed."}
Add Comment
Please, Sign In to add comment