Microsoft.Diagnostics.Tracing.EventSource.Redist

1,606 views
Skip to first unread message

mc...@outlook.com

unread,
Jun 18, 2018, 11:07:13 AM6/18/18
to rabbitmq-users
Hi there,

RabbitMQ client has a dependency on Microsoft.Diagnostics.Tracing.EventSource.Redist

According to Microsoft (https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.EventSource.Redist) this should be ported to Microsoft.Diagnostics.Tracing.EventSource
It is causing me issues as Microsoft.Diagnostics.Tracing.EventSource.Redist is not supported on .NET Core or .NET 4.7.1

Thanks
Mark



Karl Nilsson

unread,
Jun 18, 2018, 11:52:21 AM6/18/18
to rabbitm...@googlegroups.com
Hi,

We will remove this dependency for the next major version (6.0). The .NET Core target isn't using this dependency, only net451 is so I'm not sure why that is causing a problem for you. Can you provide any more details?

Cheers
Karl

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mark Heaton

unread,
Jun 18, 2018, 12:05:34 PM6/18/18
to rabbitm...@googlegroups.com

Karl,

Thanks for coming back to me. I get the following warning (the app is a .NET  core 2.1 website):

warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource.Redist 2.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

And when I get rabbit exceptions I can see the client is trying to call into this library and it assets as it is not found in the distribution. I can’t immediately reproduce this but will capture the traces etc. when it next occurs.

Regards

Mark

--
You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/vqXM0B0m48U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.

Luke Bakken

unread,
Jun 18, 2018, 1:49:25 PM6/18/18
to rabbitmq-users
Hi Mark,

Unfortunately that image is too small to read - could you provide that exception info as a file attachment?

You can see here that Microsoft.Diagnostics.Tracing.EventSource.Redist is only referenced for the net451 target like Karl said:



Thanks,
Luke

Mark Heaton

unread,
Jun 18, 2018, 2:20:52 PM6/18/18
to rabbitm...@googlegroups.com

Hi there,

Here are the pictures in hopefully more readable format.

$(TargetFramework) is defined as netcoreapp2.1 and I am wondering how this interacts with NET451 (which doesn’t seem defined in my code per intellisense)

 

Regards

Mark

 

 

From: rabbitm...@googlegroups.com <rabbitm...@googlegroups.com> On Behalf Of Luke Bakken
Sent: 18 June 2018 18:49
To: rabbitmq-users <rabbitm...@googlegroups.com>
Subject: Re: [rabbitmq-users] Microsoft.Diagnostics.Tracing.EventSource.Redist

 

Hi Mark,

 

Unfortunately that image is too small to read - could you provide that exception info as a file attachment?

 

You can see here that Microsoft.Diagnostics.Tracing.EventSource.Redist is only referenced for the net451 target like Karl said:

 

 

 

Thanks,

Luke


On Monday, June 18, 2018 at 9:05:34 AM UTC-7, Mark Heaton wrote:

Karl,

Thanks for coming back to me. I get the following warning (the app is a .NET  core 2.1 website):

warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource.Redist 2.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

And when I get rabbit exceptions I can see the client is trying to call into this library and it assets as it is not found in the distribution. I can’t immediately reproduce this but will capture the traces etc. when it next occurs.

Regards

Mark

https://groups.google.com/group/rabbitmq-users/attach/69ebe976a87c3/image001.png?part=0.1&authuser=0

 

 

 

 

 

From: rabbitm...@googlegroups.com <rabbitm...@googlegroups.com> On Behalf Of Karl Nilsson
Sent: 18 June 2018 16:52
To:
rabbitm...@googlegroups.com
Subject: Re: [rabbitmq-users] Microsoft.Diagnostics.Tracing.EventSource.Redist

 

Hi,

 

We will remove this dependency for the next major version (6.0). The .NET Core target isn't using this dependency, only net451 is so I'm not sure why that is causing a problem for you. Can you provide any more details?

 

Cheers

Karl

--

Rabbit Dependencies.docx

Luke Bakken

unread,
Jun 18, 2018, 2:32:25 PM6/18/18
to rabbitmq-users
Hi Mark,

Thanks for the larger images. Yep, that's really strange. Could you build your project from the command line at the "diagnostic" verbosity level while redirecting the output to a file, and attach the file to this thread? That may help get to the bottom of this.

Luke

Luke Bakken

unread,
Jun 18, 2018, 3:24:32 PM6/18/18
to rabbitmq-users
Hi Mark,

