Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Chris Module Template HelpChris Module Template Help
Previous
 
Next
New Post
11/7/2011 5:13 AM
 
Hi,<br /> I have problem with using Ajax control in chris template module. I install the Ajax Control Kitt 3.5 and when i am going to drag the ajax component in asxc file its not able to drag. Then i found i miss the directive i add directive manually and then i can able to drag the ajax control in asxc file. Now when i am going to build the solution its give me this error.<br /> <br /> <pre class="prettyprint" style="margin-top: 0px; margin-bottom: 20px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-color: #fafafa; line-height: 1.2em; min-height: 35px; overflow-x: auto; overflow-y: auto; width: 798px; color: #313c46; text-align: -webkit-auto; font-family: consolas, 'courier new', courier, monospace; border-width: 1px;border-style: solid;border-color: #888888;">Error   11      The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?)</pre> here is my page code<br /> <br /> <%@ Control language="C#" Inherits="DotNetNuke.Modules.Rum.Edit" AutoEventWireup="false"  Codebehind="Edit.ascx.cs" %><br /> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %><br /> <asp:ScriptManager ID="ScriptManager1" runat="server"><br /> </asp:ScriptManager><br /> <link href="module.css" rel="stylesheet" type="text/css" /><br /> <style type="text/css"><br />     .style1<br />     {<br />         width: 100%;<br />     }<br /> </style><br /> <br /> <br /> <table cellpadding="0" cellspacing="0" class="style1"><br />     <tr><br />         <td class="LeftColum"><br />             <asp:Label ID="Label15" runat="server" Text="Kontor"></asp:Label><br />         </td><br />         <td><br />             <asp:DropDownList ID="ddkontor" runat="server"><br />                 <asp:ListItem Value="S">Strandvagen</asp:ListItem><br />                 <asp:ListItem Value="O">Odenplan</asp:ListItem><br />             </asp:DropDownList><br />         </td><br />         <td><br />             &nbsp;</td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label1" runat="server" Text="Benamning"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtBenamning" runat="server" Width="200px"></asp:TextBox><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" <br />                 ControlToValidate="txtBenamning" Display="Dynamic" <br />                 ErrorMessage="Benamning maste anges" SetFocus ="True" <br />                 ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td class="LeftColum"><br />             <asp:Label ID="Label2" runat="server" Text="Beskrivning" ></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtBeskrivning" runat="server" Height="150px" <br />                 TextMode="MultiLine" Width="400px"></asp:TextBox><br />         </td><br />         <td class="RightColumn"><br />             &nbsp;</td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label3" runat="server" Text="Uthyrningsperiod"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br /> <asp:TextBox ID="txtPeriod" runat="server" Width="100px"></asp:TextBox><br />             <asp:CalendarExtender ID="txtPeriod_CalendarExtender" runat="server" <br />                 TargetControlID="txtPeriod"><br />             </asp:CalendarExtender><br /> &nbsp;<br />             <asp:TextBox ID="txtPeriod1" runat="server" Width="100px"></asp:TextBox><br />             <asp:CalendarExtender ID="txtPeriod1_CalendarExtender" runat="server" <br />                 TargetControlID="txtPeriod1"><br />             </asp:CalendarExtender><br />         </td><br />         <td class="RightColumn"><br />             &nbsp;</td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label4" runat="server" Text="Timpris"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtTimpris" runat="server" Width="100px"></asp:TextBox><br />             <asp:Label ID="Label10" runat="server" <br />                 Text="kronor per timma for externa kunder"></asp:Label><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" <br />                 ControlToValidate="txtTimpris" Display="Dynamic" <br />                 ErrorMessage="Timpris maste anges" SetFocus ="True" <br />                 ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label5" runat="server" Text="Dagspris"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtDagspris" runat="server" Width="100px"></asp:TextBox><br />             <asp:Label ID="Label11" runat="server" <br />                 Text="kronor per timma for externa kunder"></asp:Label><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" <br />                 ControlToValidate="txtDagspris" Display="Dynamic" <br />                 ErrorMessage="Pris for heldag maste anges." SetFocus ="True" <br />                 ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label6" runat="server" Text="Personer, mote"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtMote" runat="server" Width="100px"></asp:TextBox><br />             <asp:Label ID="Label12" runat="server" <br />                 Text="(maximalt antal personer, klassisk motessittning)"></asp:Label><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" <br />                 ControlToValidate="txtMote" Display="Dynamic" <br />                 ErrorMessage="Antal personer, klassisk motessittning maste anges." <br />                 SetFocus ="True" ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label7" runat="server" Text="Personer, bio"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtBio" runat="server" Width="100px"></asp:TextBox><br />             <asp:Label ID="Label13" runat="server" <br />                 Text="(maximalt antal personer i biografsittning)"></asp:Label><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" <br />                 ControlToValidate="txtBio" Display="Dynamic" <br />                 ErrorMessage="Antal personer, biografsittning maste anges" <br />                 SetFocus ="True" ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label8" runat="server" Text="Personer, skol"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtSkol" runat="server" Width="100px"></asp:TextBox><br />             <asp:Label ID="Label14" runat="server" <br />                 Text="(maximalt antal personer i skolsittning)"></asp:Label><br />         </td><br />         <td class="RightColumn"><br />             <asp:RequiredFieldValidator ID="RequiredFieldValidator6" runat="server" <br />                 ControlToValidate="txtSkol" Display="Dynamic" <br />                 ErrorMessage="Antal personer, skolsittning maste anges" <br />                 SetFocus ="True" ForeColor="#FF0F0F"></asp:RequiredFieldValidator><br />         </td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label9" runat="server" Text="Konferens"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:CheckBox ID="cbKonferens" runat="server" <br />                 Text="kryssa om rummet endast är tillgangligt for konferensanvandare" /><br />         </td><br />         <td class="RightColumn"><br />             &nbsp;</td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label16" runat="server" Text="Ej bokningsbart rum"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:CheckBox ID="cbejbooking" runat="server" <br />                 Text="kryssa om rummet ej ar bokningsbart" /><br />         </td><br />         <td class="RightColumn"><br />             &nbsp;</td><br />     </tr><br />     <tr><br />         <td Class="LeftColum"><br />             <asp:Label ID="Label17" runat="server" Text="Rank"></asp:Label><br />         </td><br />         <td class="CenterColumn"><br />             <asp:TextBox ID="txtRank" runat="server"></asp:TextBox><br />         </td><br />         <td class="RightColumn"><br />             &nbsp;</td><br />     </tr><br />    <tr><br />         <td><br />             &nbsp;</td><br />         <td class="button"><br />             &nbsp;<asp:Label ID="Label18" runat="server" Visible="False" <br />                 ForeColor="#CC3300"></asp:Label><br /> &nbsp;<asp:Button ID="btnSpara" runat="server" Text="Spara" <br />                 onclick="btnSpara_Click" /><br />         </td><br />         <td><br />             &nbsp;</td><br />     </tr><br /> </table><br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
 
New Post
11/13/2011 8:03 PM
 
Just checked with nuke 6.1 and the last version of jaxcontroltoolkit - still nthe same error.

Why - is it so hard to let us know the truth - that you guys just discontinued ajaxontroltoolkit support?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Chris Module Template HelpChris Module Template Help


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out