external-assemblies
DLL works for web based apps but not stand window apps
I took some of my most used functions and extensions and put them into a DLL so I can include the DLL into any project.This works fine for web based projects but throws an error on stand-alone apps.I[详细]
2023-03-06 18:59 分类:问答How do I handle dependency DLLs that aren't referenced by my code but are required to be in the bin?
I\'m developing a series of plugins for a 3rd part application, and the vendor gives us all of their plugin assemblies along with some helper assemblies for working with their system.[详细]
2023-02-21 00:31 分类:问答.NET Assembly Referencing 101
I have the following class located in Assembly A. The assembly has a reference to StructureMap 2.6.1.[详细]
2023-01-04 06:22 分类:问答