Related Tags:
Asp.Net It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. Learn More, Microsoft Visual Studio Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web apps, web services and mobile apps. Learn More, CMS A content management system (CMS) is a software application or set of related programs that are used to create and manage digital content. CMSes are typically used for enterprise content management (ECM) and web content management (WCM) Learn More, Sitefinity Telerik Sitefinity is an ASP.NET 2.0-based Content Management System (CMS) that enables the construction of dynamic, fully editable Web sites. Sitefinity provides the tools for quick and easy construction of a wide variety of attractive and functional Web sites. Learn More,

Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

Description:I have opened my old sitefinity project and geting below error. kindly help to identify the issue.

Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'



Posted by: | Posted on: Nov 01, 2017

1 answers

Replies

1

The issue is caused because Visual Studio's web development server needs Microsoft Identity Foundation installed in order to resolve the requested type. This type is needed by Sitefinity to support claims authentication. To resolve the issue open the bin folder of your Sitefinity project and find the Microsoft.IdentityModel.dll file. Copy this file to
"C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0"
for 64 bit operating systems or to
"C:\Program Files\Common Files\microsoft shared\DevServer\10.0"
for 32 bit operating systems. After you have copied the file restart Visual Studio.

Replied by: | Replied on: Nov 03, 2017



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview