Now I've got the other point - to restrict application working with only
certain lib version - e.g. I have some library installed, I'm building my
project with that library although my project should work with it's older
version. The project compiles successfully (no interface differences), but
acutally there is an error prone situation because my project is expecting
to execute the older functionality of the library. Here I'd like to get an
error saying "wrong library/component version"
Any ideas?
> Hi!
>
[quoted text clipped - 12 lines]
>
> Thanks in advance for any advises/suggestions!
Richard Lander - 17 Jun 2004 16:02 GMT
I sounds like you want your application to hard-bind to a particular
version of an assembly and that you'd like a fatal error to occur in the
case that the application cannot find the particular version needed. This
how the loader already works. Are you seeing different behaviour?
Are you using publisher policy or binding redirects?
thanks -- rich