Re: Registering DLL

by cfps.Christian on 11/1/2007 12:25:00 PM On Oct 31, 7:21 pm, "Michael C" <m...@nospam.com> wrote:
> "Spam Catcher" <spamhoney...@rogers.com> wrote in message
>
> news:Xns99DAC8084BA9usenethoneypotrogers@127.0.0.1...
>
> > "Michael C" <m...@nospam.com> wrote in
> >news:O3XvY3oGIHA.4196@TK2MSFTNGP04.phx.gbl:
>
> >> Putting dlls or exes on a network share is a really bad idea. If you
> >> want some way to update your app from a central location then write
> >> some sort of automatic install.
>
> > If it's an intranet app, the OP could use ClickOnce for automatic updates.
>
> Yes, something like that is a much better solution. Even something that just
> copies the files locally would be better :-)

The problem I'm finding is that ClickOnce won't work for the dll and
thats the one that really needs moved since the dll is acting like a
program here. I tried to use ClickOnce but in the end I didn't need
my application to be mobile (it works fine on the server) but just the
dll.