Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax Control Toolkit is not working

$
0
0

I am using VS 2013 Preview Ultermate.

Net framework 4.5 

Ajax toolkit For net framework 4,5 updated 13th june.

This is a web forms project

I added the ajaxe controls to the toolbox as instructed at http://www.asp.net/ajaxlibrary/act.ashx

Upto there all works fine.

I add a control from the toolbox

the page has the following line added at the top as expected.

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>

the control I added to the master pages is shown here starting with some text so I can see where it should show.

it should be here

<asp:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="0" UseVerticalStripPlacement="true" Width="500px" Height="500px">

<asp:TabPanel ID="tab0" runat="server" HeaderText="Tab 0">
<ContentTemplate>
here is where we type
</ContentTemplate>
</asp:TabPanel>
<asp:TabPanel ID="tab1" runat="server" HeaderText="Tab 1">
<ContentTemplate>
We can add other stuff here
</ContentTemplate>
</asp:TabPanel>
</asp:TabContainer>

What I get is the text 'it should be here' and a 500px high blank block.

Ok I says to myself maybe I got something wrong.

I delete the download of ajax and the new websit I created to try it and folowed each step again from here http://www.asp.net/ajaxlibrary/act.ashx

Not unexpectedly I got the same results.

Checked the references for the site AjaxControlToolkit is the top one.

I run the AjaxControlToolkit sample site and it works perfect.

Added all the bits in the  sample web config file from the sample website not in my current web config file and any references required.

Same results.

Changed the ScriptManager to the toolkit script manager. New result! even worse

Could not load file or assembly 'System.Web' or one of its dependencies. The system cannot find the file specified.

So I ask myself What is going wrong.

Anyone had similar issue or in fact loaded the toolkit and it works in VS 2013Preview (I next tryied in 2012 Profesional with the same results)

Any ideas Please?


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>