This is a migrated thread and some comments may be shown as answers.

Test runner in 32-bits

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Vouille
Top achievements
Rank 1
Vouille asked on 24 Jul 2014, 09:03 AM
I have a bunch of unit tests that access a MS Access DB (not the best thing to do, I know, but I didn't write them).

Since Jet.OLEDB is only available in 32-bit mode, I have tu run my unit tests using nunit-console-x86.exe.
It seems I can't do the same using Justcode in Visual Studio ? So my unit tests fail while they should be working if I ran them in 32 bits.

Thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay Valchev
Telerik team
answered on 28 Jul 2014, 09:17 AM
Hello,

Thank you for the feedback!
I reviewed you problem and, as you mentioned, Jet.OLEDB is only available in 32-bit mode, hence once you change the project's build platform target to x86 the Test Runner should work fine. 

Please let us know if you have any further questions or remarks!

Regards,
Nikolay Valchev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Vouille
Top achievements
Rank 1
Answers by
Nikolay Valchev
Telerik team
Share this question
or