How to reference DLLs AT RUNTIME outside of your project

Опубликовано: 23 Март 2026
на канале: Dev Parkour
15,977
153

In this video, I show how to reference DLLs in your C# project so that
(a) they don't get copied to your output directory (or bundled with your app)
(b) you can still get Intellisense
(c) your app doesn't crash with an exception that it can't resolve the assembly.

For more information about me, check out https://brianparks.me