M
Matt
Hello,
I work on many asp.net projects, so i made a general dll that is not
strong named. To use this dll in a project, a simply copy the dll in
the bin directory and references it using "browse...".
This works fine, but i want to avoid copying the dll in each bin of my
projects. So i created a new directory C:\MyDlls, and added this path
in the "References Path" settings of my projects.
Then i made a copy of the dll in C:\MyDlls, removed the dll in each
bin of my projects and i did a rebuild all of my projects.
However if i run a project the dll is not found, and it seems to
ignore the reference path C:\MyDlls. When i got the error that the
assembly is not found, i can see a list of paths where the project
tried to find the dll. These paths are including the bin directory,
the temporary ASP.NET files in the .NET framework but i don't see
C:\MyDlls in this list.
What am i doing wrong? Any help appreciated, thank you!
Matt
I work on many asp.net projects, so i made a general dll that is not
strong named. To use this dll in a project, a simply copy the dll in
the bin directory and references it using "browse...".
This works fine, but i want to avoid copying the dll in each bin of my
projects. So i created a new directory C:\MyDlls, and added this path
in the "References Path" settings of my projects.
Then i made a copy of the dll in C:\MyDlls, removed the dll in each
bin of my projects and i did a rebuild all of my projects.
However if i run a project the dll is not found, and it seems to
ignore the reference path C:\MyDlls. When i got the error that the
assembly is not found, i can see a list of paths where the project
tried to find the dll. These paths are including the bin directory,
the temporary ASP.NET files in the .NET framework but i don't see
C:\MyDlls in this list.
What am i doing wrong? Any help appreciated, thank you!
Matt