Smart tag broke from version Beta 1 to 2.

Last post 04-29-2005 1:56 AM by Sundance Kid. 2 replies.

Sort Posts:

  • Sad [:(] Smart tag broke from version Beta 1 to 2.

    04-25-2005, 9:08 AM
    • Member
      147 point Member
    • Sundance Kid
    • Member since 01-03-2005, 3:20 AM
    • Posts 37

    Hi all.

    My Beta 1 control Smart Tag broke in version 2. Is there any code samples for beta 2?

    The error is :

     No overload for method 'DesignerActionList' takes '0' arguments ... and the code is the exact same as in beta 1.

    Thanks!

  • Re: Smart tag broke from version Beta 1 to 2.

    04-28-2005, 11:36 AM
    • Member
      55 point Member
    • brettjcmu
    • Member since 03-09-2003, 8:33 AM
    • Posts 11
    Since you didn't post any code I can only guess what the problem is....here's what I'm doing and it works fine in Beta2:

    public class MyActionList : DesignerActionList
       {
          private MyDesigner _owner;

          public MyActionList(MyDesigner owner) : base(owner.Component)
          {
             _owner = owner;
          }
       }

    Note the call to 'base(owner.Component)'

    Hope that helps!  If not, post some code and I'll take a look at it.
  • Re: Smart tag broke from version Beta 1 to 2.

    04-29-2005, 1:56 AM
    • Member
      147 point Member
    • Sundance Kid
    • Member since 01-03-2005, 3:20 AM
    • Posts 37
    brettjcmu  thanks for the info... I got it working !!!Cool [H]
Page 1 of 1 (3 items)