Could you give more details about what you mean by "I am getting the 
compilation error" and "These commands don't work"?

I'm not sure what proton is in this case... did you mean protoc again?

I'd also be careful about putting spaces after the option names when you're 
using =. I'd expect:

protoc -I SourceFolder --csharp_out=SourceFolder/Classes 
SourceFolder/sample.proto

Jon


On Saturday, 7 May 2016 01:00:26 UTC+1, [email protected] wrote:
>
> Dear Supoort,
> I am getting the compilation error when I try to generate the classes to 
> csharp with following commands.
>  protoc -I= SourceFolder --csharp_out= SourceFolder/Classes 
> SourceFolder/sample.proto
>  proton -proto_path= SourceFolder --csharp_out= SourceFolder/Classes 
> SourceFolder/sample.proto
>
> These commands don't work for csharp but works fine with --java_out.
>
> Anybody has any idea what might be wrong with these commands?
>
> Kind Regards
> Sandhu
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to