1. Open the “ArcIMS_SelectBufferTool_<<Language>>” solution in VS2005.2. Open default.aspx.<<Language>> and find “CalculateBufferSelection” function a. In case of <a href="http://VB.NET" target="_blank">VB.NET</a> the following changes have to be made:Change “returnstring &= crc(0).ToString()” to “returnstring &= crc.ToString()” b. In case of C# the following changes have to be made:Change “returnstring += crc[0].ToString();” to “returnstring += crc.ToString();”