The type or namespace name 'Transactions' does not exist in the namespace 'System' [duplicate]
问题 This question already has answers here : Visual Studio 2012 - Can't find System.Transactions assembly in .NET 4.5 framework (2 answers) Closed 3 years ago . This is in an ASP.Net web application, with Visual Studio 2013. The solution is composed of several projects. I have code in a library project that has using System.Transactions , and it's worked well for months. Today I added the same using System.Transactions in code in the web application project, and it fails with the error message