I'm running ODT.NET 2.112.1.2
Same as you I have the following in "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config"
<add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.112.1.2, Culture=neutral, PublicKeyToken=89b483f429c47342" />
And the following in "C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config"
<add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=2.112.1.2, Culture=neutral, PublicKeyToken=89b483f429c47342" />
I Run Widnows 7 64-bit.
I have nothing in the config files under "C:\Windows\Microsoft.NET\Framework64"
That's because I didn't download the ODP.NET 64-bit version.
Now when I run the LLBLGenPro_x86.exe, it works.
And when I run the LLBLGenPro_NET40.exe, it works.
Only when I run LLBLGenPro.exe it doesn't work, cause it looks for the 64-bit version.