0

every time I start a build on TFS I get a error message that the OLEDB provider is missing on the local machine:

Test method BookLibrary.UnitTest.DatabaseCommunicationTest.AddBookTest threw exception: System.InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

Is there any option to add the 'Microsoft.ACE.OLEDB.12.0' provider to a TFS continuous build?

dove
  • 20,469
  • 14
  • 82
  • 108
Inoverse
  • 11
  • 1

1 Answers1

0

Have you tried logging into the build machine and installing Microsoft Access Database Engine 2010 Redistributable

Betty
  • 9,109
  • 2
  • 34
  • 48
  • No. I do not have access to the build machine. Is there another way to run these test without installing the Mirosoft Access DB Enginge 2010? – Inoverse Dec 11 '12 at 14:58
  • No, those specific tests require it. You could filter out any that require it and not run them on the build server though. – Betty Dec 11 '12 at 18:24