I have an old MS Access 2007 project and I have moved some of its procedures to VB.NET using VS 2008. I have compiled the DLL and MS Access can use it successfully.
But when I exit MS Access it restarts automatically with no database loaded, just a blank MS Access screen, with no ribbon and the status bar at the bottom says Ready.
Even if I exit from this spurious MS Access it restarts immediately and returns to this blank screen.
This only happens after I successfully instantiate and called any of my DLL functions.
But when I exit MS Access it restarts automatically with no database loaded, just a blank MS Access screen, with no ribbon and the status bar at the bottom says Ready.
Even if I exit from this spurious MS Access it restarts immediately and returns to this blank screen.
This only happens after I successfully instantiate and called any of my DLL functions.
Comment