制作dll时出错
当我使用 COMPILE.BAT 文件编译(.csproj 文件)代码时,我使用 C# 代码创建了 ASP.NET 页面,它显示编译错误,错误代码为 cs1303 [“Label01”未找到,“TextBox01”未找到”等。由于所有形式都无法生成 dll...
我想编译所有代码来生成 dll 文件,但我无法编译它...有人请帮助我...
I created ASP.NET pages using C# code when I compile the (.csproj file) code using COMPILE.BAT file it shows me compilation error with error code cs1303 [ "Label01" not found, "TextBox01" not found" so on... as all forms are unable to make dll...
I wanna compile all the code to make a dll file but I cannot compile it.... Anybody please help me....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现您的上下文中缺少设计器文件。尝试添加它。
I found that designer file is missing in your context. Try adding it.