AD
Administrator
Syncfusion Team
March 2, 2004 08:45 PM UTC
Check your GAC (\windows\assembly folder) and make sure there are only 1.6.1.8 versions of the Syncfusion DLLs there. Remove any policy.syncfusion files you see there as well.
If you do any changes, try running ConvertResX again. Make sure you are setting the Base version to 1.6.1.8.
There is another resx conversion tool (no UI, just a commandline exe) that you can try. It is this exe, C:\Program Files\Syncfusion\Essential Suite\Migration\ResX\regenresx.exe. Check the readme file in that folder for information. Also, check regenresx.exe.config file. The redirect lines in that file should be something like
bindingRedirect oldVersion="1.5.0.0-1.6.1.7" newVersion="1.6.1.8"
AD
Administrator
Syncfusion Team
March 3, 2004 02:34 PM UTC
Yes, thanks so much, that was what the problem was. I had a version 1.5.2.0 in the GAC....had to delete it via dos though because it thought that it was being used by another application (and I know it is not). At least now I can compile without any problems.