Select to view content in your preferred language

WebMarshal and Runtime

589
0
06-12-2013 08:58 AM
Labels (1)
DenisO_Connor
Emerging Contributor
We have developed a Winforms App with WPF Runtime User Control. App provides options to add ESRI Street Map and 3 Bing Maps as Base Map Layer in code.

All works well on PCs with direct internet access - problems arise when running on PCs that have WebMarshal as proxy. Not a PC issue as the problem is similar on a few test PCS on 2 different sites. Not a Proxy bypass problem - all required URL have been identified and added to proxy bypass rules.

Base Layers load well on 'normal' PCs but speed is very vaiable on the WebProxy PCs. Occasionaly loading speed is fine- sometimes stalls for minutes - sometimes needs exit and restart app. Checked Log file - nothing obvious there other than the following WARN  logs which do not seem to cause a speed delay

15:26:55,513  INFO rid=48  'worker-1200' MapServerObject - Creating
15:26:57,560  WARN rid=48  'worker-1200' Core - MapServer.Construct (code=10823): IsCached property not found.
15:26:57,560  WARN rid=48  'worker-1200' Core - MapServer.Construct (code=10824): CacheOnDemand property not found.
15:26:57,560  WARN rid=48  'worker-1200' Core - MapServer.Construct (code=10825): IgnoreCache property not found.
15:26:57,560  WARN rid=48  'worker-1200' Core - MapServer.Construct (code=10826): ClientCachingAllowed property not found

Any help appreciated
0 Kudos
0 Replies