This is a migrated thread and some comments may be shown as answers.

Error : exception has been thrown by the target of an invocation

1 Answer 111 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mr.siLeNt
Top achievements
Rank 1
Mr.siLeNt asked on 02 Mar 2012, 06:59 PM
Hi.
I added telerik radmenu on my website project and i want to build Radmenu.
when i go on radmenu smart tag and select "Build Radmenu" i see this error : "exception has been thrown by the target of an invocation"
But in the Source page i  writing this codes(for example):



<telerik:RadMenu ID="RadMenu1" Runat="server"
        EnableTheming="True" style="top: 0px; left: 0px"
        onitemclick="RadMenu1_ItemClick">
       <Items>
                <telerik:RadMenuItem Text="Products" Value="1" ExpandMode="WebService">
 
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Purchase" Value="132" ExpandMode="WebService">
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Support" Value="141" ExpandMode="WebService">
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Community" Value="155" ExpandMode="WebService">
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Corporate" Value="164" ExpandMode="WebService">
                </telerik:RadMenuItem>
            </Items>
    </telerik:RadMenu>
----------------------------------------------------------------------------------------------------------------------------------------------
after this codes when i go back on Design page i see Radmenu items Builded . but i dont want to write the codes, i want when i select
Build Radmenu on smart tag , show me the window item collection to build items and childitems. as like Getting started menu on help radmenu.
so please help me , is it a bug or something like this ? or the problem is my Visual studio ?

1 Answer, 1 is accepted

Sort by
0
Mr.siLeNt
Top achievements
Rank 1
answered on 06 Mar 2012, 06:37 PM
please some one help me
Tags
General Discussions
Asked by
Mr.siLeNt
Top achievements
Rank 1
Answers by
Mr.siLeNt
Top achievements
Rank 1
Share this question
or