【Upgrated to 1.4】 1)Fix the problem when right click ”Add Items……“ and the dialog appears, no "WapTemplate" subitems. 2) Use the single *.vsi instead of vsix to uniform the installer. Perhaps many people are searching for wap development in VS2008+ version…… In order to solve this problem. I did the vsi file to share with all of you! First,Many thanks to Omar to having offered the template of wap. The same thanks is also for "菩提樹下的楊過.Net”,Here's his blog (Chinese version)—— In the end, after download the exe file, please release it and double click it to install the vsi file. If you want to view the page with the wap-suppoting Add-in, please comment these lines below, for details please see the web.config in your project. <browserCaps> <result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> <use var="HTTP_USER_AGENT"/> preferredRenderingType = "wml11" preferredRenderingMime = "text/vnd.wap.wml" preferredImageMime = "image/vnd.wap.wbmp" </browserCaps> |