J
Jim Bancroft
New to ASP.Net over here, so apologies if this is a basic question-- I'm
using VB .Net to build a managed dll, which I then use in some aspx files.
Works fine, except every time I recompile I have to copy the dll into the
"bin" directory off my root web, otherwise ASP.Net won't find it. I've
added my components the GAC (using gacutil), but that didn't seem to make a
difference-- "bin" or bust, I'm getting.
How can I use my dll without having to copy it to the bin directory every
time I change it? Thanks for the clarifications.
using VB .Net to build a managed dll, which I then use in some aspx files.
Works fine, except every time I recompile I have to copy the dll into the
"bin" directory off my root web, otherwise ASP.Net won't find it. I've
added my components the GAC (using gacutil), but that didn't seem to make a
difference-- "bin" or bust, I'm getting.
How can I use my dll without having to copy it to the bin directory every
time I change it? Thanks for the clarifications.