Conerlius / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

.NET works but CF fails #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please include an norbert.nebra@i2cat.com if this might need a dialogue!

What steps will reproduce the problem?
1. Using CF instead of .NET native
2. .NET works great but CF gives me exceptions
3. firs exception is using IPAddres (in .NET it works)

What is the expected output? What do you see instead?

Debugging I see : 

{"No serializer defined for type: System.Net.IPAddress"}
[System.InvalidOperationException]: {"No serializer defined for type: 
System.Net.IPAddress"}

What version of the product are you using? On what operating system?

Windows 7 (CF device emulated and real PDA)

Please provide any additional information below.

As the application interacts beetween .NET and CF here is the log shown in .NET 
console

Original issue reported on code.google.com by norbert....@gmail.com on 15 Jul 2010 at 8:24

Attachments:

GoogleCodeExporter commented 8 years ago
Agreed; the IP address handling still needs work. v2 is still very much a work 
in progress. But this will be addressed.

Original comment by marc.gravell on 15 Jul 2010 at 8:43

GoogleCodeExporter commented 8 years ago
Thanks Marc, 
we can choose between xml/binary/protobuf serialization in our project, si in 
.NET we will use proto and will wait for CF solution, 

the first aproach making statistics are amazing, protobuf-net works infinitely 
better than others.

Original comment by norbert....@gmail.com on 15 Jul 2010 at 11:59

GoogleCodeExporter commented 8 years ago
happy holiday

Original comment by mike.c.f...@gmail.com on 30 Aug 2010 at 6:23

GoogleCodeExporter commented 8 years ago
Please will you consider adding in-built support for the System.Net.IPAddress 
System.Net.NetworkInformation.PhysicalAddress types now that v2 is available.

Thanks,

Nick

Original comment by nick.l...@gmail.com on 14 Oct 2013 at 6:29