I can’t find: System.Transactions Namespace

usually System.Transactions is not part of your references, try to add it in your references by:

  • right click on your references if you are using Web Application or in your Project if you are using Web Site.
  • find the System.Transactions in the .NET references.

You should find the System.Transactions in your references.

Leave a Comment