When you say you "get rabbit exceptions" what do you mean? I'm trying to trigger the same call as you're seeing. If you are able to capture an exception, that would be great.

Thanks - 
Luke

Mark Heaton

unread,
Jun 18, 2018, 3:38:08 PM6/18/18
to rabbitm...@googlegroups.com

Luke,

Ok – I triggered an exception by bringing down the Rabbit Server with the client running.

 

System.IO.FileLoadException

  HResult=0x80131040

  Message=Could not load file or assembly 'Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

  Source=RabbitMQ.Client

  StackTrace:

   at RabbitMQ.Client.ESLog.Error(String message, Exception ex)

   at RabbitMQ.Client.Framing.Impl.Connection.LogCloseError(String error, Exception ex)

   at RabbitMQ.Client.Framing.Impl.Connection.ClosingLoop()

   at RabbitMQ.Client.Framing.Impl.Connection.MainLoop()

   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)

   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Threading.ThreadHelper.ThreadStart()

 

Then I looked at

'Microsoft.Diagnostics.Tracing.EventSource vs. 'Microsoft.Diagnostics.Tracing.EventSource.Redist and realised that 'Microsoft.Diagnostics.Tracing.EventSource was not installed – an. I have now installed that. However both packages now complain:

 

1>D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\CBUSAlexa.csproj : warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource 1.1.28' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

1>D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\CBUSAlexa.csproj : warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource.Redist 2.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

 

Then I get this as my build:

1>------ Rebuild All started: Project: CBUSAlexa, Configuration: Debug Any CPU ------

1>D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\CBUSAlexa.csproj : warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource 1.1.28' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

1>D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\CBUSAlexa.csproj : warning NU1701: Package 'Microsoft.Diagnostics.Tracing.EventSource.Redist 2.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

