Patrice
Mon Nov 14 03:58:01 CST 2005
It should be just an update in the configuration file...
My understanding is :
- the application is 1.0
- 1.1 is currently installed
The application runs with 1.1. If 2.0 is installed, it will run with 2.0
(the latest installled as 1.0 is not present). If 1.0 were installed it
could run with 1.0.
Else updating the application config file (whihc i s external to the
application) allows to tell the applicatino it should run with 1.1 even
though 2.0 is installed...
--
"Harrison Midkiff" <HMidkiff@aviinc.com> a écrit dans le message de
news:O17j1Oi5FHA.2524@TK2MSFTNGP10.phx.gbl...
> Patrice:
>
> Thank you very much for your posting.
>
> I am not the developer who wrote the application so please excuse me if I
> get anything wrong. The developers have wrote their applications in v1.0
I
> think. They have said there is something in 2.0 which will break there
> applications. So far no one has installed 2.0. Knock on would. I
followed
> up on them regarding the configuration file, but they claim this would be
> something they would have to do to each application. After reading the
> article this just seems to be one update. Is that correct or do I have to
> add this for each application?
>
> Thanks again.
>
> Harrison Midkiff
>
> "Patrice" <nobody@nowhere.com> wrote in message
> news:ezd8rEf5FHA.3384@TK2MSFTNGP11.phx.gbl...
> > It could perhaps try to run in 2.0 if only this version is available ?
> >
> > Anyway my advice would be :
> > - if the default behavior for the runtime selection doesn't fit your
needs
> > you could update the config file for your application to specify which
> > runtimes are supported
> >
> > IMO it's better as you'll likely run one day in a situation where
another
> > app needs the 2.0 runtime so isntead of blocking 2.0 based applications,
> > just tell those who can't run with 2.0 they shouldn't...
> >
> > See :
> >
http://msdn2.microsoft.com/en-us/library/9w519wzk for details
> > --
> > Patrice
> >
> > "Damien" <Damien_The_Unbeliever@hotmail.com> a écrit dans le message de
> > news:1131619612.548569.222570@g47g2000cwa.googlegroups.com...
> >> Lloyd Dupont wrote:
> >> > >> If it is applied it will break a custome app we have developed.
> >> > >
> >> > > In what way? Have you actually tested this? Framework versions are
> >> > > designed to live side by side, and assemblies will run against the
> >> > > framework they were compiled against (unless that framework version
> >> > > is
> >> > > not available, so I've heard recently). So unless you're doing some
> >> > I believe that is incorrect.
> >> > I believe that, unless specified in a manifest file, the latest
> > framework
> >> > available would be used.
> >> >
> >> >
> >> Okay, I've got both 1.1 and 2.0 installed on my machine. Fired up
> >> VS2003, did a windows form project. Stuck a button on it. Compiled
> >> (Release). Exited Visual Studio. Fired it up, and used my favourite
> >> tool (Process Explorer from sysinternals), I can clearly see it loading
> >> config information from the 1.1.4322 directories (Enterprise and
> >> Security config files) and linked to the 1.1.4322 DLLs, so I strongly
> >> believe that it's running under 1.1. It *could* be running under 2.0
> >> and just accessing 1.1 config, but I'd expect to see some trace of it
> >> connecting to 2.0
> >>
> >> Damien
> >>
> >
> >
>
>