Re: deploying applications that share dll's with asp.net & vb back

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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 ?
> >
> >
> >
>
>
.



Relevant Pages

  • HPG85 scan over jetdirect printserver 500X
    ... Setting debug level of dll to 128. ... SANE dll backend version 1.0.10 from sane-backends ... add_backend: adding backend `hpoj' ... ptalDeviceProbe: dev=. ...
    (comp.os.linux.hardware)
  • Re: I have a problem ("server too busy" with plenty of free resources)
    ... if the .dll is making blocking calls to the backend and the backend stops ... stops responding). ... > happen a couple of times with my eyes, I checked the resources, 30% of cpu ...
    (microsoft.public.inetserver.iis)
  • deploying applications that share dlls with asp.net & vb backend
    ... I have a asp.net application that shares DLL's with some backend vb.net ... In my test environment everything works like a champ. ... DLL I point in to the project, do the build and everything works great. ...
    (microsoft.public.dotnet.framework.aspnet)
  • DllImport question
    ... I was trying to link a UI I made in C# to the backend which is coded ... I used the DllImport attribute to invoke the dll functions. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Development for VGA resolution in C# - how?
    ... > If this was possible then i could look for our applications loaded on the ... > which explains the concept of how to stamp an exe then i would be very ... >>> Robert, ... The EXE's are just a shell which load the DLL and passes ...
    (microsoft.public.pocketpc.developer)