1>Controllers\GoogleController.cs(26,42,26,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.

1>CBUSAlexa -> D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\bin\Debug\netcoreapp2.1\CBUSAlexa.dll

1>CBUSAlexa -> D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\bin\Debug\netcoreapp2.1\CBUSAlexa.Views.dll

1>EXEC : error : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'IdentityServer4.Quickstart.UI.SecurityHeadersAttribute' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'IdentityServer4.Quickstart.UI.ConsentController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Reflection.BindingFlags' from assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.

1>LoaderException:

1>System.TypeLoadException: Method 'ReadJson' in type 'CBUSAlexa.Models.AlexaPropertyConverter' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AccountController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AlexaCapabilitiesController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AlexaCBUSGroupMapsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AlexaCBUSLevelMapsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AlexaController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.AlexaEndpointsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.BraintreeController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.CBUSObjects' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.ConfigurationController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.ContentSecurityController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.DataProtectionStorageController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.EndpointManagerController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.GoogleController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.HomeController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.ManageController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.OrganisationController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.OrganisationsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.ProvisioningController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.ProvisioningRegionsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.SiteAirConZoneGroupsController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.SitesController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.TestingController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Controllers.GoDaddyController' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'HandleRequirementAsync' in type 'CBUSAlexa.Attributes.SiteAdministratorPolicyHandler' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'HandleRequirementAsync' in type 'CBUSAlexa.Attributes.OrganisationAdministratorPolicyHandler' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Attributes.BasicAuthenticationAttribute' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Attributes.EUPrivacyAttribute' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Attributes.LocalTimeAttribute' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Method 'OnActionExecutionAsync' in type 'CBUSAlexa.Attributes.RestrictToIPRangeAttribute' from assembly 'CBUSAlexa, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>LoaderException:

1>System.TypeLoadException: Could not load type 'System.Object' from assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' because the parent does not exist.

1>C:\Users\MarkHeaton\.nuget\packages\microsoft.diagnostics.tracing.eventregister\1.1.28\build\Microsoft.Diagnostics.Tracing.EventRegister.targets(132,5): error MSB3073: The command ""C:\Users\MarkHeaton\.nuget\packages\microsoft.diagnostics.tracing.eventregister\1.1.28\build\eventRegister.exe" -DumpRegDlls @"D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\bin\Debug\netcoreapp2.1\CBUSAlexa.eventRegister.rsp" "D:\Users\MarkHeaton\Documents\Visual Studio 2017\Projects\CBUSAlexa\CBUSAlexa\bin\Debug\netcoreapp2.1\CBUSAlexa.dll" " exited with code 1.

1>Done building project "CBUSAlexa.csproj" -- FAILED.

 

Regards

Mark

 

From: rabbitm...@googlegroups.com <rabbitm...@googlegroups.com> On Behalf Of Luke Bakken
Sent: 18 June 2018 20:25
To: rabbitmq-users <rabbitm...@googlegroups.com>
Subject: Re: [rabbitmq-users] Microsoft.Diagnostics.Tracing.EventSource.Redist

 

Hi Mark,

--

Luke Bakken

unread,
Jun 18, 2018, 3:55:29 PM6/18/18
to rabbitmq-users
Thanks for that info, I will give it a try. It looks like there may be something amiss with your build environment.

Basically I am going to create two brand-new projects in VS 2017, one targeting .NET Core 1.5 and one targeting .NET Core 2.0, based on this code: https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/dotnet/Receive

I'll see what happens during the nuget restore phase of the build, as well as the build itself, with regard to that Redist DLL.

Then, I'll run the consumer against RabbitMQ and will close the connection server-side, or just stop the server.

I'll let you know what happens.

Michael Klishin

unread,
Jun 18, 2018, 3:59:05 PM6/18/18
to rabbitm...@googlegroups.com
Would it be possible to trim stack traces that are 100+ lines long in the future? We usually need no more than first 15 or 20. Thank you.
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.

Luke Bakken

unread,
Jun 18, 2018, 5:23:16 PM6/18/18
to rabbitmq-users
Hi Mark,

I used the following code to try to reproduce your issue:


I targeted .NET core 2.0 since that was the easiest way to test. When running in debug mode, I block all traffic to port 5672 and can see the application cleanly exit. There is no attempt to call into Microsoft.Diagnostics.Tracing.EventSource.Redist nor Microsoft.Diagnostics.Tracing.EventSource

Have you registered an EventListener as described here?


Thanks -
Luke

Mark Heaton

unread,
Jun 18, 2018, 7:04:21 PM6/18/18
to rabbitm...@googlegroups.com

Luke,

I have dropped all of the RabbitMQ dependencies and recreated them and that dependency seems to have dropped

Thanks for your help

Mark

 

 

From: rabbitm...@googlegroups.com <rabbitm...@googlegroups.com> On Behalf Of Luke Bakken
Sent: 18 June 2018 22:23
To: rabbitmq-users <rabbitm...@googlegroups.com>
Subject: Re: [rabbitmq-users] Microsoft.Diagnostics.Tracing.EventSource.Redist

 

Hi Mark,

--

b...@collective2.com

unread,
Jun 24, 2018, 7:26:32 AM6/24/18
to rabbitmq-users
Can you please advice me how to fix it in the application which uses .NET Framework 4.7.1
It is a critical bug which happened already several times in my production code and this is really bad...
Last time, 3 applications crashed at the same time on the server. See a picture. So it must be something with the RabitMQ running at that machine.

All those applictions use it:

  ##  ##
  ##  ##      RabbitMQ 3.7.3. Copyright (C) 2007-2018 Pivotal Software, Inc.
  ##########  Licensed under the MPL.  See http://www.rabbitmq.com/
  ######  ##
  ##########  Logs: C:/Users/ADMINI~1/AppData/Roaming/RabbitMQ/log/RABBIT~1.LOG
                    C:/Users/ADMINI~1/AppData/Roaming/RabbitMQ/log/rabbit@EC2AMAZ-SOSTJSO_upgrade.log

              Starting broker...
 completed with 5 plugins.

- The file Microsoft.Diagnostics.Tracing.EventSource.dll is in the application directory.
- Rabbit client is 5.1.0

I badly need to solve this problem.
Help me, please.

Thank you.

To unsubscribe from this group and all its topics, send an email to rabbitmq-use...@googlegroups.com.
To post to this group, send email to rabbit...@googlegroups.com.

RabbitMQ-crash.png
RabbitMQ-crash-VS.png
RabbitMQ-crash-client.png

Michael Klishin

unread,
Jun 24, 2018, 8:03:49 AM6/24/18
to rabbitm...@googlegroups.com
Please start new threads for new questions.

This and similar threads all come down to build system intricacies, so there's very little that we can do
since we don't have access (and honestly, time) to fix build systems of every .NET client user who may run into this.

We already promised to
remove the dependency for .NET Classic by 6.0. .NET Core already doesn't have it.

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
MK

Staff Software Engineer, Pivotal/RabbitMQ
Reply all
Reply to author
Forward
0 new messages