Changing the call of Dll version in c# -


is there way change reference of dll made automatically in c#?

that is, question based on own question can find here: https://stackoverflow.com/questions/18271116/sqlserver-batchparser-issue-while-trying-to-execute-sql-scripts-using-c-sharp

in exception recieve, find c# referring sqlserver.batchparser.dll having version "9.0.242.0". when check in assembly (c:\windows\assembly) find same file having version "10.0.0.0" both x86 , 64 versions.

so, can change present way of calling dll make call same dll new version?

when manage dependencies of project (using solution explorer of vs) can choose right version of assembly want use.

in case, looks assembly have been compiled 9.0.242.0 version of dll , 10.0 version present on machine. can either change assembly in project dependencies use right (10.0) version or can put 9.0 version of assembly causing exception in directory of application.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -