<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695268#M8815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you supply the stack trace from the inner exception?&lt;BR /&gt;Also the call-stack seem to indicate you are using .Wait() instead of 'await' ? That's a blocking call and should never be used in a multi-threaded application, as you can deadlock the entire process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's also issues with the plugin model if multiple plugins&amp;nbsp;use different versions of ArcGIS Runtime. I believe AutoCAD has their own plugin that also includes (an older version of) ArcGIS Runtime, and if that's a different version there are currently issues with getting a plugin it to use the correct version (first one to load wins).&lt;/P&gt;&lt;P&gt;When the app crashes, try and go to Debug -&amp;gt; Modules and check which esri assemblies are loaded in memory, and verify that the path is what you expect.&lt;/P&gt;&lt;P&gt;Your exception and callstack doesn't initially seem to indicate that's the actual issue, but that's why I want to double-check by understanding the callstacks of the inner exceptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2020 19:32:20 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2020-06-16T19:32:20Z</dc:date>
    <item>
      <title>I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695261#M8808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the same code that I use in a Windows application to get the credentials for our portal. When I use the code in a .DLL I get a&amp;nbsp;System.Net.WebException and the connection is refused. This just started happening and was functioning before. I haven't made any code changes to the connection for the portal. I will paste below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas? This library is used in a plugin for AutoCAD and hasn't had any issues till this last week. I started a brand new project and I am getting the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var cred = await Esri.ArcGISRuntime.Security.AuthenticationManager.Current.GenerateCredentialAsync(&lt;BR /&gt; new Uri("https://ourportal/arcgis/sharing/rest"),&lt;BR /&gt; "XXXXXX",&lt;BR /&gt; "XXXXXX") as ArcGISTokenCredential;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I might be missing a reference but it looks okay in my config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;packages&amp;gt;&lt;BR /&gt; &amp;lt;package id="Esri.ArcGISRuntime" version="100.8.0" targetFramework="net472" /&amp;gt;&lt;BR /&gt; &amp;lt;package id="Esri.ArcGISRuntime.WPF" version="100.8.0" targetFramework="net472" /&amp;gt;&lt;BR /&gt; &amp;lt;package id="Newtonsoft.Json" version="12.0.3" targetFramework="net472" /&amp;gt;&lt;BR /&gt;&amp;lt;/packages&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any setting that I am missing or that it might of gotten changed to now get the connection refused from our portal? This same code works in applications that are built as stand alone applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 18:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695261#M8808</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-04T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695262#M8809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The the SSL certificate expire on your server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:07:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695262#M8809</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-06-05T16:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695263#M8810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will double check but why would it work in one application but not as a library?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695263#M8810</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-05T16:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695264#M8811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked and it is still valid. What is also strange is I can build a library then use it any Windows application and it works, but when I use it in this library it gives the exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695264#M8811</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-05T16:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695265#M8812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have suggestions? The code works in a Windows application but in a class library I am getting a WebException and the connection is closed trying to get a token.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695265#M8812</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-15T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695266#M8813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean by&amp;nbsp;it not working when in a DLL. Applications needs an executable to run. There really shouldn't be any difference between putting the code in an executable, or having an executable call the same code in an assembly. Have you tried copying that code to the executable part and test if that works? I'm guessing the execution context might be different from the application that you got it working in. It's not unlikely that the application that is executing your assembly could be doing something to mess up your&amp;nbsp;code.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It might also be helpful to look at the exception, its stacktrace, as well as if that exception has an InnerException property populated, look at its message and stacktrace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 19:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695266#M8813</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-06-15T19:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695267#M8814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My project is a Class Library. It is loaded into AutoCAD and it will pull survey data and images. This was working for over a year but I upgraded some of the capabilities and I now it doesn't work. If I use the same code in a windows application it works flawlessly but when used as a DLL I get these errors on the .Wait statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It errors on this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var cred = await Esri.ArcGISRuntime.Security.AuthenticationManager.Current.GenerateCredentialAsync(&lt;BR /&gt; new Uri("https://gis.adb-us.com/arcgis/sharing/rest"),&lt;BR /&gt;userName,&lt;BR /&gt;password) as ArcGISTokenCredential;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have taken the code out and created its own library and used that in a windows application and it works fine, but if I call it from this class library project I get the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that I am missing a reference somewhere, it's missing an assembly, or that I need to a different approach to get credentials being that it is in a library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System.AggregateException&lt;BR /&gt; HResult=0x80131500&lt;BR /&gt; Message=One or more errors occurred.&lt;BR /&gt; Source=mscorlib&lt;BR /&gt; StackTrace:&lt;BR /&gt; at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)&lt;BR /&gt; at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)&lt;BR /&gt; at System.Threading.Tasks.Task.Wait()&lt;BR /&gt; at ADBAutoCAD.QCForm.OpenedForm(String s, String fqnid) in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\QCForm.cs:line 53&lt;BR /&gt; at ADBAutoCAD.Form1.button6_Click(Object sender, EventArgs e) in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\Form1.cs:line 614&lt;BR /&gt; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR /&gt; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR /&gt; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR /&gt; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR /&gt; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/P&gt;&lt;P&gt;Inner Exception 1:&lt;BR /&gt;HttpRequestException: An error occurred while sending the request.&lt;/P&gt;&lt;P&gt;Inner Exception 2:&lt;BR /&gt;WebException: The underlying connection was closed: An unexpected error occurred on a send.&lt;/P&gt;&lt;P&gt;Inner Exception 3:&lt;BR /&gt;IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.&lt;/P&gt;&lt;P&gt;Inner Exception 4:&lt;BR /&gt;SocketException: An existing connection was forcibly closed by the remote host&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 18:23:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695267#M8814</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-16T18:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695268#M8815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you supply the stack trace from the inner exception?&lt;BR /&gt;Also the call-stack seem to indicate you are using .Wait() instead of 'await' ? That's a blocking call and should never be used in a multi-threaded application, as you can deadlock the entire process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's also issues with the plugin model if multiple plugins&amp;nbsp;use different versions of ArcGIS Runtime. I believe AutoCAD has their own plugin that also includes (an older version of) ArcGIS Runtime, and if that's a different version there are currently issues with getting a plugin it to use the correct version (first one to load wins).&lt;/P&gt;&lt;P&gt;When the app crashes, try and go to Debug -&amp;gt; Modules and check which esri assemblies are loaded in memory, and verify that the path is what you expect.&lt;/P&gt;&lt;P&gt;Your exception and callstack doesn't initially seem to indicate that's the actual issue, but that's why I want to double-check by understanding the callstacks of the inner exceptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 19:32:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695268#M8815</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-06-16T19:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695269#M8816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the only plug-in being used. It is using the proper runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime.dll Esri.ArcGISRuntime.dll C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\bin\Debug\Esri.ArcGISRuntime.dll Yes No Cannot find or open the PDB file. 131 100.08.0.2768 &amp;lt;Unknown&amp;gt; 0000022BE0B00000-0000022BE0E24000 [15168] acad.exe [1] DefaultDomain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************** Exception Text **************&lt;BR /&gt;System.AggregateException: One or more errors occurred. ---&amp;gt; System.Net.Http.HttpRequestException: An error occurred while sending the request. ---&amp;gt; System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---&amp;gt; System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---&amp;gt; System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host&lt;BR /&gt; at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)&lt;BR /&gt; at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)&lt;BR /&gt; at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext&amp;amp; context)&lt;BR /&gt; at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler.ArcGISClientHandlerInternal.&amp;lt;SendAsync&amp;gt;d__14.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenWebRequest.&amp;lt;RequestTokenAsync&amp;gt;d__44.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GetArcGISTokenAsync&amp;gt;d__9.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GenerateTokenImplAsync&amp;gt;d__7.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.TokenCredential.&amp;lt;GenerateTokenAsync&amp;gt;d__31.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;BR /&gt; at ADB_Reporting.PortalCode.&amp;lt;ConnectionAsync&amp;gt;d__9.MoveNext() in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\PortalCode.cs:line 62&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.GetResult()&lt;BR /&gt; at ADBAutoCAD.QCForm.&amp;lt;&amp;gt;c__DisplayClass3_0.&amp;lt;&amp;lt;OpenedForm&amp;gt;b__0&amp;gt;d.MoveNext() in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\QCForm.cs:line 52&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)&lt;BR /&gt; at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)&lt;BR /&gt; at System.Threading.Tasks.Task.Wait()&lt;BR /&gt; at ADBAutoCAD.QCForm.OpenedForm(String s, String fqnid) in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\QCForm.cs:line 53&lt;BR /&gt; at ADBAutoCAD.Form1.button6_Click(Object sender, EventArgs e) in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\Form1.cs:line 614&lt;BR /&gt; at System.Windows.Forms.Control.OnClick(EventArgs e)&lt;BR /&gt; at System.Windows.Forms.Button.OnClick(EventArgs e)&lt;BR /&gt; at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)&lt;BR /&gt; at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;BR /&gt; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)&lt;BR /&gt; at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR /&gt;---&amp;gt; (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---&amp;gt; System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---&amp;gt; System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---&amp;gt; System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host&lt;BR /&gt; at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)&lt;BR /&gt; at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)&lt;BR /&gt; at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext&amp;amp; context)&lt;BR /&gt; at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)&lt;BR /&gt; --- End of inner exception stack trace ---&lt;BR /&gt; at Esri.ArcGISRuntime.Http.ArcGISHttpClientHandler.ArcGISClientHandlerInternal.&amp;lt;SendAsync&amp;gt;d__14.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenWebRequest.&amp;lt;RequestTokenAsync&amp;gt;d__44.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GetArcGISTokenAsync&amp;gt;d__9.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.ArcGISTokenCredential.&amp;lt;GenerateTokenImplAsync&amp;gt;d__7.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at Esri.ArcGISRuntime.Security.TokenCredential.&amp;lt;GenerateTokenAsync&amp;gt;d__31.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;BR /&gt; at ADB_Reporting.PortalCode.&amp;lt;ConnectionAsync&amp;gt;d__9.MoveNext() in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\PortalCode.cs:line 62&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt; at System.Runtime.CompilerServices.TaskAwaiter.GetResult()&lt;BR /&gt; at ADBAutoCAD.QCForm.&amp;lt;&amp;gt;c__DisplayClass3_0.&amp;lt;&amp;lt;OpenedForm&amp;gt;b__0&amp;gt;d.MoveNext() in C:\Users\cschellenbach\source\repos\ADBAutoCADPlugIn\ADBAutoCADPlugIn\QCForm.cs:line 52&amp;lt;---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************** Loaded Assemblies **************&lt;BR /&gt;mscorlib&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Acdbmgd&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcdbMgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;adui23&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/adui23.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdUiPalettes&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AdUiPalettes.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsBase&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Core&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationCore&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xaml&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Configuration&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xml&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdApplicationFrame&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 2017.11.2.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AdApplicationFrame.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdWindows&lt;BR /&gt; Assembly Version: 2017.11.2.0&lt;BR /&gt; Win32 Version: 2017.11.2.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AdWindows.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;WindowsFormsIntegration&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.VisualStudio.DesignTools.WpfTap&lt;BR /&gt; Assembly Version: 15.0.0.0&lt;BR /&gt; Win32 Version: 15.0.27703.2042&lt;BR /&gt; CodeBase: file:///C:/Users/CSCHEL~1/AppData/Local/Temp/VisualStudio.XamlDiagnostics.15168/Microsoft.VisualStudio.DesignTools.WpfTap.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Runtime.Serialization&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;SMDiagnostics&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.ServiceModel.Internals&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Aero2&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Drawing&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;accoremgd&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/accoremgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Acmgd&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Acmgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWindows&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcWindows.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Windows.Forms&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWindows.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcWindows.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;UIAutomationProvider&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;UIAutomationTypes&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCui&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcCui.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcTcMgd&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcTcMgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemXml&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Aero&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapRibbon&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/AcMapRibbon.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationUI&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Xml.Linq&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemXmlLinq&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdUIMgd&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AdUIMgd.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapHiPPIUtility&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///c:/program%20files/autodesk/autocad%202019/map/bin/gisplatform/AcMapHiPPIUtility.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapResourceManagement&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///c:/program%20files/autodesk/autocad%202019/map/AcMapResourceManagement.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapLoader&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///c:/program%20files/autodesk/autocad%202019/map/acmaploader.arx&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ConvertText&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/ConvertText.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;OSGeo.MapGuide.PlatformBase&lt;BR /&gt; Assembly Version: 3.3.0.88&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/GisPlatform/OSGeo.MapGuide.PlatformBase.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;OSGeo.MapGuide.Foundation&lt;BR /&gt; Assembly Version: 3.3.0.88&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/GisPlatform/OSGeo.MapGuide.Foundation.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.Platform&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/Autodesk.Map.Platform.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;MapPublishImp&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/MapPublishImp.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.MapGuide.Studio.Site&lt;BR /&gt; Assembly Version: 3.3.0.88&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/Autodesk.MapGuide.Studio.Site.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapFeatureEntityTooltipsManager&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/AcMapFeatureEntityTooltipsManager.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ResourceManagerRdfImp&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/ResourceManagerRdfImp.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Data&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4121.0 built by: NET48REL1LAST_C&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Numerics&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemData&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcWorkspaceSelector&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/AcWorkspaceSelector.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.FeatureSearch&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.FeatureSearch.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Genuine&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Genuine.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Forms&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Forms.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Map&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Map.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.PlugInHandler&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.PlugInHandler.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.ImageResources&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.ImageResources.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Loader&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Loader.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;log4net&lt;BR /&gt; Assembly Version: 1.2.13.0&lt;BR /&gt; Win32 Version: 1.2.13.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/log4net.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Config&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Config.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Logging&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Logging.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.ExceptionDialog&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.ExceptionDialog.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Exception&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Exception.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Services&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Services.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Collections&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Collections.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.FeatureServiceListener&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.FeatureServiceListener.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Tools&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Tools.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;OSGeo.MapGuide.Geometry&lt;BR /&gt; Assembly Version: 3.3.0.88&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/GisPlatform/OSGeo.MapGuide.Geometry.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ManagedInternal&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/ManagedInternal.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.GwsInterface&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.GwsInterface.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ManagedMapApi&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/ManagedMapApi.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Display.GraphicsGeneration&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Display.GraphicsGeneration.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Display.Settings&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Display.Settings.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Display.DisplayModelManagement&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Display.DisplayModelManagement.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Data&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Data.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Graphic&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Graphic.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.CoordinateSystem.API&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.CoordinateSystem.API.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.Data.UnitSupport&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.Data.UnitSupport.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.CIP.Waypoints&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.CIP.Waypoints.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.CoordinateSystem.Factory&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.CoordinateSystem.Factory.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.IDM.Embedded&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.IDM.Embedded.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.CoordinateSystem.SpatialReferenceApi&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.CoordinateSystem.SpatialReferenceApi.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.IDM.AutoCADEmbedded&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.IDM.AutoCADEmbedded.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.MapToAcad.UI&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.MapToAcad.UI.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.RibbonItems&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.RibbonItems.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;FeaturedAppsPlugin&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.39.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files%20(x86)/Autodesk/ApplicationPlugins/Autodesk%20FeaturedApps.bundle/Contents/Windows/2019/Win64/FeaturedAppsPlugin.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework-SystemCore&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Anonymously Hosted DynamicMethods Assembly&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ContextualTabSelectorRules&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcWindows.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Map.IM.ContextualTabHelper&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/bin/Autodesk.Map.IM.ContextualTabHelper.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMapRibbonWrapper&lt;BR /&gt; Assembly Version: 22.0.22.4&lt;BR /&gt; Win32 Version: 22.0.022.4&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/AcMapRibbonWrapper.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.Expression.Interactions&lt;BR /&gt; Assembly Version: 4.5.0.0&lt;BR /&gt; Win32 Version: 3.0.40218.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Microsoft.Expression.Interactions.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ManagedMC3&lt;BR /&gt; Assembly Version: 10.0.0.0&lt;BR /&gt; Win32 Version: 10.0.2.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/ManagedMC3.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ClicJsInfoCenter&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 7.1.4.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Common%20Files/Autodesk%20Shared/CLM/V7/MSVC14/ClicJsInfoCenter.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcLivePreviewContext&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcWindows.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Accessibility&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCustomize&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcCustomize.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCustomize.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcCustomize.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcLayer&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcLayer.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcLayer.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcLayer.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;PresentationFramework.Luna&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Luna/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Luna.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Autodesk.Gis.ObjectModels.LayerDefinition-2.4.0&lt;BR /&gt; Assembly Version: 3.3.0.88&lt;BR /&gt; Win32 Version: 3.3.0.88&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/Map/Autodesk.Gis.ObjectModels.LayerDefinition-2.4.0.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Windows.UI&lt;BR /&gt; Assembly Version: 255.255.255.255&lt;BR /&gt; Win32 Version: 10.0.10011.16384&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/system32/WinMetadata/Windows.UI.winmd&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Windows.Foundation&lt;BR /&gt; Assembly Version: 255.255.255.255&lt;BR /&gt; Win32 Version: 10.0.10011.16384&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/system32/WinMetadata/Windows.Foundation.winmd&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Runtime.InteropServices.WindowsRuntime&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.InteropServices.WindowsRuntime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.InteropServices.WindowsRuntime.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Runtime.WindowsRuntime&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.WindowsRuntime/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.WindowsRuntime.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcAeNet.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcAeNet.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCloudRender.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcCloudRender.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcDxWizard.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcDxWizard.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcExportLayoutUI.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcExportLayoutUI.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcInterfere.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcInterfere.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcLayerTools.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcLayerTools.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMrUi.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcMrUi.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMultiLineUi.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcMultiLineUi.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcRecoverAll.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcRecoverAll.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcScaleList.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcScaleList.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcSeamless.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcSeamless.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcUnderlay.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcUnderlay.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcViewTransitionsUi.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcViewTransitionsUi.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AdskConnectionPointMgd.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AdskConnectionPointMgd.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcCalcUi.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcCalcUi.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcTaskDialogs&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcTaskDialogs.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcTaskDialogs.resources&lt;BR /&gt; Assembly Version: 0.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/en-US/AcTaskDialogs.resources.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ADBAutoCADPlugIn&lt;BR /&gt; Assembly Version: 1.0.0.0&lt;BR /&gt; Win32 Version: 1.0.0.0&lt;BR /&gt; CodeBase: file:///C:/Users/cschellenbach/source/repos/ADBAutoCADPlugIn/ADBAutoCADPlugIn/bin/Debug/ADBAutoCADPlugIn.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Transactions&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.EnterpriseServices&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;AcMrUi&lt;BR /&gt; Assembly Version: 23.0.0.0&lt;BR /&gt; Win32 Version: 23.0.46.0.0&lt;BR /&gt; CodeBase: file:///C:/Program%20Files/Autodesk/AutoCAD%202019/AcMrUI.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Esri.ArcGISRuntime&lt;BR /&gt; Assembly Version: 100.8.0.0&lt;BR /&gt; Win32 Version: 100.8.0.2768&lt;BR /&gt; CodeBase: file:///C:/Users/cschellenbach/source/repos/ADBAutoCADPlugIn/ADBAutoCADPlugIn/bin/Debug/Esri.ArcGISRuntime.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Microsoft.VisualStudio.Debugger.Runtime&lt;BR /&gt; Assembly Version: 15.0.0.0&lt;BR /&gt; Win32 Version: 15.0.27703.2026&lt;BR /&gt; CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio/2017/Professional/Common7/IDE/Remote%20Debugger/x64/Runtime/Microsoft.VisualStudio.Debugger.Runtime.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Newtonsoft.Json&lt;BR /&gt; Assembly Version: 12.0.0.0&lt;BR /&gt; Win32 Version: 12.0.3.23909&lt;BR /&gt; CodeBase: file:///C:/Users/cschellenbach/source/repos/ADBAutoCADPlugIn/ADBAutoCADPlugIn/bin/Debug/Newtonsoft.Json.DLL&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Net.Http&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll&lt;BR /&gt;----------------------------------------&lt;BR /&gt;System.Net.Http.WebRequest&lt;BR /&gt; Assembly Version: 4.0.0.0&lt;BR /&gt; Win32 Version: 4.8.3752.0 built by: NET48REL1&lt;BR /&gt; CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http.WebRequest/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll&lt;BR /&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;************** JIT Debugging **************&lt;BR /&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;BR /&gt;application or computer (machine.config) must have the&lt;BR /&gt;jitDebugging value set in the system.windows.forms section.&lt;BR /&gt;The application must also be compiled with debugging&lt;BR /&gt;enabled.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;lt;configuration&amp;gt;&lt;BR /&gt; &amp;lt;system.windows.forms jitDebugging="true" /&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;When JIT debugging is enabled, any unhandled exception&lt;BR /&gt;will be sent to the JIT debugger registered on the computer&lt;BR /&gt;rather than be handled by this dialog box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 20:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695269#M8816</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-16T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: I am getting System.Net.WebException on the connection to a Enterpise portal when deploying as a .DLL</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695270#M8817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to connected to the portal and I am getting the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;ArcGISPortal portal = await ArcGISPortal.CreateAsync(new Uri("https://gis.ourportal.com/arcgis/sharing/rest"));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not understanding why it works in a Windows application but once used as a DLL it won't. This code worked for over a year but not it doesn't. I don't know if it is missing a reference somewhere or I upgraded to a newer version of the Runtime.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice or suggestion would be very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 17:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/i-am-getting-system-net-webexception-on-the/m-p/695270#M8817</guid>
      <dc:creator>CraigSchellenbach1</dc:creator>
      <dc:date>2020-06-18T17:32:45Z</dc:date>
    </item>
  </channel>
</rss>

