You need to download the protoc compiler for windows, and put it in a place searchable by PATH. https://github.com/google/protobuf/releases/download/v3.0.0-beta-2/protoc-3.0.0-beta-2-win32.zip This is the compiler for beta-2 release. You need to find the correct one for your version at: https://github.com/google/protobuf/releases
On Mon, Feb 29, 2016 at 3:53 PM wtTest <[email protected]> wrote: > I'm trying to generate the c# clases with: > > protoc > --proto_path=D:\Proyectos\wtGPS\packages\Google.ProtocolBuffers.2.4.1.555\tools > --csharp_out=D:\Proyectos\wtGPS\packages\Google.ProtocolBuffers.2.4.1.555\tools > D:\Proyectos\wtGPS\packages\Google.ProtocolBuffers.2.4.1.555\tools\Omnicomm.proto > > but I'm receiving the note: > > --csharp_out: protoc-gen-csharp: The system cannot find the file > specified. > > Which file is missing? > > -- > 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. > -- 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.
