<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY><DIV><FONT face='Arial' color=#000000 size=2><FONT color=#008000 size=2>
<P><FONT color=#000000>I'm having some problems with some code that I'm using 
for creating buffers.&nbsp;&nbsp; It seems to happen when I access the 
MgLocalizer class.&nbsp;&nbsp; For example:</FONT></P>
<P><STRONG><FONT color=#ff0000>This does not work.</FONT></STRONG></P>
<P>//Create the schema</P><FONT size=2>
<P></FONT><FONT size=2><FONT color=#0000ff>MgFeatureSchema schema = new 
MgFeatureSchema("BufferSchema", MgLocalizer.GetString("BUFFERSCHEMADESCR", 
locale));</FONT></P></FONT>
<P><FONT size=2><FONT 
color=#0000ff>schema.GetClasses().Add(classDef);</FONT></P></FONT>
<P><FONT color=#000000></FONT>&nbsp;</P>
<P><FONT color=#000000>I get an "Object Reference not found..." 
error</FONT>.&nbsp;&nbsp; </P>
<P>-------------------------------------------------------------------------------------</P>
<P><FONT color=#ff0000>This does work.</FONT></P>
<P>//Create the schema</P></FONT><FONT size=2>
<P></FONT><FONT color=#0000ff><FONT size=2>MgFeatureSchema</FONT><FONT size=2> 
schema = </FONT><FONT size=2>new</FONT><FONT size=2> </FONT><FONT 
size=2>MgFeatureSchema</FONT></FONT><FONT size=2><FONT 
color=#0000ff>();</FONT></P>
<P><FONT color=#0000ff>schema.SetName(</FONT></FONT><FONT color=#0000ff 
size=2>"BufferSchema"</FONT><FONT size=2><FONT color=#0000ff>);</FONT></P>
<P><FONT color=#0000ff>schema.GetClasses().Add(classDef);</FONT></P>
<P><FONT color=#0000ff></FONT>&nbsp;</P>
<P><FONT color=#000000>Any info is appreciated.</FONT></P>
<P><FONT color=#000000></FONT>&nbsp;</P>
<P><FONT color=#000000>- Juan</FONT></P></FONT></FONT></DIV></BODY></HTML>