Type Converter Path

Posts   
 
    
Rishi
User
Posts: 69
Joined: 31-Oct-2011
# Posted on: 10-Jan-2012 22:58:31   

Hi,

I am trying to set relative path for type converter from project file using "AdditionalTypeConverterFolder" key in project file. It is working if i am generating code through command line but when i am trying to open project file, it not finding type converter and i need to map that again.

Please guide me on this.
daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 11-Jan-2012 05:16:55   

I can't reproduce it. This is my folder structure:

/gentest/ /gentest/_LLBLGen Project/ /gentest/MyTypeConverters /gentest/out

the batch file (get.bat), which is located in the root of this structure looks like:

cligenerator.exe "_LLBLGen Project\NW.LLBL.MSSQL.Adapter.v31.llblgenproj" .\out\ 1 outputLog.txt

Some fields uses my own TypeConverters located in the corresponding folder. The AdditionalTypeConverterFolder property of the LLBLGen project file is: ...\MyTypeConverters. The CliGenerator works fine, the loading of the .llblgenproj file in the Designer is fine as well.

Do you have a scenario different than mine to reproduce your issue?

David Elizondo | LLBLGen Support Team