Problem przy dodawaniu rejestracji

0

Hej,
Podczas dodawania autoryzacji do projektu (Identity) dostaje taki komunikat w pliku NazwaProjektu.AssemblyInfo.cs (kod ponizej)

using System;
using System.Reflection;

[assembly: Microsoft.AspNetCore.Identity.UI.UIFrameworkAttribute("Bootstrap4")]
[assembly: System.Reflection.AssemblyCompanyAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

The type or namespace name 'UI' does not exist in the namespace (are you missing an assembly reference?)

Mógłby mi ktoś z tym pomóc? Gdy wejdę do Reference Manager to mam tam pusto, więc rozwiązania ze stacka są nieaktualne. ASP.NET Core 2

0
MinasTirith napisał(a):

Hej,
Podczas dodawania autoryzacji do projektu (Identity) dostaje taki komunikat w pliku NazwaProjektu.AssemblyInfo.cs (kod ponizej)

using System;
using System.Reflection;

[assembly: Microsoft.AspNetCore.Identity.UI.UIFrameworkAttribute("Bootstrap4")]
[assembly: System.Reflection.AssemblyCompanyAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

The type or namespace name 'UI' does not exist in the namespace (are you missing an assembly reference?)

Mógłby mi ktoś z tym pomóc? Gdy wejdę do Reference Manager to mam tam pusto, więc rozwiązania ze stacka są nieaktualne. ASP.NET Core 2

Brakuje wywyolania zapewne dla System.Web:
Go to Menu Project --> Add Reference --> Chose Framework --> Choose System.Web dll and click OK. Error will be removed

0
MESSIAH napisał(a):
MinasTirith napisał(a):

Hej,
Podczas dodawania autoryzacji do projektu (Identity) dostaje taki komunikat w pliku NazwaProjektu.AssemblyInfo.cs (kod ponizej)

using System;
using System.Reflection;

[assembly: Microsoft.AspNetCore.Identity.UI.UIFrameworkAttribute("Bootstrap4")]
[assembly: System.Reflection.AssemblyCompanyAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

The type or namespace name 'UI' does not exist in the namespace (are you missing an assembly reference?)

Mógłby mi ktoś z tym pomóc? Gdy wejdę do Reference Manager to mam tam pusto, więc rozwiązania ze stacka są nieaktualne. ASP.NET Core 2

Brakuje wywyolania zapewne dla System.Web:
Go to Menu Project --> Add Reference --> Chose Framework --> Choose System.Web dll and click OK. Error will be removed

Właśnie nic tam nie mam.

0
MinasTirith napisał(a):
MESSIAH napisał(a):
MinasTirith napisał(a):

Hej,
Podczas dodawania autoryzacji do projektu (Identity) dostaje taki komunikat w pliku NazwaProjektu.AssemblyInfo.cs (kod ponizej)

using System;
using System.Reflection;

[assembly: Microsoft.AspNetCore.Identity.UI.UIFrameworkAttribute("Bootstrap4")]
[assembly: System.Reflection.AssemblyCompanyAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("ForecastApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

The type or namespace name 'UI' does not exist in the namespace (are you missing an assembly reference?)

Mógłby mi ktoś z tym pomóc? Gdy wejdę do Reference Manager to mam tam pusto, więc rozwiązania ze stacka są nieaktualne. ASP.NET Core 2

Brakuje wywyolania zapewne dla System.Web:
Go to Menu Project --> Add Reference --> Chose Framework --> Choose System.Web dll and click OK. Error will be removed

Właśnie nic tam nie mam.

No to dodaj to wywolanie.

0

System.Web.dll? W ASP.NET Core?

Pokaż swój plik csproj, może nie masz czegoś załadowanego - najpewniej Microsoft.AspNetCore.Identity.UI.

1 użytkowników online, w tym zalogowanych: 0, gości: 1