Open GoogleCodeExporter opened 8 years ago
I am sorry i can not put...
Original comment by chenbin0...@gmail.com
on 22 Jun 2013 at 11:47
K; the way to do this goes as follows:
- precompile.exe uses a special version of protobuf-net.DLL
- your project references different, platform targeted version of
protobuf-net.DLL
The trick is to keep then separate. For example, put AnyMsg.dll **and** the
version of protobuf-net.DLL you referenced in one folder, and use something
like:
Precompile -o:MyAssembly.DLL -t:MySerializer Foo\AnyMsg.DLL
Do **not** copy the version of protobuf-net.DLL from the precompile tool; that
is *not the same* and will not work
This should fix it.
Original comment by marc.gravell
on 22 Jun 2013 at 1:04
Original issue reported on code.google.com by
chenbin0...@gmail.com
on 22 Jun 2013 at 11:45