Problem with PTV_TruckAttributes
Posted: Tue Dec 06, 2016 1:29 pm
Hello,
I'm trying to use "PTV_TruckAttributes" theme with VB.NET. And I got the following error.
This is my CallerContext
And... ResultListOptions.segments and ResultListOptions.featureDescriptions are true.
What am I missing? Why I got that error?
Thank You in advance.
Kraiwut
I'm trying to use "PTV_TruckAttributes" theme with VB.NET. And I got the following error.
This is my CallerContext
Code: Select all
<Profile xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<FeatureLayer majorVersion='1' minorVersion='0'>
<Themes>
<Theme id='PTV_TruckAttributes' enabled='true'/>
</Themes>
</FeatureLayer>
<Routing majorVersion='2' minorVersion='0'>
<Vehicle>
<Physical>
<Weight emptyWeight="7500" />
<Dimension height="350" width="250" />
</Physical>
</Vehicle>
</Routing>
</Profile>
What am I missing? Why I got that error?
Thank You in advance.
Kraiwut