Hi Pawal,
Looks like the problem was not resolved yet. Actually when I got the reference of EF library through nuget, it has also updated the config file and added following default config that has overridden my customized connection factory setting.
Regards,
Hitesh
Looks like the problem was not resolved yet. Actually when I got the reference of EF library through nuget, it has also updated the config file and added following default config that has overridden my customized connection factory setting.
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>
I thought it was resolved and moved ahead with something else. But when I came back and saw the config, got surprised and commented out above part. Then, again same problem :(Regards,
Hitesh