You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referring to this one -
This issue still exists with .net6 if I use my new project with .net6 and dapper's library implementation class library with .net framework 4.7.2.
We can't upgrade the dapper's common library implementation to .net6 yet.
But the issue occurs with following error -
"Method not found: 'System.Security.CodeAccessPermission System.Data.Common.DbProviderFactory.CreatePermission(System.Security.Permissions.PermissionState)'." with basic use of using (context)
{
connection.open()...
}
--
Thanks,
Sunil
The text was updated successfully, but these errors were encountered:
#1
Referring to this one -
This issue still exists with .net6 if I use my new project with .net6 and dapper's library implementation class library with .net framework 4.7.2.
We can't upgrade the dapper's common library implementation to .net6 yet.
But the issue occurs with following error -
"Method not found: 'System.Security.CodeAccessPermission System.Data.Common.DbProviderFactory.CreatePermission(System.Security.Permissions.PermissionState)'." with basic use of using (context)
{
connection.open()...
}
--
Thanks,
Sunil
The text was updated successfully, but these errors were encountered: