additional TypeConverters folder error

Posts   
 
    
dogacozen
User
Posts: 10
Joined: 27-May-2020
# Posted on: 27-May-2020 15:25:38   

Hi,

While trying to open the project, I got the following error.

"...A reference to the type converter 'SD.LLBLGen.Pro.TypeConverters.DecimalConverter' was found, however this typeconverter wasn't loaded / found ... Do you want to specify the additional type converter folder for this project and retry?..."

And actually there is a folder which contains the class DecimalConverter: C:...\SAME_PROJECT_FOLDER\TypeConverters\DecimalConverter.cs

However, this doesn't help with this error, I still have the same error and the project cannot be opened.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 27-May-2020 16:33:36   

Type converters are used in their binary form. Please compile the project the .cs file you found is part of and place the dll in e.g. the 'TypeConverters' folder in the installation of the designer, or specify the folder when you're asked to browse to that folder because it couldn't be found. this is with the v5 designer I recon?

Frans Bouma | Lead developer LLBLGen Pro