Thank you for pointing me to the right post.
I opened the Drivers solution - removed all projects except SQLServer and updated the .cs files to reference SQLServer 2016 corectly.
I also remove the strong key in the assemblyInfo.cs. I don't know how to create a new one to add. Can you assist with that.
I was able to rebuild the solution (I had to remove a Post Build event command to get it to compile)
I then copied the DLL that was created (from the bin directory) over to my installation directory in the Drivers folder to replace the current file.
Now I am getting this when I try to open my LLBLGEN Project
Could not load file or assembly 'file:///C:\Program Files (x86)\Solutions Design\LLBLGen Pro v2.6\Drivers\SqlServer\SD.LLBLGen.Pro.DBDrivers.SqlServerDBDriver.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded
I made the changes in visual studio 2017 -- is that the problem? I don't have an older version of visual studio on my computer to use. Is there any way around this? Does this have anything to do with the strong key?
Thanks