app.config dependentAssembly not working
问题 I would like to directly link to Dlls that are used at compile/runtime. My program layout is this: Console Exe launches a winform dll. That dll uses a bunch of dlls to perform. The Appconfig is located in the project of the winform dll. Based on some reading, is the winform dll looking for the wrong app.config? I am intending on executing my dll using Assembly.LoadFrom(); I created an app.config file and added the following lines inside the section <runtime> <assemblyBinding xmlns="urn