Namespace Using.System.Transactions is not working... how and where do i define a namespace??? Plz help!
Compiler Error Message: CS0234: The type or namespace name 'Transactions' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
Line 9: using System.Web.UI.HtmlControls;
Line 10: using System.Collections.Generic;
Line 11: using System.Transactions;
Line 12: using System.Text;
Line 13: using MB.TheBeerHouse.DAL;
Source File: c:\Users\STICKER\Documents\My Web Sites\PERCSHARP\App_Code\BLL\Store\Order.cs Line: 11