i need reference external assemblies dozen asp.net web sites. these assemblies won't in gac, located in location relative web site ("..\..\dlls\release").
from understand, visual studio doesn't have explicit assembly reference, or way link web site external .csproj or .dll library. (unlike web project).
these sites sample projects open-source image-resizing httpmodule http://imageresizingin.net/.
i don't want make users run .bat file copy dlls each /bin folder.
is there secret hints file can use let visual studio know look?
i'm working on dynamic assembly resolution, won't visual studio @ all, hosted versions of site.
add assemblies' full names <compilation>
element of web.config, , put them in gac on dev machine.
Comments
Post a Comment