Hello all,
First, version numbers
I'm using LLBLGEN Pro 3.1 Final (June 17th 2011) on a Windows 7 Professional 64bits. I want to reverse-engineer entities from an Oracle Express 11g (32bits, since it's the only version at the moment) to NHibernate, using ODP.Net. I'm using .net 4
I started by using the MS Oracle Provider, which worked out of the box, but since i encountered the NUMBER to Decimal problem, and since there's no way to handle the NUMBERS correctly except using ODP.Net, i tried doing that.
Following advice from this forum, i decided against trying to merge to imports with two providers and created a brand new project.
First LLBLGEN complained that ODP.Net wasn't installed, which surprised me since i thought that it was bundled in Oracle XE. I installed the ODP.Net 64 for .Net 4, and now it looks like the tnsnames.ora i have in Oracle XE isn't recognized anymore.
I'd like to know if anyone can help with these problems; i have a feeling i could easily wreck my dev box and wouldn't want to spend hours desinstalling/reinstalling everything to do the mapping.