简体   繁体   English

Visual Studio 2015社区中新网站中没有端点侦听错误

[英]No endpoint listening error in new web site in Visual Studio 2015 Community

I just downloaded Visual Studio Community 2015 我刚刚下载了Visual Studio Community 2015

I am trying to create a new web site using VB.net. 我正在尝试使用VB.net创建一个新的网站。 When I create a new web site (not a project) and use the web forms template, the application generates a site for me with all the standard pages, resources, etc. The issue is every page that gets created has the first line of every .aspx page highlighted with an error. 当我创建一个新的网站(而不是一个项目)并使用Web表单模板时,应用程序会为我生成一个包含所有标准页面,资源等的网站。问题是,创建的每个页面的每一行都有第一行.aspx页突出显示并显示错误。 This is the line that was generated in the Default.aspx page: 这是在Default.aspx页中生成的行:

<%@ Page Title="Home Page" Language="VB" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>

And the error that I get when I hover over the line says this: 当我将鼠标悬停在行上时收到的错误是这样的:

    "C:\Users\jonat\OneDrive\Documents\Visual Studio 2015\Websites\Website1\Default.aspx: ASP.NET runtime error: There is no endpoint listening at net.pipe://localhost/f0934344-a63a-4324-ba7c-62644c40c01/CBMOutOfProcService that could accept this message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.

I have no idea what this error message is trying to tell me. 我不知道此错误消息试图告诉我什么。 All I did was try to create a new web site. 我所做的只是尝试创建一个新的网站。 I did not change any code in any page or any file that was generated by Visual Studio and yet I get this error. 我没有更改任何页面或Visual Studio生成的任何文件中的任何代码,但是却收到此错误。

Any ideas? 有任何想法吗? Thank you, Jonathan 谢谢乔纳森

I have the following from Visual Studios About: 我从Visual Studios获得以下内容:

Microsoft Visual Studio Community 2015 Version 14.0.25424.00 Update 3 Microsoft .NET Framework Version 4.6.01038 Microsoft Visual Studio Community 2015版本14.0.25424.00更新3 Microsoft .NET Framework版本4.6.01038

Installed Version: Community 安装版本:社区

Visual Basic 2015 00322-20000-00000-AA487 Microsoft Visual Basic 2015 Visual Basic 2015 00322-20000-00000-AA487 Microsoft Visual Basic 2015

Visual C# 2015 00322-20000-00000-AA487 Microsoft Visual C# 2015 Visual C#2015 00322-20000-00000-AA487 Microsoft Visual C#2015

Visual C++ 2015 00322-20000-00000-AA487 Microsoft Visual C++ 2015 Visual C ++ 2015年00322-20000-00000-AA487 Microsoft Visual C ++ 2015年

Application Insights Tools for Visual Studio Package 7.1.00719.1 Application Insights Tools for Visual Studio 适用于Visual Studio的Application Insights工具包7.1.00719.1适用于Visual Studio的Application Insights工具

ASP.NET and Web Tools 2015.1 (Beta8) 14.1.11107.0 ASP.NET and Web Tools 2015.1 (Beta8) ASP.NET和Web工具2015.1(Beta8)14.1.11107.0 ASP.NET和Web工具2015.1(Beta8)

ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0 For additional information, visit http://go.microsoft.com/fwlink/?LinkID=309563 ASP.NET Web框架和工具2012.2 4.1.41102.0有关其他信息,请访问http://go.microsoft.com/fwlink/?LinkID=309563

ASP.NET Web Frameworks and Tools 2013 5.2.40314.0 For additional information, visit http://www.asp.net/ ASP.NET Web框架和工具2013 5.2.40314.0有关其他信息,请访问http://www.asp.net/

Common Azure Tools 1.8 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. 通用Azure工具1.8提供通用服务,供Azure移动服务和Microsoft Azure工具使用。

JavaScript Language Service 2.0 JavaScript Language Service JavaScript语言服务2.0 JavaScript语言服务

JavaScript Project System 2.0 JavaScript Project System JavaScript Project System 2.0 JavaScript项目系统

Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools Microsoft Azure移动服务工具1.4 Microsoft Azure移动服务工具

NuGet Package Manager 3.4.4 NuGet Package Manager in Visual Studio. NuGet软件包管理器3.4.4 Visual Studio中的NuGet软件包管理器。 For more information about NuGet, visit http://docs.nuget.org/ . 有关NuGet的更多信息,请访问http://docs.nuget.org/

PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product. PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio扩展,用于可视化PreEmptive Analytics产品的汇总汇总。

SQL Server Data Tools 14.0.60519.0 Microsoft SQL Server Data Tools SQL Server数据工具14.0.60519.0 Microsoft SQL Server数据工具

TypeScript 1.8.35.0 TypeScript tools for Visual Studio 用于Visual Studio的TypeScript 1.8.35.0 TypeScript工具

Open VS 2015 as Administrator. 以管理员身份打开VS 2015。

Just seen the answer now. 现在才看到答案

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM