Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ascx,当我拖放任何控件时,设计器中不会创建任何内容,并且后面的代码中没有任何智能感知。是否有手动创建设计器和初始化代码的步骤?还是其他方法?
在解决方案资源管理器中右键单击您的ascx或aspx文件,然后单击Covert to Web Application。
ascx
aspx
Covert to Web Application
尝试删除设计器文件,关闭 ascx 并重新打开它。VS 应该重新创建设计器。