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

[Solved] System.Web.HttpException Errors

2 Answers 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nathan
Top achievements
Rank 1
Nathan asked on 20 Jan 2010, 02:30 PM
<html xmlns="http://www.w3.org/1999/xhtml" >  
<head runat="server">  
    <title>Untitled Page</title>  
</head>  
<body>  
    <form id="form1" runat="server">  
    <div>  
      
        <telerik:RadScriptManager ID="RadScriptManager1" Runat="server">  
        </telerik:RadScriptManager>  
      
    </div>  
    <telerik:RadGrid ID="RadGrid1" runat="server" AllowSorting="True"   
        GridLines="None">  
<HeaderContextMenu>  
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>  
</HeaderContextMenu>  
 
<MasterTableView>  
<RowIndicatorColumn>  
<HeaderStyle Width="20px"></HeaderStyle>  
</RowIndicatorColumn>  
 
<ExpandCollapseColumn>  
<HeaderStyle Width="20px"></HeaderStyle>  
</ExpandCollapseColumn>  
</MasterTableView>  
 
<FilterMenu>  
<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>  
</FilterMenu>  
    </telerik:RadGrid>  
    </form>  
</body>  
</html> 
I drag and drop my RadGrid Control on the form along with the RadScripManager.  As soon as I change any of the settings such as the skin I get a large list of System.Web.HttpExceptions.

Update: I get errors on every control.

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Pavlina
Telerik team
answered on 20 Jan 2010, 03:15 PM
Hi Nicole,

Please examine the following forum thread and see if it helps to avoid the unexpected behavior:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/ajax-2-9-q2-release-giving-me-gray-hair.aspx

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Nathan
Top achievements
Rank 1
answered on 20 Jan 2010, 04:44 PM
THANK YOU! 

Great inforamtion!

 Delete all project assemblies from your ProjectAssemblies directory did the trick:
http://blogs.telerik.com/kevinbabcock/posts/08-12-23/visual_studio_ldquo_error_creating_control_rdquo.aspx
Tags
Grid
Asked by
Nathan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Nathan
Top achievements
Rank 1
Share this question
or