Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Phoenix VPS issue System.TypeInitializationException

Newbie Spellweaver
Joined
Nov 29, 2011
Messages
90
Reaction score
18
The phoenix emulator works perfect at my computer, but at the VPS, no.
I've tried to get it to work in about 3 different VPS'es, no succed.

VPS specifications:

Windows 7 Ultimate 32 bit

100Mbit connection
100GB Harddrive
2GB RAM
3 Core Intel Xeon 3.5Ghz processor
Located in France

NOTE! The other 2 VPS'es where 64 bit Windows server 2008 R2, still same error.
I managed to get the emulator work at VPS'es a few months ago.

Error:
Code:
Connecting to database...System.TypeInitializationException: The type initialize
r for 'MySql.Data.MySqlClient.MySqlConnectionStringBuilder' threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of a
n object.
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.☺(PropertyInfo ☺)
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder.☺()
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder..cctor()
   --- End of inner exception stack trace ---
   at MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor()
   at ()
   at A.↨¶.☺()
   at A.♠♦.get_☺()
   at A.↕..ctor(♠♦ ☺)
   at A.♠♦.☺()
   at A.§
..ctor(Int32 ☺)
   at A.♦♣.☺()
   at A.♥
.☺(String[] ☺)
 
Back
Top