Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 - Can't find System.Transactions assembly in .NET 4.5 framework

I'm trying to add a reference to System.Transactions in a C# Visual Studio 2012 project, but System.Transactions isn't available among the framework assemblies, as you can see for yourselves in the below screenshot: Available framework assemblies

Does anyone know why System.Transactions would be unavailable to me? How can I make it reappear?

Edit: Fixed the screenshot, thanks Marc!

like image 337
aknuds1 Avatar asked Aug 05 '12 19:08

aknuds1


1 Answers

There was a Microsoft Connect entry posted for this, which had a comment suggesting that you can browse for it. The path given is:

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Transactions.dll

like image 64
Mark Hall Avatar answered Oct 12 '22 11:10

Mark Hall