The. Net project configuration file causes invalid runat = "server" and the Declaration Code cannot be automatically generated.

Source: Internet
Author: User

Recently, during project development, the. aspx. CS file ide prompts that codebehind referred to in the page declaration of all. aspx files cannot be found, and thus the objects cannot be automatically generated in the. Designer. CS file.CodeThis will make the project unable to reference the control variables of runat = "server" in the. CS file. After a day of troubleshooting and comparison, we found that in the. csproj project file I will

<Developmentserverport> 1560 </developmentserverport>

Changed

<Developmentserverport> 80 </developmentserverport>

It was originally intended to use port 80 for testing convenience. I did not expect this will cause the project codebehind to automatically generate the problem. It would be nice to change it to 1560.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.