I am using protogen.exe to generate c# classes. I am using windows power shell
command to generate *.cs file.
using the command :
protogen.exe -i:test1.ipb i:test2.ipb -o:test.cs -t:csharp2.xslt
Now the issue is, this command length should not exceed by 32767. But I have
lots of files because of that size exceeded by 32767.
I want to use some tricks to run the protogen.exe multiple times and it should
generate only single *.cs file as output.
Could you suggest any solution here?
Original issue reported on code.google.com by Ks.ajayv...@gmail.com on 2 Apr 2013 at 5:54
Original issue reported on code.google.com by
Ks.ajayv...@gmail.com
on 2 Apr 2013 at 5:54