[Bindable(ture),Category("Appearance"),DefaultValue("")]>>>改成>>>
[Bindable(true),Category("Appearance"),DefaultValue("")]

解决方案 »

  1.   

    re::qimini(循序渐进)   都没有改动啊!
      

  2.   

    ture --->>> true 你写错了true
      

  3.   

    晕啊!!谢谢各位...不过这个时候说我写入的路径不对啊!!报下面的下面的错误..error CS0016: Could not write to output file 'D:\new
            controls\bin\ourfirstcontrol.dll\r:System.Web.dll' -- 'The system cannot
            find the path specified. '
      

  4.   

    csc D:\newcontrols\bin\ourfirstcontrol.dll /r:System.Web.dll
      

  5.   

    我的编译语句如下:D:\new controls>csc /t:library /out:bin\ourfirstcontrol.dll/r:System.Web.dll ourfirstcontrol.cs
      

  6.   

    add a space before /r:csc /t:library /out:bin\ourfirstcontrol.dll /r:System.Web.dll ourfirstcontrol.cs
      

  7.   

    to: saucer(思归)    我编译的语句同你的是一样的,当还是报同样的错误。error CS0016: Could not write to output file 'D:\new
            controls\bin\ourfirstcontrol.dll\r:System.Web.dll' -- 'The system cannot
            find the path specified. '
      

  8.   

    'ourfirstcontrol.dll\r:System.Web.dll' ?????
                     ^^^^^^^^^^^         
    it says you forgot a space before /r: