Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

LoginView fails to load #34

Open
tusmester opened this issue Aug 22, 2019 · 3 comments
Open

LoginView fails to load #34

tusmester opened this issue Aug 22, 2019 · 3 comments
Labels

Comments

@tusmester
Copy link
Member

After installing the WebPages package and visiting the main page of the default site, this error shows up instead of the login view:

Couldn't load /Root/System/SystemPlugins/Portlets/AdvancedLogin/LoginView
@tusmester tusmester added the bug label Aug 22, 2019
@tusmester tusmester added this to the Sprint 192 milestone Aug 22, 2019
@tusmester
Copy link
Member Author

I was not able to reproduce the issue. It is possible that the installed Services and WebPages packages are not compatible. The first thing to try in this case is to upgrade all installed packages to their latest version from nuget.

@herflis herflis modified the milestones: Sprint 192, Sprint 193 Sep 3, 2019
@herflis herflis modified the milestones: Sprint 193, Sprint 194 Sep 23, 2019
@herflis herflis modified the milestones: Sprint 194, Sprint 195 Oct 10, 2019
@herflis herflis modified the milestones: Sprint 195, Sprint 196 Oct 22, 2019
@herflis herflis modified the milestones: Sprint 196, Sprint 197 Nov 6, 2019
@herflis herflis modified the milestones: Sprint 197, Sprint 198 Nov 20, 2019
@herflis herflis modified the milestones: Sprint 198, Sprint 199 Dec 5, 2019
@herflis herflis modified the milestones: Sprint 199, Sprint 200 Jan 6, 2020
@herflis
Copy link
Contributor

herflis commented Jan 7, 2020

from gitter:
"when i checked event viewer got this error message:
Message: http://server/Root/System/SystemPlugins/Portlets/AdvancedLogin/LoginView.ascx(41): error CS0012: The type 'IIdentity' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'."

@herflis herflis modified the milestones: Sprint 200, Sprint 201 Jan 8, 2020
@herflis herflis modified the milestones: Sprint 201, Sprint 202 Jan 22, 2020
@herflis herflis modified the milestones: Sprint 202, Sprint 203 Feb 5, 2020
@herflis herflis modified the milestones: Sprint 203, Sprint 204 Feb 19, 2020
@herflis herflis modified the milestones: Sprint 204, Sprint 205 Mar 4, 2020
@herflis herflis modified the milestones: Sprint 205, Sprint 206 Mar 18, 2020
@herflis herflis modified the milestones: Sprint 206, Sprint 207 Apr 1, 2020
@herflis herflis modified the milestones: Sprint 207, Sprint 208 Apr 16, 2020
@herflis herflis modified the milestones: Sprint 208, Sprint 209 Apr 30, 2020
@sushantlotlikar
Copy link

sushantlotlikar commented May 10, 2020

Hi @tusmester, @herflis,

FYI

  1. I was getting this same issue. The issue was resolved after I modified the web.config file as follows:
    <compilation debug="true" targetFramework="4.7.1" > <assemblies> <add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" /> </assemblies> </compilation>
  2. References:
    stackoverflow/solution
    github/dotnet/standard/issue/542
  3. My Env:
    VS Community 2017 v15.9.2
    .Net Framework 4.7.1

Regards,
Sushant Lotlikar

@herflis herflis modified the milestones: Sprint 209, Sprint 210 May 13, 2020
@herflis herflis modified the milestones: Sprint 210, Sprint 211 May 27, 2020
@herflis herflis modified the milestones: Sprint 211, Sprint 212 Jun 10, 2020
@herflis herflis modified the milestones: Sprint 212, Sprint 213 Jun 25, 2020
@herflis herflis modified the milestones: Sprint 213, Sprint 214 Jul 8, 2020
@herflis herflis modified the milestones: Sprint 214, Sprint 215 Jul 23, 2020
@herflis herflis modified the milestones: Sprint 215, Sprint 216 Aug 5, 2020
@herflis herflis modified the milestones: Sprint 216, Sprint 217 Aug 24, 2020
@herflis herflis modified the milestones: Sprint 217, Sprint 218 Sep 2, 2020
@herflis herflis modified the milestones: Sprint 218, Sprint 219 Sep 16, 2020
@herflis herflis removed this from the Sprint 219 milestone Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants