ASP.NET中如何吧*.aspx.cs文件转化为dll文件并放到bin的“添加引用”中?
我有一个deviceform.aspx.cs文件,里面定义了一个“publicpartialclassBaseManage_DeviceForm:System.Web.U...
我有一个deviceform.aspx.cs文件,里面定义了一个“public partial class BaseManage_DeviceForm : System.Web.UI.Page”这样的一个类,我要在deviceprint.aspx.cs中调用这个类“private BaseManage_DeviceForm MyQueryForm;”这样调用,但是,系统报错说“BaseManage_DeviceForm 缺少using定义”,然后我就在网上查,说可以把deviceform.aspx.cs这个文件转换为dll文件再放到bin引用,就能用using定义了。
我就在网上查了这个“路径>csc/target:library/out:bin/device.dll/device.aspx.cs”在命令提示中输入这个,结果运行后,出现以下图片显示的问题。请高手指点一下,这个怎么改?我做毕业设计急用!感激不尽! 展开
我就在网上查了这个“路径>csc/target:library/out:bin/device.dll/device.aspx.cs”在命令提示中输入这个,结果运行后,出现以下图片显示的问题。请高手指点一下,这个怎么改?我做毕业设计急用!感激不尽! 展开
展开全部
I don't see any spaces between your command and your parameters, Try this
csc /target:library /out:bin/device.dll device.aspx.cs
if it still not working, you may need to change the valid output folder, or the folder where you .cs file exists.
csc /target:library /out:bin/device.dll device.aspx.cs
if it still not working, you may need to change the valid output folder, or the folder where you .cs file exists.
展开全部
你可以新建一个类库,然后添加你的asp.cs,然后编译成功,就可以成为DLL文件了。
在类库里可以放一 个类,也可放多个类。
在类库里可以放一 个类,也可放多个类。
追问
我的类是一个.aspx.cs文件,我把它添加到类库出现了一堆错误!这个要怎么弄啊?能不能说的具体点?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你建个类库弄,然后类用Public 别用Private
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询