【发布时间】:2021-04-12 09:59:38
【问题描述】:
在 Visual Studio 中,我在 ascx 中获取 ModuleID 时总是遇到以下错误,但模块编译成功。任何想法如何解决这些问题?
这就是我注册 ascx 的方式:
<%@ Control Language="vb" AutoEventWireup="true" CodeBehind="View.ascx.vb" Inherits="Christoc.Modules.babyList.View" %>
【问题讨论】: