Sorry, I like I said I am new to this. Do I have to do that in ArcMap or in my code?
Elizabeth,
Look at it in the locator property dialog or in the locator .loc file.
UseMultithreading
Brad
I do not see that property in the Locator Properties. I do see 'Number of Threads' and that is set to '1'. Should I try to recreate the the Locator file?
Elizabeth,
Set that property to 1 or set it in the .loc file.
Brad
Yeah it is. I am not sure what is throwing the error and why it can't access it. I am loading from an MXD file, but it has already loaded at this point. So don't think that is it. We can discuss more tomorrow, if possible. I probably have a lot of code that is way more work than it needs to be. And I am sure we will be upgrading to Pro at some point, which is different as well.
Brad Niemand This is the full message I am getting when the GP.Execute fails:

I have attached my csv file I am trying to work with. I am wondering if there might be something wrong in the formatting? Since things have changed.
Elizabeth- just curious as to what CAD/Moblie app you are using....
Well right now, this is just a testing app. But we have our own CAD/Mobile solutions in house.
Elizabeth,
Are your locator fields StreetName and City? StreetName doesn't sound like an out of the box locator field name. You can run the table through the GeocodeAddresses GP tool in ArcMap and then look at the GP result to see what the field mapping was to confirm. You may have done this already because you have the "VISIBLE NONE" as part of the string that isn't really needed but it part of the output from the tool.
Is your locator just one USAddress - Single House locator or is it part of a composite or anything else that can give me some additional clues? Just to confirm, were you able to geocode the CSV with the GeocodeAddresses GP tool in ArcMap with no issue?
Brad
Actually I am using Single Field because my address is all in one field (611 N CLAY ST). I have tried one address too, but wasn't getting anywhere with that either.
StreetName is what came in the VernonCountyMO_Addresses.shp file I was given.

Do I need to run GeoCode against this, because I have. And I was going to use it on the map, but my points were no longer showing up.
UPDATE: I did run Geocoding against the shapefile and did get my points to show up. So I must have fixed something. LOL. But still getting an error either trying to open the csv file or using the GP.Execute. Seems to be the same error. I was able to GeoCode that csv file as well. I am using windows 10, which I hope doesn't make a difference.
