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

Trouble Getting started.

1 Answer 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Juan
Top achievements
Rank 1
Juan asked on 29 Dec 2011, 03:32 PM
Good morning all.  I just installed Telerik.Web.UI.  During installaion of Telerik, VS2010 was closed.  After Telerik installed I opened VS2010 and clicked new telerik web project VB.  My tool box is loaded with Telerik controls and everything seems ok except that the default.aspx page html code has squiggly lines on anything that says RadScriptManager, ScriptReferance, RadStyleSheetManager with a message of  ":'*** is not a known element.  This can occur if there is a compilation error in the web site, or the web.config file is missing."  Did I miss a step in setting up the project?  Can someone please tell me what I need to do to get the error messages to go away?

<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="RadControlsWebApp1._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
 <title></title>
 <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
 <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
  <Scripts>
   <%--Needed for JavaScript IntelliSense in VS2010--%>
   <%--For VS2008 replace RadScriptManager with ScriptManager--%>
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
  </Scripts>
 </telerik:RadScriptManager>
 <script type="text/javascript">
  //Put your JavaScript code here.
    </script>
 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
 </telerik:RadAjaxManager>
 <div>

 </div>
 </form>
</body>
</html>

1 Answer, 1 is accepted

Sort by
0
Juan
Top achievements
Rank 1
answered on 30 Dec 2011, 02:34 AM
I figured it out guys.  There was nothing wrong.  Just VS intellisense not familiar with the Telerik stuff, that's all.
Tags
General Discussions
Asked by
Juan
Top achievements
Rank 1
Answers by
Juan
Top achievements
Rank 1
Share this question
or