All,
I want to preface this by stating the only reason we are using .net vice Classic is .net's ability to create a 64bit application.
So, I have successfully migrated our legacy PB code to 12.5.1 .net. I can successfully deploy both a 32 and 64 bit executable.
The problem is the connection to our Oracle 11g database in the 64bit mode ('Transaction not connected'). No problem connecting with the 32bit app.
I've read for 64 bit applications I need to use ADO.net for database connections. I'm going to chase that down now, but if anyone has experienced this and can save me some time, that would be awesome.
Thanks