Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--
When I run my ASP.net project from VS, it takes a long time to start up, due to constant stream of exceptions from Raven.Client.Lightweight doing:{Method: GET, RequestUri: 'http://ourRavenDevServer:12009/databases/OurDB/replication/topology', Version: 1.1, Content: <null>, Headers:{Raven-Client-Version: 3.0.0.0Accept-Encoding: gzip}}Exception:Raven.Abstractions.Connection.ErrorResponseException occurredHResult=-2146233088Message=Could not figure out what to doSource=Raven.Client.LightweightResponseString={"Error":"Could not figure out what to do"}StackTrace:at Raven.Client.Connection.HttpJsonRequest.<CheckForErrorsAndReturnCachedResultIfAnyAsync>d__30.MoveNext() in c:\Builds\RavenDB-Stable-3.0\Raven.Client.Lightweight\Connection\Implementation\HttpJsonRequest.cs:line 382--- End of stack trace from previous location where exception was thrown ---at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()at Raven.Client.Connection.HttpJsonRequest.<>c__DisplayClass13.<<SendRequestInternal>b__12>d__15.MoveNext() in c:\Builds\RavenDB-Stable-3.0\Raven.Client.Lightweight\Connection\Implementation\HttpJsonRequest.cs:line 211InnerException:Once it gets past that the site launches and everything works fine, RavenDB works great, no more exceptions.Any idea how to stop these?Cheers,Roman
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Yes obviously the VS is set to ignore handled exceptions. However throwing exceptions is very expensive and it seems that this exception is thrown multiple times which is probably contributing to slow init times when starting debug in VS. Is there a way to get around this, so exceptions are not thrown at all?
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
I see it 126 times in Output window when iis express is starting up.Am I doing something wrong?PS. Thanks for your helpOutput window:'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: Domain 2): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9a9a6317\edfee5ad_d91dd001\System.Web.Mvc.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\c318fb0e\6b7449aa_d91dd001\System.Web.WebPages.Deployment.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\ce5a73c6\6b7449aa_d91dd001\System.Web.WebPages.Razor.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.WebPages.Deployment\v4.0_2.0.0.0__31bf3856ad364e35\System.Web.WebPages.Deployment.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\424a9caf\6b7449aa_d91dd001\System.Web.WebPages.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\00ab052d\d3f949ae_d91dd001\Microsoft.Owin.Host.SystemWeb.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\eb703879\4cc593ae_d91dd001\WebActivatorEx.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\a3b8f1c7\c4760eae_d91dd001\System.Web.Optimization.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.Web.PageInspector.Loader\v4.0_1.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Web.PageInspector.Loader.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.Web.PageInspector.Runtime\v4.0_12.3.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Web.PageInspector.Runtime.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Web.Infrastructure\v4.0_1.0.0.0__31bf3856ad364e35\Microsoft.Web.Infrastructure.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\b1e17a28\bd8e27ad_d91dd001\Antlr3.Runtime.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\5d77776d\1d6575ab_d91dd001\AutoMapper.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\154234c7\1d6575ab_d91dd001\AutoMapper.Net4.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\1174c250\22722e44_0344d001\BriefBox.App.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\c0eadaa2\eeefacad_0144d001\BriefBox.Business.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\3ff0f200\4ce73a7f_4043d001\BriefBox.Business.Domain.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\6fa36f4e\a9d5a47e_4043d001\BriefBox.Common.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\92e4795d\61e4ec7e_4043d001\BriefBox.Entities.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\486741a3\8b512cad_d91dd001\dotless.Core.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\88aceafc\a67097ad_d91dd001\EntityFramework.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\7b62d85d\a67097ad_d91dd001\EntityFramework.SqlServer.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\3c2f415a\1687bdad_d91dd001\Microsoft.AspNet.Identity.Core.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\43ca117f\196ec9ad_d91dd001\Microsoft.AspNet.Identity.EntityFramework.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\8672f1c1\b20cc7ad_d91dd001\Microsoft.AspNet.Identity.Owin.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\c451c9df\5747f4ad_d91dd001\Microsoft.AspNet.SignalR.Core.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\fb00be14\f3ccfdad_d91dd001\Microsoft.AspNet.SignalR.SystemWeb.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\5e5f4156\dad701ac_d91dd001\Microsoft.Data.Edm.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\4fc4ece6\b14f2aac_d91dd001\Microsoft.Data.OData.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\91360e14\b14f2aac_d91dd001\Microsoft.Data.Services.Client.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\d7270452\d0123eae_d91dd001\Microsoft.Owin.Cors.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\1669269f\025039ae_d91dd001\Microsoft.Owin.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\36708ebb\0b055dae_d91dd001\Microsoft.Owin.Security.Cookies.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\1aaeab40\a1bc4eae_d91dd001\Microsoft.Owin.Security.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\045cedfa\d9c761ae_d91dd001\Microsoft.Owin.Security.OAuth.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\559b919f\b43636ac_d91dd001\Microsoft.WindowsAzure.Configuration.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\a7a7ae34\4cbb64ab_d91dd001\Microsoft.WindowsAzure.Diagnostics.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9e153431\4cbb64ab_d91dd001\Microsoft.WindowsAzure.ServiceRuntime.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\c17f0563\85e046ac_d91dd001\Microsoft.WindowsAzure.Storage.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\3094f1be\4cbb64ab_d91dd001\Microsoft.WindowsAzure.StorageClient.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\6e73bf1e\9be407ab_d91dd001\Newtonsoft.Json.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\51e353e0\d8a363aa_d91dd001\Ninject.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\4ddc7c9f\ad587eae_d91dd001\Ninject.Web.Common.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\dc4c37ed\46f77bae_d91dd001\Ninject.Web.Mvc.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\5d3f6f38\568a57ac_d91dd001\NLog.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9ebedd01\b03f8aae_d91dd001\Owin.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\b97f4428\10af76aa_d91dd001\Raven.Abstractions.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\87d8812b\771079aa_d91dd001\Raven.Client.Lightweight.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\71bd2c25\c75d1aae_d91dd001\System.Net.Http.Formatting.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\e0ea5a1b\216650ac_d91dd001\System.Spatial.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\993fbfbb\e162b6ad_d91dd001\System.Web.Cors.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\e693aeef\6b7449aa_d91dd001\System.Web.Helpers.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\cf065250\63e323ae_d91dd001\System.Web.Http.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\403295c1\31a628ae_d91dd001\System.Web.Http.WebHost.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\d7fc05a2\e56391ae_d91dd001\System.Web.Optimization.Less.dll'. Symbols loaded.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\41beda1e\041347aa_d91dd001\System.Web.Razor.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9f75db2e\4fac9fae_d91dd001\WebGrease.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: Domain 3): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\51e353e0\d8a363aa_d91dd001\Ninject.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\4ddc7c9f\ad587eae_d91dd001\Ninject.Web.Common.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\dc4c37ed\46f77bae_d91dd001\Ninject.Web.Mvc.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9a9a6317\edfee5ad_d91dd001\System.Web.Mvc.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: Domain 3): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\51e353e0\d8a363aa_d91dd001\Ninject.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\4ddc7c9f\ad587eae_d91dd001\Ninject.Web.Common.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\dc4c37ed\46f77bae_d91dd001\Ninject.Web.Mvc.dll''iisexpress.exe' (CLR v4.0.30319: NinjectModuleLoader): Unloaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\assembly\dl3\9a9a6317\edfee5ad_d91dd001\System.Web.Mvc.dll''iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'Anonymously Hosted DynamicMethods Assembly'.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http.WebRequest\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.WebRequest.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.A first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dll'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Framework\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualStudio.Web.PageInspector.Tracing\v4.0_12.3.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Web.PageInspector.Tracing.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Services.Client\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Client.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.Composition\v4.0_4.0.0.0__b77a5c561934e089\System.ComponentModel.Composition.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'ICSharpCode.NRefactory.CSharp'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'ICSharpCode.NRefactory'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DataVisualization\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DataVisualization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll'. Cannot find or open the PDB file.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.DurableInstancing\v4.0_4.0.0.0__31bf3856ad364e35\System.Runtime.DurableInstancing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.A first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dll'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\App_global.asax.3qobexdn.dll'.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.A first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dll'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll'. Cannot find or open the PDB file.A first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in Raven.Client.Lightweight.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllA first chance exception of type 'Raven.Abstractions.Connection.ErrorResponseException' occurred in mscorlib.dllThe thread 0x1450 has exited with code 259 (0x103).The thread 0x6d0 has exited with code 259 (0x103).The thread 0x72c has exited with code 259 (0x103).The thread 0x14ac has exited with code 259 (0x103).The thread 0x11ec has exited with code 259 (0x103).The thread 0x17e4 has exited with code 259 (0x103).The thread 0x1560 has exited with code 259 (0x103).'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Mobile\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.RegularExpressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.RegularExpressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\13033e4c\9120f798\App_Web_swj0f54u.dll'.'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/12/ROOT-1-130679363187792986): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Abstractions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.The thread 0xc80 has exited with code 259 (0x103).The thread 0xc24 has exited with code 259 (0x103).The thread 0x53c has exited with code 259 (0x103).
--
You received this message because you are subscribed to a topic in the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ravendb/RDC1F_4pTWY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ravendb+u...@googlegroups.com.
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
First time the Initialize is called on DocumentStore there are 7 or so exceptions. (I think those are the ones you are talking about. That's fine). This happens when we resolve it first time and only time the init is ever run.Then there is a bit of code that does indexing async and that's what then goes on to throw all those extra exceptions.var store = NinjectHelper.Get<IDocumentStore>();
IndexCreation.CreateIndexesAsync(typeof(SomeIndex).Assembly, store)If I freeze execution thread before, and go through all the exceptions, un-freeze and execute the CreateIndexesAsync and then freeze the thread, I just keep getting raven exceptions.
Thoughts?
Thank you.
On 9 February 2015 at 20:47, Roman Stefanidi <stef...@gmail.com> wrote:Singleton!In Web Activator Start method:NinjectHelper.Kernel = kernel;
kernel.Bind<IDocumentStore>()
.ToMethod(context =>
{
var documentStore = new DocumentStore
{
ConnectionStringName = "RavenDB"
};
documentStore.Conventions.JsonContractResolver = new CustomRavenSerialiser();
return documentStore.Initialize();
})
.InSingletonScope();It seems as soon as resolve is called, we start getting a stream of Async exceptions.
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
No I've checked, it's only created once in our code.Could the indexing be creating multiple? See my previous comment?
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
it definitely seems that the exceptions start when I call CreateIndexesAsync ? What could be causing that?
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Doesn't help. I get object back from DB on Load.Then when indexing is called same result, exceptions are thrown. See code:var store = NinjectHelper.Get<IDocumentStore>(); //7 exceptions happen here (Standard ones)
using(var session = store.OpenSession())
{
var test = session.Load<Person>("user/50");
}
_logger.Info(() => "Starting to index RavenDB");System.Threading.Thread.Sleep(10000); //No Exceptions at this point
IndexCreation.CreateIndexesAsync(typeof(SomeIndex).Assembly, store)
.ContinueWith(t =>
{
if (t.Exception != null)
_logger.Error(() => string.Format("Error indexing RavenDB: {0}", t.Exception.ToString()));
else
_logger.Info(() => "Finished indexing RavenDB.");
});//Lots of exceptions on worker threadSystem.Threading.Thread.Sleep(10000);Also do I need to call Create Index each time? Or only when manual indexes are changed?Thank you
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
It's literally a whole heap of same requests and same replies:
Request:
GET http://ourraven.net:12009/databases/OurDevDB/replication/topology HTTP/1.1
Raven-Client-Version: 3.0.0.0
Accept-Encoding: gzip
Host: ourraven.net:12009
Reply:
HTTP/1.1 400 Bad Request
Transfer-Encoding: chunked
Server: Microsoft-HTTPAPI/2.0
Date: Mon, 09 Feb 2015 12:15:54 GMT
2b
{"Error":"Could not figure out what to do"}
0Meanwhile all the indexing and then transforms is in between these calls are and seem to all have 200 or 201 response.Racen.Client.Lightweight.dll and Abstractions are version 3.0.3528.0Server Build #3528