简体   繁体   English

Visual Studio 2013中不存在调试文件夹

[英]Debug folder not present in Visual Studio 2013

I am creating a Windows form application in Visual Studio 2013. 我正在Visual Studio 2013中创建Windows窗体应用程序。

In my scene, I have one button and on click of that button I have a javascript function to call. 在我的场景中,我有一个按钮,单击该按钮,我可以调用一个javascript function this JavaScript function is in HTMLPage1.html 此JavaScript函数位于HTMLPage1.html

Now if I have to access it the page should be added in debug folder as I watched in one tutorial. 现在,如果我必须访问它,则该页面应该添加到debug文件夹中,就像我在一个教程中看到的那样。 But in my case debug folder is not adding when I create a new project 但是在我的情况下,在我创建new project时未添加debug文件夹

it shows following error. 它显示以下错误。

异常消息

Any idea how to do this. 任何想法如何做到这一点。 and even if how to call html page JavaScript function without this debug folder? 即使没有该debug文件夹也如何调用html页面JavaScript函数?

Looks like you are in release mode. 看起来您处于发布模式。 Go to Build > Configuration Manager and change Active solution configuration to debug. 转到Build > Configuration Manager然后将Active solution configuration更改为debug.

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

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