Base64-encoded references to old assemblies
Posted: Thu Jun 14, 2007 5:50 pm
I upgraded from 2.0.2306.26232 to 2.0.2652.22325.
When I try to run one of my projects I am getting this message:
"Could not load file or assembly 'TeeChart, Version=2.0.2306.26232"
I made sure the reference in Solution explorer was pointing to the new assembly and so did the licenses.licx file.
After some investigation I found out that the problem was in some base64 encoded parameters on the component. These parameters have references to the old assemblies
One of these parameters is:
How would be your comments or ideas about changing those encoded references?
When I try to run one of my projects I am getting this message:
"Could not load file or assembly 'TeeChart, Version=2.0.2306.26232"
I made sure the reference in Solution explorer was pointing to the new assembly and so did the licenses.licx file.
After some investigation I found out that the problem was in some base64 encoded parameters on the component. These parameters have references to the old assemblies
One of these parameters is:
when decoded this value reveals this information:<data name="gantt1.Labels" mimetype="application/x-microsoft.net.object.binary.base64">
<value> AAEAAAD/////AQAAAAAAAAAMAgAAAFJUZWVDaGFydCwgVmVyc2lvbj0yLjAuMjMwNi4yNjIzMiwgQ3Vs
dHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj05YzgxMjYyNzZjNzdiZGI3BQEAAAAhU3RlZW1hLlRl
which shoes the reference to the old assembly.ÿÿÿÿRTeeChart, Version=2.0.2306.26232, Culture=neutral, PublicKeyToken=9c8126276c77bdb7!Steema.Te...
How would be your comments or ideas about changing those encoded references?