Thats correct WmsServer is what I meant.
I am currently working on adding CAD layer using thinkgeo v10 and came across an issue.
The error is:
“WMS Server Exception: The type initializer for ‘ThinkGeo.MapSuite.Layers.CadFeatureSource’ threw an exception. at ThinkGeo.MapSuite.Layers.CadFeatureSource.qUo=(String cadPathFilename) at ThinkGeo.MapSuite.Layers.CadFeatureSource.pko=() at ThinkGeo.MapSuite.Layers.CadFeatureLayer.OpenCore() at ThinkGeo.MapSuite.Layers.Layer.Open() at MapPlugin.Implementation.CustomGeoWmsLayerPlugin.ReadCadFeatureLayer(String stype, String crs) at MapPlugin.Implementation.CustomGeoWmsLayerPlugin.GetMapConfigurationCore(String style, String crs) at ThinkGeo.MapSuite.WmsServer.WmsHandler.GetMapCore(GetMapRequest getMapRequest, HttpContext context) at ThinkGeo.MapSuite.WmsServer.WmsHandler.ProcessRequestCore(HttpContext context) at ThinkGeo.MapSuite.WmsServer.WmsHandler.ProcessRequest(HttpContext context)”
This error pops up when I try to open the assigned cad layer and for the ease of understanding I have attached link to the sample project below.
The OneDrive link:
https://1drv.ms/u/s!Ar1rm0eYoDgaamApCE-IaE2IBHM?e=0C3eWw
I would greatly appreciate if you could point out what I have done wrong.