Re: deploying applications that share dll's with asp.net & vb back
- From: "Bill" <Bill@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 Apr 2005 08:15:02 -0700
OMG...... Was it my imagination that I read somewhere that asp.net lets
'programmers concentrate on programming?' What could have been easier then
making a change to a vbscript based .asp and then a simple copy to the
production machine? IMHO changing asp to run precompiled code as opposed to
script being interpreted time after time would have good enough for a
start....oiy ! This sounds like DLL hell v.2 You mentioned deployment tools,
can you recommend any and will they take care of this particular problem.
"Scott Allen" wrote:
> HI Bill:
>
> You could install the DLL once into the Global Assembly Cache, and
> from the GAC the assembly can be shared across applications on the
> entire computer (see
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconGlobalAssemblyCache.asp).
>
> I'd caution you that the GAC can often be more trouble than it is
> worth. If you have a good/automated deployment strategy for your
> applications you'll never notice that a dll has to go into two
> different locations.
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Sun, 10 Apr 2005 06:43:02 -0700, "Bill"
> <Bill@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> >I have a asp.net application that shares DLL's with some backend vb.net
> >programs. In my test environment everything works like a champ. When I need a
> >DLL I point in to the project, do the build and everything works great.
> >
> >It seems though when I try to move all this to a prod server odd things
> >happened.
> >
> >1. if both the online and backend share DLL "x" . "x" exists in the bin
> >directory where the online component lives and also in the bin dir that
> >contains the backend vb.net programs. Is this correct? If so when I make a
> >change to DLL x on my test machine and do I have to copy DLL x to all the
> >directories that contain DLL x? Is there a way around this ?
> >
> >
> >
>
>
.
- Follow-Ups:
- Re: deploying applications that share dll's with asp.net & vb back
- From: Martin Carolan
- Re: deploying applications that share dll's with asp.net & vb back
- References:
- Prev by Date: Re: does anyone knows how to move the bottom of current page, after i press the "button"
- Next by Date: Re: deploying applications that share dll's with asp.net & vb back
- Previous by thread: Re: deploying applications that share dll's with asp.net & vb backend
- Next by thread: Re: deploying applications that share dll's with asp.net & vb back
- Index(es):
Relevant Pages
|