TypeConverter settings lost

Posts   
 
    
El Barto
User
Posts: 64
Joined: 09-Nov-2006
# Posted on: 28-Jul-2010 21:11:45   

I'm working on a project using a SAP b1 database and LLBLGen 3.0. SAP has a limited amount of datatypes and uses quite a lot of "enums" in the database. It took some time but I got the TypeConverters up and running. So while working on the project I have to create a TypeConverter every once and a while. Everthing works great untill I create a new TypeConverter and have to rebuild the typeconverter project. After a rebuild all TypeConverter settings in the LLBLGen project are lost. I've set the AssemblyVersion and FileVersion of the TypeConverter project to 1.0.0.0 in stead of 1.0.*, but this didn't solve the problem. What am I doing wrong here?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 29-Jul-2010 05:08:53   

Do you mean that the typeconverter definitions dissapear after you rebuid yor typeconverter assembly? Are you using the latest LLBLGen build?

I will try to reproduce it?

David Elizondo | LLBLGen Support Team
El Barto
User
Posts: 64
Joined: 09-Nov-2006
# Posted on: 29-Jul-2010 08:08:51   

Getting the June 23rd build in stead of using the June 17th build solved the problem. I should've done that before posting flushed