Windows Phone 8.1 OnSerializeNetworkView(BitStream stream, NetworkMessageInfo info) not working

Hello,
i try to port my App to Windows Phone…
still have some trouble with the network… but hopefully bug will fixed in next patch…
Now i have a other issue…
If i use OnSerializeNetworkView(BitStream stream, NetworkMessageInfo info)
i get error message that BitStream & NetworkMessageInfo missing directive etc…

What can i do?
thx
M.

This was mentioned a lot of time, the legacy Network API is not supported on Windows Store Apps and Windows Phone, only UNET is supported.

Hi,
ah ok i see…it’s not easy to see what is legacy and UNET.
thx for quick reply!
M.