Esri / street-data-processing-tools

ArcGIS geoprocessing toolbox containing tools to create and build a network dataset from commercial street data.
Apache License 2.0
36 stars 16 forks source link

10.6.02 Failing Build GPPRocessVendorDataFunctions #31

Closed chritomix closed 3 months ago

chritomix commented 5 years ago

Hi, I am using VS community 2015, arcigs 10.6.1. When trying to Build GPProcessVendorDataFunctions, it shows me the error within "ProcessMultiNetDataFunction.cs' line 3411: calcFieldTool = new CalculateField(); The error says: the name calcfieldtool does not exist in the current context. Solution - I have modified that line with new variable: CalculateField calcFieldTool2 = new CalculateField(); and i used calcfieldtool2 to run following field calculation

mmorang commented 3 months ago

It seems like this user identified a bug in the code and fixed it, and my colleague installed a fix into the tool code back in 2019. Closing this issue as completed.