ThinkGeo.com    |     Documentation    |     Premium Support

Client trace?

Hello,


I've a application using the Desktop edition nd a TiledWmsLayer. It works good, but on of our test machine the hinterground cannot be displayed.

I simply get white picture instead the right maps. Sometimes, I also become a message (directly dranw in hinteground) : 


WMS Client Exception. See Client Trace.


How can I activate/see this client trace of MapSuie Desktop Edition ?



I already know that my WMS server is not called. I can debug the WMSServer, and a request id made for GetCapabilities, but no request is send for a GetMap. The pictuers are simply drawn white, or with this message.


I'm using the last version (4.0).



Thanks,

Guillaume.



Guilaume, 
  
   You need to get a trace viewer to see the message.  Tracing is part of the System.Diagnostic.Trace class.  When you write out to that it is kind of like the debugger but it goes to an extternal place that you need a trace viewer to see.  It is commonly used to get information from system running outside of debug.  You can download one of the most popular viewers at the link below.  Run the application and you should see messages going by when you get the error message.  If you never get anything make sure you have checked the Capture Events or something like that.  Let me know if you have any issues using it. 
  
 Debug View Link 
 technet.microsoft.com/en-us/sysinternals/bb896647.aspx 
  
  
 Simple Example 
 cumps.be/using-debugview-and-c/ 
  
 David