Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Nelson on November 19, 2014, 09:22:50 AM

Title: Errors dropped while building for Win 8 Store (Win Phone 8.1)
Post by: Nelson 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
Title: Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
Post by: ArenMook 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
Title: Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
Post by: Nelson 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
Title: Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
Post by: Nelson 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
Title: Re: Errors dropped while building for Win 8 Store (Win Phone 8.1)
Post by: Nelson 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