G
G Dean Blake
I wrote a web component called GP and gave it a strong name. When I deploy
my ASP application to another web server and put GP.dll in \mywebroot\bin
and include a reference to that location, everything works fine. But if I
don't do that and instead install my GP.dll into the GAC on the target web
server, then my dll can't be located. I figured that I would also need to
make a reference to GP.dll in the GAC but with vs.net that doesn't seem to
be possible because when you browse to the GAC it won't let you make a
reference to anything in the GAC.
As best I can tell this is not working according to the docs or the books.
Anyone know how to do this?
Thanks,
G
my ASP application to another web server and put GP.dll in \mywebroot\bin
and include a reference to that location, everything works fine. But if I
don't do that and instead install my GP.dll into the GAC on the target web
server, then my dll can't be located. I figured that I would also need to
make a reference to GP.dll in the GAC but with vs.net that doesn't seem to
be possible because when you browse to the GAC it won't let you make a
reference to anything in the GAC.
As best I can tell this is not working according to the docs or the books.
Anyone know how to do this?
Thanks,
G