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
with C# I am trying to move a error tracker to a .dll. The .dll at present uses SQLClient 6.0.2 to write to our database. The calling program is just one procedure that produces a divide by zero error to generate the exception. This part of the program runs fine. But when I try to use ILogger the program crashes saying it can't find Microsoft.Extensions.Logging 9.0.0.0. I have tried Logging 9.0.6, 9.0.4 and at present I have only included Microsoft.Extensions.Logging 9.0.0 and ...Console 9.0.0 and it still crashes with the same error on the instantiation. Does SqlClient use 9.0.0? I can include code but the program doesn't do much.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
with C# I am trying to move a error tracker to a .dll. The .dll at present uses SQLClient 6.0.2 to write to our database. The calling program is just one procedure that produces a divide by zero error to generate the exception. This part of the program runs fine. But when I try to use ILogger the program crashes saying it can't find Microsoft.Extensions.Logging 9.0.0.0. I have tried Logging 9.0.6, 9.0.4 and at present I have only included Microsoft.Extensions.Logging 9.0.0 and ...Console 9.0.0 and it still crashes with the same error on the instantiation. Does SqlClient use 9.0.0? I can include code but the program doesn't do much.
Beta Was this translation helpful? Give feedback.
All reactions