c# - Compiling application using new DLL but running using old DLL -


i have application uses(does not implement) interface in separate dll. mades changes interface. application, however, not use of new features in interface.

my question is: ok run application using old dll if have compiled application using new dll( new changes).

it should fine under right circumstances.

i had try out sure...but, in fact seem work out alright. created interface in dll, referenced in application , used reflection check methods on interface in dll. then, modified interface, recompiled both dll , application, , application able retrieve methods on interface of either old, or new dll.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -