An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll
jmbalanag opened this issue · 2 comments
Hello, I'm experiencing this problem:
"An unhandled exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll"
even with the cloned repository.
Heres the inner exception:
{"Could not load type 'Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionExtensions' from assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.":"Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionExtensions"}
Problem is not occurring in RC2.
Hello, did you make sure dependencies are restored?
Try doing dotnet restore
and then dotnet ef
from the command line manually to see if that worked.
@jmbalanag I'm closing this, please reopen if you still have issues.