How do set another folder than \bin for my assemblies when "Local Copy"...
.NET (Core and Framework)
3
Posts
2
Posters
0
Views
1
Watching
-
I want to put my referenced assemblies in a subfolder of \bin .. like \bin\assemblies. My application is in \bin. By fefault .NET puts my app/assembly in same folder as my referenced assemblies. i use "Local Copy" of all references. Is there a way to tell .NEt to use other locations? //Maw
-
I want to put my referenced assemblies in a subfolder of \bin .. like \bin\assemblies. My application is in \bin. By fefault .NET puts my app/assembly in same folder as my referenced assemblies. i use "Local Copy" of all references. Is there a way to tell .NEt to use other locations? //Maw
You may try using config file for that. - ashish
-
You may try using config file for that. - ashish