Hiiiiiiii
i m making a C# spell check application in which i m using Microsoft word 10.0 or 11.0 object library, so in that case if i want to use 12.0 instead of 10.0 or 11.0....
So it is not support that application, and give some error and warning.

So can anyone tell me that it is possible to use 12.0 instead of 10.0 or 11.0.......
if yes, than how.............?:(

Recommended Answers

All 6 Replies

Either of them two, you can select any one there is no difference.

You can set "UseSpecificVersion" = false in your projects reference so it should load any available version of the assembly.

thanks for your reply...............adatapost and sknake.........

hi sknake.......
Can you tell me that From where i can set "UseSpecificVersion" = false......?

In your project's solution explorer you can expand "References" under the project and it will list all DLL references your project uses. Left click on the DLL reference and you will see the "UseSpecificVersion" property.

thanks Sknake for solving my problem..:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.