Link to home
Start Free TrialLog in
Avatar of praveen1981
praveen1981Flag for India

asked on

Transaction in Dotnet

Hi
I am using Oracle 10g as database and oracle 11 as Client and i am using .Net 4.0 , Now when i am using Transaction
I have used the following code
 using (TransactionScope transScope = new TransactionScope(TransactionScopeOption.RequiresNew))
            {
                     ----
                      ----
            }

but i am getting the following error

Unable to load OraMTS  

can you please suggest .

ASKER CERTIFIED SOLUTION
Avatar of Navneet Hegde
Navneet Hegde
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of praveen1981

ASKER

This solved the Problem