MTrinder wrote:
Do you mean it is lost from the LLBLGen project, or the generated Visual Studio project...?
Matt
Every time I would like to edit the project file again, (the llblgen file), I first have to set all the Typeconverters correct again.
If I look in the XML file, it mentions clearly the TypeConverter.
<FieldMapping FieldName="Blocked" TargetFieldName="F_TAG_BLOCKED" TypeConverterToUse="GOnline.Funboo.Types.BooleanNumericConverter" />
I can also them, so they are known. They also work inside visual studio and in my app.
But, It is a converter for .net 4.0 (I made it work in the config) and I put my assembly inside an Alternate Directory.
I do think that when loading an project file, you probably load the typeconverters AFTER the rest?
<Property Name="AdditionalTypeConverterFolder" Value="C:\Development\funboo\Funboo\GOnline.Funboo.Types\bin\Release" />
In the attachment you will find my projectfile, my typelibrary and the xml file to glue these togheter.
Kind regards
Alexander