뒤끝 펑션 [개발환경 설정하기] - [디버그] 항목을 따라하던 중 아래와 같은 예외가 발생하여 확인 요청 드립니다.
System.IO.FileNotFoundException: Could not load file or assembly ‘$(ProjectDir)\bin\Debug\netcoreapp2.1\BackendFunction.dll’. 지정된 파일을 찾을 수 없습니다.
File name:
at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)
at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)
at System.Reflection.Assembly.LoadFile(String path)
at BackendDEBUG.Program.Main(String[] args) in C:\Users\yeosw\Documents\thebackend_bf_sdk\BackendDEBUG\BackendDEBUG\Program.cs:line 34