View Single Post
  #16  
Old 04-10-2011, 02:33 PM
Thee_oddball Thee_oddball is offline
Approved Member
 
Join Date: Mar 2011
Posts: 812
Default

Quote:
Originally Posted by SYN_Bliss View Post
I got this far. Looks promising. I about it on the other thread I started.

Quote:
Every once in awhile, you come across this exception:
System.NullReferenceException – “Object reference not set to an
instance of an object.” You see people asking about this
everywhere; about why are they getting this error. Below are a
few common causes for this.

Note, regardless of the scenario, the cause is always the same in .Net:
You are trying to use a reference variable who’s value is
Nothing/null. When the value is Nothing/null for the reference
variable, that means it is not actually holding a reference to an
instance of any object that exists on the heap. You either never
assigned something to the variable, never created an instance of the
value assigned to the variable, or you set the variable equal to
Nothing/null manually, or you called a function that set the variable
to Nothing/null for you.
http://codebetter.com/raymondlewalle...ses-in-vb-net/

i am going to guess that it is looking for objects that are listed but not allowed in a Dedicated server hence causing the error, I will test by loading a empty map .
__________________
Gigabyte Z68
Intel 2500K (@4.3 ghz)212 CM Cooler
8GB Ram
EVGA 660SC (super clocked) 2GB Vram
CORSAIR CMPSU-750TX 750W
64 GB SSD SATA II HD
WIN7 UL 64BIT
Reply With Quote