Showing posts with label downloaded. Show all posts
Showing posts with label downloaded. Show all posts

Monday, March 26, 2012

Ajax Toolkit wont compile

Hello,

I downloaded the toolkit with sourcecode and tried to compile it. It puked. I made sure that all of the dlls were pointing to something valid (more downloads). Once it appeared as if all of the dlls were existing, I tried to build it and got complaints on:

System.Web.Script - couldn't find

ExtenderControl - couldn't find

JavaScriptConverter - couldn't find

Also, it didn't like the project template.

etc...

The reason I'm trying to compile it is that I want to try to add a call to a javascript method within the drop event of the ReOrderList.

From what I can see this first pass at Ajax is similar in complexity to old school com and asp. Why in the world would you want to waste time putting an early stage beta dll in the GAC? It causes problems on our production servers as well as it's hidden (unlike the rest of .NET which just requires a few dlls in the bin folder (very easy)).

Also, if people are downloading and trying to make this actually work, why make it so complicated. There's a GAC object, a toolkit (or maybe 2 toolkits - i can't figure it out yet), a project template man, are we going back to COM and the registry? I started to get used to focusing on solving business problems and not having to spend 3 straight days trying to raise a drop event on the ReOrder control.

Thanks,

Jeff

ASP.NET AJAX needs to be installed for the Toolkit to function. You can download from http://ajax.asp.net.

Ajax ToolKit Version 1.0.10920.0

hey Guys,

I am facing a strange problem. Until now I was using toolkit ver 1.0.10301.0 for my app, few days back I downloaded latest version of toolkit that is ver 1.0.10920.0 and I am facing few problems.

1) I am not getting focus in Modal PopUp fields in Mozilla Firefox, in IE everything is fine.In earlier version also it works fine.

2) If I am calling message box(error message:which again is a modal PopUp) from my modal PopUp, its not getting displayed, although error message PopUp gets displayed properly if called from page. Sadly this also use to work fine in earlier version which I was using.

P.S I am not getting any Javascript error also.

please suggest, are these bugs in latest version or I am doing some mistake.

Regards,

Pankaj

I'm really not sure of the problem, but I gonna take a guess at something. When you did the upgrade and copied the new AjaxControlToolkit.dll over the previous copy and then went to your Toolbox and selected the new updated AjaxControlToolkit.dll, did you uncheck the previous reference to the 1.0.1.0310.0 controls? I'm not sure if that has anything to do with it, but there could possibly be some kind of version reference issue, if you didn't do this.

Ajax Toolkit Tab Panel

Hi there.

I have downloaded and installed the Ajax toolkit on my machine. The Tab Container is there but the tab panel that should be also utilized to create tabs in web pages is not there.

Kindly advice. Thanks.

Am using VS2005 and framework 2.0

I had seen this in a few other posts. Two builds currently do not have it there, you have to add it. Refer to this other post:

http://forums.asp.net/p/1184875/2018704.aspx#2018704


Have already figured out the tabpanel.

When I inserted a Tab Container control from the ajax extensions toolkit, the add tab panel is visible on the properties pane of VS2005.

Thanks for the reply.

AJAX Toolkit installation issue

Hi all, I've downloaded the toolkit but I'm not running the full version of web developer. Can anyone tell me how to upload the toolkit into the toolbox? Thanks for any help you can give.Smile

Andy

checkout this link

http://asp.net/AJAX/Control-Toolkit/Live/Walkthrough/Setup.aspx

if you find soln, mark this post as answer


Thanks - that was very useful.Smile


You r most welcome !!!

Ajax Toolkit Controls disabled

I downloaded ajasx control toolkit for .net 3.5 and added into separate tab in visual studio 2008 tolbox.

Problem is they are invisible (disabled when pres Show All in toolbox).

Anybody familiar with this issue?

Hi Ekaan,

Someone has met this kind of issue before. Please have a test by followingthis article.

This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

If it doesn't work, please feel free to let me know.

Best regards,

Jonathan


Thanks but that didn't help.
I can use them trough source (markup or C#) but it slows down my development :-(

I have same issue with Telerik prometheus controls.


Hi Ekaan,

ekaan:

Problem is they are invisible (disabled when pres Show All in toolbox).

Would you please describe your issue more clearly for us?

Best regards,

Jonathan

Saturday, March 24, 2012

AJAX TaskList example and ASPNETDB.MDF

I have downloaded and installed ASP.NET Ajax Sample applications from

http://ajax.asp.net/default.aspx?tabid=47&subtabid=471

I am trying to run the AJAX TaskList example under C:\Program\Microsoft ASP.NET\ASP.NET AJAX Sample Applications\v1.0.61025\TaskList

First I moved the content of the TaskList folder to a virtual IIS directory, making it possible to debug the website on my local IIS server.

When I run the example I get prompted to Login or register as a new user. When I submit the registration form I receive the following error message:

Failed to update database "C:\INETPUB\WWWROOT\TASKLIST\APP_DATA\ASPNETDB.MDF" because the database is read-only.

I would appreciate some assistance. Is it possible for me to change the permissions forASPNETDB.MDF in order to run the TaskList example?

Thanks

Additional information:

I have installed SQL Server Management Studio Express as I figured this tool might help me to change the permissions. It did not help. I also tried to delete ASPNETDB.mdf, and recreate it by going Website -> Asp.net configuration by adding a new user. I still receive the same error message.

When I point the connection string to a remote SQL database of mine it is possible to register users in ASPNETDB.mdf. But I havn't figured out how to add users using a local version of ASPNETDB.mdf.

I am running Visual Studio on Windows XP. In windows XP you can't just modify permissions for folders as far as I know. I have recently installed SQL Server Management Studio Express as I said before.

I read somewhere that the read/write property for ASPNETDB.mdf may be enabled by checking a box somewhere.

But in SQL Server Management Studio Express tried the following:

*Right click on databases and click attach

*Click Add and select the database ASPNETDB.mdf

*Click OK

*Right Click on the path for ASPNETDB.mdf and click properties

When I click 'Options' under select a page Database Read-Only is already set to false.

If there is no way to use a local version of ASPNETDB.mdf (located to the App_Data folder) I simply have to put up with my remote MS SQL 2005 database. But the subscription fee for this database is outrageous, and therefore I hope that someone might help me and everyone else by providing the appropriate steps to use ASPNETDB.mdf located to the App_Data folder.

Thanks
Svenbro