Quantcast
Channel: Photon Server — Photon Engine
Viewing all articles
Browse latest Browse all 1557

Upgrading Photon Server from v3 to v4

$
0
0
Continue what we discuss in this thread http://forum.photonengine.com/discussion/7843/photon-server-and-ipv6

In short, I'm forced to upgrade my server code from v3 to v4 so it support IPv6. I copied my code from old server to new server, convert old function to new and clear all the build error. However I got one exception An error occurred creating the configuration section handler for entityFramework: Could not load file or assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. whenever I run through this line MyDbEntities db = new MyDbEntities(); This line initialize my EntityFramework context. At first I thought it's my code that have problem but after open a fresh LoadBalancing example and add EF to it and call the exact same line I got the same error again. Any idea why this happen?

Viewing all articles
Browse latest Browse all 1557

Latest Images

Trending Articles



Latest Images