Hi,
I have a windows application developed with VS 2005 using Crystal Reports. I want to deploy it in several languages (en, fr, de, it). So I have created deployment projects for all languages and add Crystal Report for .NET Framework 2.0 in the project properties.
Everything work fine, except when I build the deployment project for language en, de or it, VS don't found culture for Crystal Report and use the french (VS 2005 is installed in french) instead:
Could not match culture 'de-DE' for item 'Crystal Reports for .NET Framework 2.0'. Using culture 'fr' instead.'
I have search what's wrong and found that this folder contains msi for Crystal Reports:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports
In this folder, I have the french language pack (Fr\CRREdist2005_x86_fr.msi) but not en, it or de.
How and where can I found this language pack:
CRREdist2005_x86_de.msi
CRREdist2005_x86_it.msi
CRREdist2005_x86_en.msi (if needed)
Thanks in advance