How to fix inconsistent binding error in flex 3?

I was glad to know that Adobe released data visualization for free, so I can use trendy charts and everything with my projects, although I don't have Flex Builder Professional. So I installed the new 3.4 SDK along with data visualization. Most of my projects are excellent, except for one. This particular project uses localizations. Are there any new compiler arguments that I need to include? I current have -source-path = locale / {locale} -allow-source-path-overlap = true. I get an inconsistent communication error below:

Inconsistent communication in / Applications / Adobe Flex Builder 3 / sdks / 3.4.0 / frameworks / locale / en_US / datavisualization_rb.swc $ locale / en_US / core.properties - 'en_US $ core_properties' is marked as extern, but 'en_USGBC $ core_properties' is not.

Any help would be appreciated.

+3
source share
1 answer

Try using -locale en_US

+1
source

Source: https://habr.com/ru/post/1718816/


All Articles