Azure functions runtime exception, the type initializer for system data sqlclient excetion, Unable to load DLL 'sni.dll'

前端 未结 2 1108
清酒与你
清酒与你 2021-01-21 13:14

I am using aspnet core 3.0 and azure function v3-preview with system.data.sqlclient version 4.7.0 When i try to run azure function(on both service queue trigger

2条回答
  •  梦谈多话
    2021-01-21 13:45

    Please make sure your azure function meet these criteria in this link.

    And here is a workaround provided by others, add the following to your .csproj:

    
        
      
      
        
      
    

提交回复
热议问题