简体   繁体   中英

Debug folder not present in Visual Studio 2013

I am creating a Windows form application in Visual Studio 2013.

In my scene, I have one button and on click of that button I have a javascript function to call. this JavaScript function is in HTMLPage1.html

Now if I have to access it the page should be added in debug folder as I watched in one tutorial. But in my case debug folder is not adding when I create a new project

it shows following error.

异常消息

Any idea how to do this. and even if how to call html page JavaScript function without this debug folder?

Looks like you are in release mode. Go to Build > Configuration Manager and change Active solution configuration to debug.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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