Re: Referencing Assembly Question Without GAC?
From: WizyDig (someone_at_microsoft.com)
Date: 12/01/04
- Next message: John Dalberg: "Re: Why doesn't IE show full html source?"
- Previous message: Dexter: "What is a good book about Developing ServerControls with VB.NET"
- In reply to: Mike: "Re: Referencing Assembly Question Without GAC?"
- Next in thread: Mike: "Re: Referencing Assembly Question Without GAC?"
- Reply: Mike: "Re: Referencing Assembly Question Without GAC?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Dec 2004 16:36:34 -0600
If you make changes to you common dlls you will need to recompile your
dependant dlls too if the interface changes. So why not just deploy them
when you update your individual apps. Is band width an issue with the upload
or something? We have apps that share dlls and we just push them when we
push everything else in the bin directory. Each bin directory has a copy of
the dll so when you push those dlls you push the copies too. That's the
beauty of X copy deployment. Are these COM compliant assemblies or true
.NET assemblies?
- wiz
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:EA70D284-F051-4BD3-94D7-E53606B8A452@microsoft.com...
> I don't care about the version capabilities and the wwwroot/bin will not
work
> "for me" because I can't put things in that directory. Because of my
> environment I only have control of web sites... so the best solution would
be
> if I could have all web sites use 1 certain web sites bin as the assembly
> cache.
>
> "WizyDig" wrote:
>
> > When you do this you will not have the multi version version cabablities
for
> > that you need a strong name and to register them in the GAC.
> >
> > -wiz
> >
> > "Tampa .NET Koder" <TampaNETKoder@discussions.microsoft.com> wrote in
> > message news:9D5A712C-8602-4D48-96D0-695441A4E574@microsoft.com...
> > > I stand to be corrected; but I believe you can just deploy all of your
> > common
> > > assemblies in a bin folder located under wwwroot:
> > > -wwwroot
> > > ----/bin
> > >
> > > this way all sub applications can share this very same assembly
deployed
> > in
> > > this folder. So, you would just have to replace the single assemble
> > deployed
> > > under the wwwroot/bin folder. try this out
> > >
> > >
> > > "Mike" wrote:
> > >
> > > > I found this question before I asked mine:
> > > >
> > > > ----<previous question>----
> > > > We are clearly going about this the wrong way so before we get too
far I
> > > > would like some advice.
> > > >
> > > > We have all common assemblies like our page base class etc located
on
> > our
> > > > Dev server.
> > > >
> > > > We reference them in all our applications with Copy Local set to
trued
> > > >
> > > > We then publish them to the production server for example so each
> > asp.net
> > > > app has a copy of the common assembly in the bin directory.
> > > >
> > > > This is of course leaving us with the problem of having to replace
the
> > > > assembly in every bin directory when a change is made.
> > > >
> > > > What is the best practice to avoid this issue?
> > > >
> > > > Thanks a million,
> > > >
> > > > Jason MacKenzie"
> > > > ----</previous question>----
> > > >
> > > > I have this same issue, however I can't use the GAC because of
different
> > > > reasons out of my control. Can someone help with the best practice?
> > > >
> > > > THANKS!
> >
> >
> >
- Next message: John Dalberg: "Re: Why doesn't IE show full html source?"
- Previous message: Dexter: "What is a good book about Developing ServerControls with VB.NET"
- In reply to: Mike: "Re: Referencing Assembly Question Without GAC?"
- Next in thread: Mike: "Re: Referencing Assembly Question Without GAC?"
- Reply: Mike: "Re: Referencing Assembly Question Without GAC?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|