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
This is because despite having the right path for the DLL, we load the DLL from the previous project as they have the same name. We need to load the DLLs in to a different App Domain so we can unload them.