I have created a C# windows application which is updating a database from Firebird Server to SQL Server. It was successfully running in Visual studio 2015, but when I published(deployed) it and installed in system or others system and when I run the application, I am getting error like this Character Set ISO8859_1 is not installed
.
I have searched on google, and found it's a problem with fbintl
not properly added to solution explorer. I have removed and added properly in a folder and also I have reinstalled Firebird server. Still I'm getting the same error.
What do I have to do? Is there anything I'm missing? I am using latest versions of Firebird 3.0.3(64bit) and firebird-embedded 2.5.8 and below image was my solution explorer.