ASP.NET中如何吧*.aspx.cs文件转化为dll文件并放到bin的“添加引用”中?

2024-11-27 05:29:28
推荐回答(1个)
回答1:

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.