Closed svenhb closed 4 years ago
Make sure that the control's library gets lodaded. If it isn't found at startup, then point the app to the folder with your application's dll files through Settings > Set assembly locations.
It doesn't help. also after restart.... I did 'Settings - Set paths to referenced assemblies'. It is the same path as for all other used dlls (sub directory of resx files). Also in .csproj it's same location. Check or uncheck 'Load assemblies from opened recource directory' makes no difference.
Make sure all FCTB assemblies are in the location you've selected.
Closing because of no activity.
I have a FCTB control (https://github.com/PavelTorgashov/FastColoredTextBox) in my form and get this error, when saving the resx:
How to solve this problem (in a better way then decribed below)?
Workarround: removing this block from resex: `
`
and put it back when translation is finished. Without this block, the application will crash...