Quote:
Originally Posted by SYN_Bliss
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 .