We are using Visual Studio 2010 with a 3.5 framework and Aspose.Words 9.5.
The solution has just been migrated from VS 2008 to VS 2010, still maitaining the 3.5 framework.
In the process of doing so, the reference paths for Aspose.Word changed from pointing at the 2.0 dll to the 1.1 dll. I am attempting to reference the 2.0 dll, but upon closing the reference window and checking the properties again, the path still points to the 1.1 dll, with the 1.1 Runtime Version.
I can reference the 3.5 dll, and that maintains the path correctly and uses the 2.0 Runtime Version, but the 3.5 dll does not have the ability to save to a browser window, so I can't use it.
The solution still compiles and everything is working correctly. Is this going to be a problem for me?