riyowry / protobuf-net

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

Won't build to Windows Phone 8 #449

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Copied the CoreOnly/wp8/protobuf-net.dll from r668 to Assets/Plugins/WP8/
2. Build & Run (to a Windows 8 phone)

What is the expected output? What do you see instead?
It works fine in the editor, but it crashes when I build it to the device. I 
get a bunch of errors saying "error CS0246: The type or namespace name 
`ProtoContractAttribute' could not be found. Are you missing a using directive 
or an assembly reference?"

What version of the product are you using? On what operating system?
r668, Windows 8.1 Pro, Unity Pro 4.5.3f3

Original issue reported on code.google.com by m...@purplepenguin.com on 12 Aug 2014 at 4:10