Source not found when adding a library

sunroads 1 Reputation point
2021-10-22T13:20:19.707+00:00

I add a NuGet package (library) called EPPlus (doesn't really matter I guess) to export sheets to excel and right after that program for some reason at some random point during runtime gives an error saying some random source fine not found. Why in the world is this happening? Solution was built well. I tried experimenting with "Just my code", checking/unchecking boxes "NuGet Symbol Servers" and "Microsoft Symbol Servers", tried decompile source to symbol file that made no difference, to tried installing different versions of that library. What else is there to try? I guess it has to do with adding some symbols but it is quite complicated to comprehend this concept for a new coder. Please, let me know how to fix it?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,249 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
939 questions
{count} votes