G
ggupta78
Hi,
Recently i have ported our 1.1 web application to 2.0 using the Web
application project model.
Some of our referenced third party dlls are 1.1 and the rest 2.0.
Now on my Win XP machine, two aspnet_wp processes are created, one
hosting the 1.1 runtime and the other 2.0 runtime.
So what i wanted to understand was, exactly how are the 1.1 dlls being
executed from my 2.0 application?
1) Is the 1.1 runtime being loaded separately or within the same
aspnet_wp? Since what i have gathered till now is that two different
runtimes cannot be hosted within the same process.
Or
2) The 1.1 dlls are being executed on the 2.0 runtime. And we might
face an application crash if an incompatibility is encountered.
Thanks for your answers.
gautam
Recently i have ported our 1.1 web application to 2.0 using the Web
application project model.
Some of our referenced third party dlls are 1.1 and the rest 2.0.
Now on my Win XP machine, two aspnet_wp processes are created, one
hosting the 1.1 runtime and the other 2.0 runtime.
So what i wanted to understand was, exactly how are the 1.1 dlls being
executed from my 2.0 application?
1) Is the 1.1 runtime being loaded separately or within the same
aspnet_wp? Since what i have gathered till now is that two different
runtimes cannot be hosted within the same process.
Or
2) The 1.1 dlls are being executed on the 2.0 runtime. And we might
face an application crash if an incompatibility is encountered.
Thanks for your answers.
gautam