Base solution for your next web application
Open Closed

Login to ANZ app just hangs on first login #3930


User avatar
0
luckyduck created

<span style="color:#0000FF">I am a new user of ANZ and spent the first month focused on the Frontend. I am now turning my attention to the backend App and it just "hangs" or "clocks" with the 3 bubbles after entering the login information.

I have pasted the logs and messages below but there is no indication of what is wrong other than the reflection exception. Unlike the user in this post[https://forum.aspnetboilerplate.com/viewtopic.php?f=5&t=8467&p=19030&hilit=system.net.http#p19030]) there are no error messages indicating which dll it may be.</span>

<span style="color:#0000FF">Output Window:</span>

Exception thrown: 'System.Reflection.ReflectionTypeLoadException' in mscorlib.dll
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

<span style="color:#0000FF"> Call Stack:

As it is may be hard to read, the last line of ABP code was > Abp.Web.Api.dll!Abp.WebApi.Controllers.Dynamic.Selectors.AbpHttpControllerSelector.SelectController(System.Net.Http.HttpRequestMessage request) Line 55 C# Symbols loaded.</span>

mscorlib.dll!System.Reflection.RuntimeModule.GetTypes()	Unknown	No symbols loaded.
mscorlib.dll!System.Reflection.Assembly.GetTypes()	Unknown	No symbols loaded.
System.Web.Http.dll!System.Web.Http.Dispatcher.DefaultHttpControllerTypeResolver.GetTypes(System.Reflection.Assembly assembly)	Unknown	No symbols loaded.
System.Web.Http.dll!System.Web.Http.Dispatcher.DefaultHttpControllerTypeResolver.GetControllerTypes(System.Web.Http.Dispatcher.IAssembliesResolver assembliesResolver)	Unknown	No symbols loaded.
System.Web.Http.WebHost.dll!System.Web.Http.WebHost.WebHostHttpControllerTypeResolver.GetControllerTypes(System.Web.Http.Dispatcher.IAssembliesResolver assembliesResolver)	Unknown	No symbols loaded.
System.Web.Http.dll!System.Web.Http.Dispatcher.HttpControllerTypeCache.InitializeCache()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Generic.Dictionary&lt;string, System.Linq.ILookup&lt;string, System.Type&gt;>>.CreateValue()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Generic.Dictionary&lt;string, System.Linq.ILookup&lt;string, System.Type&gt;>>.LazyInitValue()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Generic.Dictionary&lt;string, System.Linq.ILookup&lt;string, System.Type&gt;>>.Value.get()	Unknown	No symbols loaded.
System.Web.Http.dll!System.Web.Http.Dispatcher.DefaultHttpControllerSelector.InitializeControllerInfoCache()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Concurrent.ConcurrentDictionary&lt;string, System.Web.Http.Controllers.HttpControllerDescriptor&gt;>.CreateValue()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Concurrent.ConcurrentDictionary&lt;string, System.Web.Http.Controllers.HttpControllerDescriptor&gt;>.LazyInitValue()	Unknown	No symbols loaded.
mscorlib.dll!System.Lazy&lt;System.Collections.Concurrent.ConcurrentDictionary&lt;string, System.Web.Http.Controllers.HttpControllerDescriptor&gt;>.Value.get()	Unknown	No symbols loaded.
System.Web.Http.dll!System.Web.Http.Dispatcher.DefaultHttpControllerSelector.SelectController(System.Net.Http.HttpRequestMessage request)	Unknown	No symbols loaded.

Abp.Web.Api.dll!Abp.WebApi.Controllers.Dynamic.Selectors.AbpHttpControllerSelector.SelectController(System.Net.Http.HttpRequestMessage request) Line 55 C# Symbols loaded. System.Web.Http.dll!System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. mscorlib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.__Canon>.Start<System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1>(ref System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1 stateMachine) Unknown No symbols loaded. System.Web.Http.dll!System.Web.Http.Dispatcher.HttpControllerDispatcher.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Net.Http.dll!System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Web.Http.dll!System.Web.Http.Dispatcher.HttpRoutingDispatcher.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Net.Http.dll!System.Net.Http.DelegatingHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. Abp.Web.Api.dll!Abp.WebApi.Controllers.ResultWrapperHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Line 29 C# Symbols loaded. System.Net.Http.dll!System.Net.Http.DelegatingHandler.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Web.Http.dll!System.Web.Http.HttpServer.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. mscorlib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.__Canon>.Start<System.Web.Http.HttpServer.<SendAsync>d__0>(ref System.Web.Http.HttpServer.<SendAsync>d__0 stateMachine) Unknown No symbols loaded. System.Web.Http.dll!System.Web.Http.HttpServer.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Net.Http.dll!System.Net.Http.HttpMessageInvoker.SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) Unknown No symbols loaded. System.Web.Http.WebHost.dll!System.Web.Http.WebHost.HttpControllerHandler.ProcessRequestAsyncCore(System.Web.HttpContextBase contextBase) Unknown No symbols loaded. mscorlib.dll!System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<System.Web.Http.WebHost.HttpControllerHandler.<ProcessRequestAsyncCore>d__0>(ref System.Web.Http.WebHost.HttpControllerHandler.<ProcessRequestAsyncCore>d__0 stateMachine) Unknown No symbols loaded. System.Web.Http.WebHost.dll!System.Web.Http.WebHost.HttpControllerHandler.ProcessRequestAsyncCore(System.Web.HttpContextBase contextBase) Unknown No symbols loaded. System.Web.Http.WebHost.dll!System.Web.Http.WebHost.HttpControllerHandler.ProcessRequestAsync(System.Web.HttpContext context) Unknown No symbols loaded. System.Web.dll!System.Web.HttpTaskAsyncHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest.AnonymousMethod__0() Unknown No symbols loaded. System.Web.dll!System.Web.TaskAsyncHelper.BeginTask(System.Func<System.Threading.Tasks.Task> taskFunc, System.AsyncCallback callback, object state) Unknown No symbols loaded. System.Web.dll!System.Web.HttpTaskAsyncHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext context, System.AsyncCallback cb, object extraData) Unknown No symbols loaded. System.Web.dll!System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() Unknown No symbols loaded. System.Web.dll!System.Web.HttpApplication.ExecuteStep(System.Web.HttpApplication.IExecutionStep step, ref bool completedSynchronously) Unknown No symbols loaded. System.Web.dll!System.Web.HttpApplication.PipelineStepManager.ResumeSteps(System.Exception error) Unknown No symbols loaded. System.Web.dll!System.Web.HttpApplication.BeginProcessRequestNotification(System.Web.HttpContext context, System.AsyncCallback cb) Unknown No symbols loaded. System.Web.dll!System.Web.HttpRuntime.ProcessRequestNotificationPrivate(System.Web.Hosting.IIS7WorkerRequest wr, System.Web.HttpContext context) Unknown No symbols loaded. System.Web.dll!System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(System.IntPtr rootedObjectsPointer, System.IntPtr nativeRequestContext, System.IntPtr moduleData, int flags) Unknown No symbols loaded. System.Web.dll!System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(System.IntPtr rootedObjectsPointer, System.IntPtr nativeRequestContext, System.IntPtr moduleData, int flags) Unknown No symbols loaded. [Native to Managed Transition] Annotated Frame [Managed to Native Transition] Annotated Frame System.Web.dll!System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(System.IntPtr rootedObjectsPointer, System.IntPtr nativeRequestContext, System.IntPtr moduleData, int flags) Unknown No symbols loaded. System.Web.dll!System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(System.IntPtr rootedObjectsPointer, System.IntPtr nativeRequestContext, System.IntPtr moduleData, int flags) Unknown No symbols loaded. [AppDomain Transition] Annotated Frame

 Logs.txt

DEBUG 2017-09-25 13:16:21,164 [1 ] Abp.Modules.AbpModuleManager - Loading Abp modules... DEBUG 2017-09-25 13:16:21,185 [1 ] Abp.Modules.AbpModuleManager - Found 21 ABP modules in total. DEBUG 2017-09-25 13:16:21,219 [1 ] Abp.Modules.AbpModuleManager - Loaded module: LuckyDuckSoftware.LDS_Public.Web.LDS_PublicWebModule, LuckyDuckSoftware.LDS_Public.Web, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,223 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.Mvc.AbpWebMvcModule, Abp.Web.Mvc, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,224 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.AbpWebModule, Abp.Web, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,225 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.AbpWebCommonModule, Abp.Web.Common, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,225 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AbpKernelModule, Abp, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,225 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AbpZeroOwinModule, Abp.Zero.Owin, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,226 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.AbpZeroCoreModule, Abp.Zero, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,226 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.AbpZeroCommonModule, Abp.Zero.Common, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,227 [1 ] Abp.Modules.AbpModuleManager - Loaded module: LuckyDuckSoftware.LDS_Public.LDS_PublicDataModule, LuckyDuckSoftware.LDS_Public.EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,227 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.EntityFramework.AbpZeroEntityFrameworkModule, Abp.Zero.EntityFramework, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,227 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.EntityFramework.AbpEntityFrameworkModule, Abp.EntityFramework, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,228 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.EntityFramework.AbpEntityFrameworkCommonModule, Abp.EntityFramework.Common, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,228 [1 ] Abp.Modules.AbpModuleManager - Loaded module: LuckyDuckSoftware.LDS_Public.LDS_PublicCoreModule, LuckyDuckSoftware.LDS_Public.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,228 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Zero.Ldap.AbpZeroLdapModule, Abp.Zero.Ldap, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,228 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.AutoMapper.AbpAutoMapperModule, Abp.AutoMapper, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,229 [1 ] Abp.Modules.AbpModuleManager - Loaded module: LuckyDuckSoftware.LDS_Public.LDS_PublicApplicationModule, LuckyDuckSoftware.LDS_Public.Application, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,229 [1 ] Abp.Modules.AbpModuleManager - Loaded module: LuckyDuckSoftware.LDS_Public.WebApi.LDS_PublicWebApiModule, LuckyDuckSoftware.LDS_Public.WebApi, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,230 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.WebApi.AbpWebApiModule, Abp.Web.Api, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,230 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Web.SignalR.AbpWebSignalRModule, Abp.Web.SignalR, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,230 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Runtime.Caching.Redis.AbpRedisCacheModule, Abp.RedisCache, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,230 [1 ] Abp.Modules.AbpModuleManager - Loaded module: Abp.Hangfire.AbpHangfireModule, Abp.HangFire, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:21,236 [1 ] Abp.Modules.AbpModuleManager - 21 modules loaded. DEBUG 2017-09-25 13:16:21,509 [1 ] o.Configuration.LanguageManagementConfig - Converted Abp (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2017-09-25 13:16:21,509 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpWeb (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2017-09-25 13:16:21,509 [1 ] o.Configuration.LanguageManagementConfig - Converted AbpZero (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2017-09-25 13:16:21,509 [1 ] o.Configuration.LanguageManagementConfig - Converted LDS_Public (Abp.Localization.Dictionaries.DictionaryBasedLocalizationSource) to MultiTenantLocalizationSource DEBUG 2017-09-25 13:16:21,956 [1 ] EntityFramework.AbpEntityFrameworkModule - Registering DbContext: LuckyDuckSoftware.LDS_Public.EntityFramework.LDS_PublicDbContext, LuckyDuckSoftware.LDS_Public.EntityFramework, Version=4.3.0.0, Culture=neutral, PublicKeyToken=null DEBUG 2017-09-25 13:16:46,144 [1 ] Abp.Localization.LocalizationManager - Initializing 4 localization sources. DEBUG 2017-09-25 13:16:46,158 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: Abp DEBUG 2017-09-25 13:16:46,160 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpWeb DEBUG 2017-09-25 13:16:46,169 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: AbpZero DEBUG 2017-09-25 13:16:46,171 [1 ] Abp.Localization.LocalizationManager - Initialized localization source: LDS_Public DEBUG 2017-09-25 13:16:46,297 [1 ] Abp.BackgroundJobs.BackgroundJobManager - Start background worker: Abp.BackgroundJobs.BackgroundJobManager DEBUG 2017-09-25 13:16:48,080 [1 ] Abp.Owin.OwinUserTokenProviderAccessor - DataProtectionProvider has not been set yet. DEBUG 2017-09-25 13:16:48,323 [1 ] Abp.AutoMapper.AbpAutoMapperModule - Found 27 classes define auto mapping attributes DEBUG 2017-09-25 13:16:48,323 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Friendships.Cache.FriendCacheItem DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Sessions.Dto.TenantLoginInfoDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Sessions.Dto.UserLoginInfoDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Organizations.Dto.OrganizationUnitDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Organizations.Dto.OrganizationUnitUserListDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Notifications.Dto.NotificationSubscriptionWithDisplayNameDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.MultiTenancy.Dto.TenantListDto DEBUG 2017-09-25 13:16:48,326 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.MultiTenancy.Dto.TenantEditDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Localization.Dto.ApplicationLanguageEditDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Localization.Dto.ApplicationLanguageListDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Friendships.Dto.FriendDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Editions.Dto.EditionEditDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Editions.Dto.FlatFeatureDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Editions.Dto.EditionListDto DEBUG 2017-09-25 13:16:48,327 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Chat.Dto.ChatMessageDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Chat.Dto.ChatUserDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Chat.Dto.ChatUserWithMessagesDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Users.Profile.Dto.CurrentUserProfileEditDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Users.Dto.UserLoginAttemptDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Users.Dto.UserListDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Roles.Dto.RoleListDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Roles.Dto.RoleEditDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Permissions.Dto.FlatPermissionDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Permissions.Dto.FlatPermissionWithLevelDto DEBUG 2017-09-25 13:16:48,328 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Auditing.Dto.AuditLogListDto DEBUG 2017-09-25 13:16:48,329 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Authorization.Users.Dto.UserListDto+UserListRoleDto DEBUG 2017-09-25 13:16:48,329 [1 ] Abp.AutoMapper.AbpAutoMapperModule - LuckyDuckSoftware.LDS_Public.Web.Models.Account.TenantSelectionViewModel+TenantInfo DEBUG 2017-09-25 13:16:48,936 [1 ] Abp.Owin.OwinUserTokenProviderAccessor - DataProtectionProvider has not been set yet. DEBUG 2017-09-25 13:16:48,978 [1 ] Abp.Owin.OwinUserTokenProviderAccessor - DataProtectionProvider has not been set yet. DEBUG 2017-09-25 13:16:48,990 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Timing.ITimingAppService' with service name 'app/timing'. DEBUG 2017-09-25 13:16:48,991 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Tenants.Dashboard.ITenantDashboardAppService' with service name 'app/tenantDashboard'. DEBUG 2017-09-25 13:16:48,992 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Sessions.ISessionAppService' with service name 'app/session'. DEBUG 2017-09-25 13:16:48,993 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Organizations.IOrganizationUnitAppService' with service name 'app/organizationUnit'. DEBUG 2017-09-25 13:16:48,994 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Notifications.INotificationAppService' with service name 'app/notification'. DEBUG 2017-09-25 13:16:48,995 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.MultiTenancy.ITenantAppService' with service name 'app/tenant'. DEBUG 2017-09-25 13:16:48,996 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Logging.IWebLogAppService' with service name 'app/webLog'. DEBUG 2017-09-25 13:16:48,997 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Localization.ILanguageAppService' with service name 'app/language'. DEBUG 2017-09-25 13:16:48,998 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Friendships.IFriendshipAppService' with service name 'app/friendship'. DEBUG 2017-09-25 13:16:48,999 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Editions.IEditionAppService' with service name 'app/edition'. DEBUG 2017-09-25 13:16:49,000 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Configuration.Tenants.ITenantSettingsAppService' with service name 'app/tenantSettings'. DEBUG 2017-09-25 13:16:49,001 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Configuration.Host.IHostSettingsAppService' with service name 'app/hostSettings'. DEBUG 2017-09-25 13:16:49,002 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Common.ICommonLookupAppService' with service name 'app/commonLookup'. DEBUG 2017-09-25 13:16:49,003 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Chat.IChatAppService' with service name 'app/chat'. DEBUG 2017-09-25 13:16:49,004 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Caching.ICachingAppService' with service name 'app/caching'. DEBUG 2017-09-25 13:16:49,005 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Users.IUserLinkAppService' with service name 'app/userLink'. DEBUG 2017-09-25 13:16:49,006 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Users.IUserLoginAppService' with service name 'app/userLogin'. DEBUG 2017-09-25 13:16:49,007 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Users.IUserAppService' with service name 'app/user'. DEBUG 2017-09-25 13:16:49,008 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Users.Profile.IProfileAppService' with service name 'app/profile'. DEBUG 2017-09-25 13:16:49,010 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Roles.IRoleAppService' with service name 'app/role'. DEBUG 2017-09-25 13:16:49,011 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Authorization.Permissions.IPermissionAppService' with service name 'app/permission'. DEBUG 2017-09-25 13:16:49,012 [1 ] Abp.Logging.LogHelper - Dynamic web api controller is created for type 'LuckyDuckSoftware.LDS_Public.Auditing.IAuditLogAppService' with service name 'app/auditLog'.

IISExpress log:

#Software: Microsoft Internet Information Services 10.0 #Version: 1.0 #Date: 2017-09-25 17:17:27 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken . . . <a class="postlink" href="http://localhost:6240/Application">http://localhost:6240/Application</a> 200 0 0 57 2017-09-25 17:20:37 ::1 GET /App/tenant/views/dashboard/index.js - 6240 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/60.0.3112.113+Safari/537.36 <a class="postlink" href="http://localhost:6240/Application">http://localhost:6240/Application</a> 200 0 0 31 2017-09-25 17:20:37 ::1 GET /App/tenant/views/settings/index.js - 6240 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/60.0.3112.113+Safari/537.36 <a class="postlink" href="http://localhost:6240/Application">http://localhost:6240/Application</a> 200 0 0 19 2017-09-25 17:20:37 ::1 GET /signalr/hubs - 6240 admin ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/60.0.3112.113+Safari/537.36 <a class="postlink" href="http://localhost:6240/Application">http://localhost:6240/Application</a> 200 0 0 168139

<span style="color:#0000FF"> and it just continues the busy indicator. If you pause the code in VS Debug, it says it is not running our code.

I have reset the database and all the backend app code back to its original state, but there it makes no difference.

I appreciate your assistance!</span>


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @LuckyDuck,

    Is this happening in development mode ? Have you tried to upgrade System.Net.Http nuget package ?

    If you tried this, please send your project to <a href="mailto:[email protected]">[email protected]</a> and let us check your problem.

    Thanks.

  • User Avatar
    0
    luckyduck created

    For the benefit of the group:

    • I did upgrade system.net.http from 4.0.0 to 4.3.3 and while it eliminated the reflection exception it did not fix the issue of the backend app just clocking

    • this evening, though, I realized that about two-thirds of the angular js files in the web\scripts directory were missing compared to the original downloaded project. Not sure how that happened, but I reinstalled AngularJS nuget pkg and now I can get into the backend app with no problems :D

    Thanks!!

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks for the feedback @LuckyDuck :)