Can I configure a .NET application in a way (settings in Visual Studio) that it references a \"local\" assembly (not in GAC) instead of an assembly within the GAC, although
You can use ilmerge and merged the assemblies into a single library to get around it.