- Notifications
You must be signed in to change notification settings - Fork 557
Closed
Labels
Description
Hi;
I am currently trying to generate Codecs for CME template which I download daily from CME ftp site (file: templates_FIXBinary.xml). Generating Codecs in Java or C++ seems to work, however when I switch to CSHARP I receive the following error:
Here is the command line I use.
@echo off
echo Generating C# classes for templates_FIXBinary.xml...
java -Dsbe.output.dir=..\sample\output\ -Dsbe.target.language=CSHARP -jar ....\target\dist\sbetool.jar ....\examples\resources\templates_FIXBinary.xml
echo Code generated in \sample\output\
pause
As you can see it is based off the example provided.
I am sure I am missing a step that must be unique to generating the Codecs in CSharp however your assistance would be most appreciated.
