I am using protobuf-net in my .net project to use protocol buffer. The project is at http://code.google.com/p/protobuf-net/.
Currently I installed protobuf-net-VS10.msi and it works fine in vs.net 2008. There is a “V2” implementation for download too “protobuf-net v2 r444 MS .NET only.zip”. I am wondering if I can use V2 and still get the VS.net 2008 integration? How?
Thanks.
I have not yet put together the Visual Studio tooling for v2; but, since the .proto => C# generation hasn’t changed, it should be usable with v2 simply by adding a reference to the protobuf-net v2 dll (downloaded separately) instead of to the protobuf-net v1 dll (included in the msi).