79402642

Date: 2025-01-31 11:58:17
Score: 0.5
Natty:
Report link

When you deploy code to azure, were all existing files/ddl are cleared? it could be that old dlls still on the app service (not cleaned).

Also check the zip or folder of build/published package locally to see if both System.Data and Microsoft.Data dll are actually both there.

Regarding The exception occurs when connection string is parsed, probably you mean `not parsed' so gives exception above? If local uses Microsoft.Data, the app service should too. check the difference in debug and release folder to see if all dlls are same.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: qkfang