ServerPeerBase

Options
Narcotic
edited October 2013 in Photon Server
I am following along this tutorial,


( http://www.youtube.com/watch?feature=pl ... PYogo#t=33 )

I grab all the files he does and set them to using in the code and I am still getting this error

Error 1 The type or namespace name 'ServerPeerBase' could not be found (are you missing a using directive or an assembly reference?) C:\Users\User\Documents\Visual Studio 2010\Projects\FPS.Framework\FPS.PhotonFramework\PhotonServerPeer.cs 10 30 FPS.PhotonFramework

Comments

  • chvetsov
    Options
    Hi, Narcotic.
    it will be easier to help you, if you share your project
  • Sure I am pretty sure its not a project issue but here is the code

    http://pastebin.com/uBjMFa9j

    as you can see i am using Photon.SocketServer.ServerToServer; if you watch the video my code matches exactly but im still getting the error. Is this maybe because its a different version of the sdk?
  • chvetsov
    Options
    well, may be you really just forgot to add reference to PhotonSocketServer.dll?
    From code point of view, everything is correct