Questpond Question and Answer
I am getting a error while opening visual studio project " ASP.NET 4.5 has not been registered on the Web server"?
Manohar
14th Jul, 2017Answer Now
Our Courses List 1
- Interview Questions & Answers Tutorial
- React with MVC Core using EF and SQL Server
- Learn C# Design Patterns, UML Diagrams, Software Architecture & MicroServices Architecture
- Learn MVC 5 in 2 days, Learn MVC Core in 4 hours, MVC Core Training
- Learn Azure, Azure Fundamentals using AZ-900, AZ-303 & 204 Architecture and exam preparation and Docker and Kubernetes
- Learn MSBI STEP BY STEP, MSBI Interview Q&A, SQL Step by Step and SQL Interview Q&A Tutorial
- C# Interview Questions & Answers Series For Freshers And Experienced
Our Courses List 2
- Learn Angular Step by Step + 55 Angular interview Questions and Answers
- SQL Server Step by Step + SQL Interview Q&A Tutorial
- Angular With MVC Core Combo Package
- Learn SQL server step by step
- Learn MVC 5 & MVC Core Step by Step
- Most Important Angular Interview Questions and Answers
- Learn Angular Step by Step
Our Courses List 3
Our Courses List 4
- SQL Server Interview Questions and Answers
- Learn Azure in Step by Step manner
- Learn SharePoint Step by Step
- ASP.NET MVC Core Interview Questions and Answers
- Learn Design Pattern Step by Step
- Learn Power BI step by step
- Python, R programming, Maths for Data Science
- MSBI Interview Questions with Answers
- .NET(C#) fundamentals, .NET collections, Generics
- Learn ReactJS & NodeJS(MERN) Step by Step
- Learn Xamarin Step by Step
- Learn Data Structure and Algorithm Step by Step
- Learn Django Step by Step
- Learn NodeJS Step by Step
Are you sure?
Are you sure You want to delete answer.
Answer (2)
Rampath Shinde
It is just a warning so you should not have impact. But sometimes even though its warning the project does not open.So depending on your visual studio version you need install the below fixes.Visual Studio 2013: Download Visual Studio 2013 Update 5: https://www.microsoft.com/en-us/download/details.aspx?id=48129Visual Studio 2012: An update to address this issue for Microsoft Visual Studio 2012 has been published - KB3002339, http://support.microsoft.com/kb/3002339. Direct download link here: http://download.microsoft.com/download/A/0/2/A02C37E0-77F7-448A-BD5C-F66AB1F78DBC/VS11-KB3002339.exeVisual Studio 2010 SP1: An update to address this issue for Microsoft Visual Studio 2010 SP1 has been published - KB3002340, http://support.microsoft.com/kb/3002340. Direct download link here: http://download.microsoft.com/download/6/7/E/67E041A1-00DA-4948-90BE-75A0146C08F5/VS10SP1-KB3002340-x86.exeHope this helps!
Guru
Thanks Again!