is it being used? try D:>iisresetthen re-compile

解决方案 »

  1.   

    你要用"vs.net工具中"的"vs.net命令提示"
      

  2.   

    Is there a ..\bin subdirectory? you might need to create one
      

  3.   

    “..\bin\TYASPNET21Days.dll“
    改为”bin\TYASPNET21Days.dll“,
    go on
      

  4.   

    这样写试试!vbc /t:library /out:TYASPNET21Days.dll /r:System.dll /r:System.Data.dll Database.vb
      

  5.   

    可以看看是不是你的 asp.net的application 的应用权限
      

  6.   

    vbc 是把 code 编辑成 MSIL 用的。