Open GoogleCodeExporter opened 9 years ago
It didn't pull 621 out of the air. So: where did it get 621 from? The error
message suggests that C:\Users\user\Documents\Visual Studio
2010\Projects\NESSEE_AFT\Core.Service\bin\Debug\protobuf-net.dll is 621, which
you should be able to validate from the file explorer / file properties. You
could try making sure "Specific Version" is "false" in the reference
properties, or you could use a versioning policy in your config - but
ultimately the main issue here is that your application got a copy of 621 from
somewhere, when it expected 622. My biggest advice, then, is to ship the
*expected* version of the dll.
For reference, IIRC 621 is from nuget, 622 is from google-code; they are
slightly out of step at the moment, which will be fixed next deploy.
Original comment by marc.gravell
on 21 May 2013 at 8:42
Original issue reported on code.google.com by
Thomas.Meschke
on 21 May 2013 at 8:13