System.ServiceModel.FaultException: Exception caught at GlobalErrorHandler
Method: GetAssembly
Message:Value cannot be null.
Parameter name: type

Server stack trace: 
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at ClientWebObjects.CMSService.ICMSService.GetContentPages(String authtoken, LanguageType language, SiteElementDeviceType dt)
   at ClientWebObjects.CMSService.CMSServiceClient.GetContentPages(String authtoken, LanguageType language, SiteElementDeviceType dt) in C:\WebGrid\CustomerObjects\Service References\CMSService\Reference.cs:line 2316
   at ClientWebObjects.AccountInfo.GetContentPages(WebSiteUser wsu) in C:\WebGrid\CustomerObjects\AccountInfo.cs:line 568
   at ClientWebObjects.Sitemap.FeedHelper.GetFeedItems(AccountInfo accountinfo, WebSiteUser wsu, Nullable`1 from, DateTime to, HttpContext context) in C:\WebGrid\CustomerObjects\Feed\FeedHelper.cs:line 186
   at ClientWebObjects.Sitemap.FeedHelper.GetSitemap(AccountInfo accountinfo, WebSiteUser wsu, HttpContext context, Nullable`1 from) in C:\WebGrid\CustomerObjects\Feed\FeedHelper.cs:line 30
   at Sitemap.ProcessRequest(HttpContext context) in C:\Web\webgrid_websites\Sitemap.ashx:line 36