Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/306.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# AngularJS MVC Web应用程序页面未加载_C#_Asp.net_Angularjs_Visual Studio_Model View Controller - Fatal编程技术网

C# AngularJS MVC Web应用程序页面未加载

C# AngularJS MVC Web应用程序页面未加载,c#,asp.net,angularjs,visual-studio,model-view-controller,C#,Asp.net,Angularjs,Visual Studio,Model View Controller,我有一个基本的AngularJS MVC应用程序,无法加载页面。当打开局部视图时,它们工作正常,但当我单击导航栏时,它们不会加载 试过调试,但一切都不顺利。没有错误或任何东西。不确定我是否在编码时出错,或者包可能存在一些兼容性问题或其他问题 我使用的是Visual Studio Professional 2017版本15.9.16,Microsoft.NET Framework版本4.7.03062 项目结构 _Layout.cshtml @ViewBag.Title-适用性升级工具 @s

我有一个基本的AngularJS MVC应用程序,无法加载页面。当打开局部视图时,它们工作正常,但当我单击导航栏时,它们不会加载

试过调试,但一切都不顺利。没有错误或任何东西。不确定我是否在编码时出错,或者包可能存在一些兼容性问题或其他问题

我使用的是Visual Studio Professional 2017版本15.9.16,Microsoft.NET Framework版本4.7.03062

项目结构

_Layout.cshtml


@ViewBag.Title-适用性升级工具
@style.Render(“~/Content/css”)
@Scripts.Render(“~/bundles/modernizer”)
@Scripts.Render(“~/bundles/jquery”)
@Scripts.Render(“~/bundles/bootstrap”)
@Scripts.Render(“~/bundles/bootstrap”)
@渲染部分(“特色”,必填项:false) @RenderBody() @RenderSection(“脚本”,必需:false)
已解决。BundleConfig.cs文件中显然存在一些依赖性问题。

尝试将href从
href='#更改/lstview'
href=“#!lstview”
运气不好,还是一样的问题