i have been used some open source code to create a c# project that exports data to a calc spreadsheet. On testing the code on a windows xp machine running sp2 and .net framework 2.0, i get the following error message:
Could not load file or assembly 'cli_types, Version=1.1.8.0, Culture=neutral, PublicKeyToken=ce2cb7e279207b9e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Note that the file is located in the application folder, the GAC, openoffice assembly folder..
However, when running on windows vista sp1 .net framework 3.0, i dont get this error?
any ideas would be sincerely appreciated