C# microsoft.identityModel' has invalid ?
2 naročnika
2 naročnika
Pozdravljeni.
Pri ASP.NET aplikaciji mi napiše:
Warning 1 The element 'system.web' has invalid child element 'system.identityModel'. List of possible elements expected: 'anonymousIdentification, authentication, authorization, browserCaps, clientTarget, compilation, customErrors, deployment, deviceFilters, fullTrustAssemblies, globalization, healthMonitoring, hostingEnvironment, httpCookies, httpHandlers, httpModules, httpRuntime, identity, machineKey, membership, mobileControls, pages, partialTrustVisibleAssemblies, processModel, profile, roleManager, securityPolicy, sessionPageState, sessionState, siteMap, trace, trust, urlMappings, webControls, webParts, webServices, xhtmlConformance, caching'.
Stvar je v WEB.Confingu, referenco za System.IdentityModel sem dal tako, da bi moralo delati... Kakšna ideja kaj bi bilo narobe?
7 odgovorov
Te reference ne daš kot childa v system.web, ampak nivo višje, če se ne motim...
http://msdn.microsoft.com/en-us/library/hh568638(v=vs.110).aspx
Mam še eno vprašanje.
Pri
using System.Security.Claims;
mi podčrta Claims...
Za reference sem dal System.IdentityModel ter System.Security pa še vedno je podčrtano. Kakšna ideja zakaj ?