Dll incompatibilites in c# -


i have c# class library contains number of dlls in assembly have updated. classes executed .exe file. recompiling calling exe tricky (not done me). following.

could not load file or assembly 'xxx.xxx.xxx.xxx, version=0.3.1768.0, culture=neutral, publickeytoken=xxxxxxxx' or 1 of dependencies. located assembly's manifest definition not match assembly reference. (exception hresult: 0x80131040)

does mean references used when compiling .exe different newer dlls have used in assembly classes inherit? note have kept original dlls used build .exe file. i'm curious message , i'm assuming because dlls pulled in references in references newer in directories used executable.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

html - Repeat image to extend header to fill screen -

javascript - Backbone.js getting target attribute -