Author Topic: Errors dropped while building for Win 8 Store (Win Phone 8.1)  (Read 2715 times)

Nelson

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 8
    • View Profile
Errors dropped while building for Win 8 Store (Win Phone 8.1)
« on: November 19, 2014, 09:22:50 AM »
Dear all:

the image shows the errors displayed, no matter if TNet is the only asset or not.
it works fine for Android, but switching to Win 8 Store, Win 8.1 phone the compiler fails listing these errors
any idea ?
thanks,
regards,
Nelson

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
« Reply #1 on: November 19, 2014, 04:23:55 PM »
IPEndPoint is in System.Net namespace. It's a basic thing in .NET. So no... no idea.

Quick google check reveals this however: http://stackoverflow.com/questions/9336791/using-system-net-ipendpoint-not-found

Nelson

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 8
    • View Profile
Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
« Reply #2 on: November 19, 2014, 04:49:42 PM »
yes
in fact just creating a new project and adding just TNet drops the same errors IF the platform selected is Windows Store - Windows Phone 8.1

if you feel you can do anything getting Teamviewer access, just let me know.

Thanks,
Regards,
Nelson

Nelson

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 8
    • View Profile
Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
« Reply #3 on: November 24, 2014, 05:56:27 PM »
thanks for the fix !!!

the matter now is that the compiler fails for the Android platform:

Assets/TNet/Server/TNGameServer.cs(23,27): error CS0246: The type or namespace name `FileServer' could not be found. Are you missing a using directive or an assembly reference?

Assets/TNet/Server/TNLobbyServer.cs(13,37): error CS0246: The type or namespace name `FileServer' could not be found. Are you missing a using directive or an assembly reference?

Any help about that ?
Thanks,
Regards,
Nelson

Nelson

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 8
    • View Profile
Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
« Reply #4 on: November 24, 2014, 06:14:15 PM »
disregard my previous message.
delete it
download it again
imported again and worked out !
thanks,
regards,
Nelson