I'm trying to access DB2 V10 over z/OS via visual studio 2015 and entity framework 6.
After some research i found some promising article - http://www.ibm.com/developerworks/data/library/techarticle/dm-0903linqentity/
However the example used is for 2010 and the same Add-in is not getting installed for 2015.
Is there any better way of doing this with the combination of VS 2015 + EF6? Am i missing anything?
Note : I don't have the luxury of using third part software's to accomplish the task.
I have tried to install "IBM Database Add-ins" (acquired from the above link itself). This was not successful and below is the installation log details for your reference (if this helps)
Property(C): GENERIC_DLG_TITLE = IBM Database Add-Ins for Visual Studio Setup
Property(C): p_DotNetFWInstalled = YES
Property(C): p_DotNetFW11Installed = NO
Property(C): p_DotNetFW20Installed = YES
Property(C): p_DotNetFW40Installed = YES
Property(C): p_vsnet2005Installed = NO
Property(C): VS90_INSTALLDIR = c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\
Property(C): p_vsnet2008Installed = YES
Property(C): VS90_ENVDIR = c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\
Property(C): VS2015_INSTALLDIR = C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\
Property(C): p_vsnet2015Installed = YES
Property(C): VS2015_ENVDIR = C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\
=== Logging stopped: 18/04/2016 12:17:08 ===
MSI (c) (24:A4) [12:17:08:000]: Product: IBM Database Add-Ins for Visual Studio -- Installation operation failed.
MSI (c) (24:A4) [12:17:08:001]: Windows Installer installed the product. Product Name: IBM Database Add-Ins for Visual Studio. Product Version: 10.5.600.234. Product Language: 1033. Manufacturer: IBM. Installation success or error status: 1603.
Any help is appreciated.
Thank you