Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Wednesday, March 28, 2012

ASP.NET AJAX Documentation offline don;t work correctly.

Hi.

I downloaded asp.net ajax documentation and do instructions in read me for installation and configuration. but my explorer (IE) don't load pages of it and an error accured during loading.it is like this:

_______________________________________________________________________________________________

Configuration Error

Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message:It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

Source Error:

Line 96:
Line 97: <!-- Auth, membership, profile, providers sections all custom and must be kept for now. -->
Line 98: <authentication mode="Forms"/>
Line 99:
Line 100: <!-- The membership element is for some of our custom samples that use membership. -->


Source File:D:\Learning\AJAX\AspNet_AJAX_Documentation\web.config Line:98

________________________________________________________________________________________________________

I installed visual studio 2005 and asp ajax extension and asp.net 2 and iis and other that required.

Please help me.

Thanks.

Looks like there is something wrong with the configuration file, did you try this steps:

http://alpascual.com/blog/al/archive/2006/10/24/Manually-upgrading-from-Atlas-to-ASP.NET-2.0-Ajax.aspx

Monday, March 26, 2012

ASP.NET Ajax 1.0 Installation Error

I'm trying to install ASP.NET Ajax 1.0. First, I uninstalled a previous beta version. Now when I run the 1.0 installation and the wizard starts copying files, I get the following error:

Product: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 -- Error 1304. Error writing to file: System.Web.Extensions.Design.dll. Verify that you have access to that directory.

Does anyone know how to resolve this issue?

Thanks.

I had a different problem, I couldn't get a clean uninstall on my XP dev box. But I followed the procedure in the following post:Uninstall issue with ASP.NET AJAX 1.0 Beta 2;http://forums.asp.net/thread/1502566.aspx.

I'm wondering if you got a clean uninstall.

Otherwise, I'd check the obvious. Look for the System.Web.Extensions.Design.dll file in your file system (mine is located at c:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025) and make sure the account you're using for the install has permission to write to the directory (like the error says :).


Thanks for the reply. I've tried both of your suggestions, but neither worked. The version I had installed was the "Atlas" June CTP. I've tried installing Beta 2, RC1, and 1.0. All of these give me this same error:

Product: Microsoft ASP.NET 2.0 AJAX Extensions 1.0 -- Error 1304. Error writing to file: System.Web.Extensions.Design.dll. Verify that you have access to that directory.

Any other ideas?...Please?....Anyone?...Help!


Does the System.Web.Extensions.Design.dll file already exist on your system? Unless it the error message is wrong it sounds like the file is there and you can't overwirte it. I know that I'm stating the obvious and asking you to check the obvious, but unfortunately I've been burned by the obvious too often not to check it :)


No it does not exist on my system. Let me rephrase that...The only time it exists on my system is during the installation of ASP.NET Ajax Extensions. In the middle of the installation, the System.Web.Extensions.Design.dll file is written to the C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 folder. I think (and I'm guessing here) that the problem arises when the installation tries to add this assembly the GAC. I copied the file to another folder before cancelling the installation. Then I tried to add it to the GAC manually, but I received the following error:

You do not have rights to add assemblies to the assembly cache. Contact your system administrator for assistance.

This itself is a bit baffling considering that my user account is in the Aministrators group on this system.


Yes this does sound frustratingly interesting. If I were in your situation I'd try (1) adding then removing another signed assembly with gacutil to the GAC to see if your account really does have a problem. (2) creating a fresh admin account to see if it has the problem.

Also try clearing out the download cache. Try "gacutil /ldl" followed by "gacutil /cdl". During development I've had some problems with the download cache in the past, so clearing it is on my check list.

I guess the good news it seems like it may only be a permission problem. Unless the dll has been corrupted, you know that the dll is OK because Ajax RTM V1 has been widely installed. You could always grab a fresh copy of the Ajax v1 to make sure all is well.

If you haven't already taken the time, you might want to read the upgrade instructions and see if they provide any insights:

http://ajax.asp.net/documentation/default.aspx?tabid=47

http://ajax.asp.net/documentation/Migration_Guide_CTP_to_RTM.aspx

Saturday, March 24, 2012

ASP.NET 2.0 AJAX Extensions Installation Fails

I am trying to install ASP.NET 2.0 AJAX Extensions 1.0 (RC) on a Windows 2000 Server machine and it will not install. I am getting the following error:

ASP.NET 2.0 AJAX Extensions 1.0 -- Installation failed

Can anyone please help?

I am logged in with an account that belongs to the Administrators group.

Thank You

Try to take a look at the installation log and fix the error.You should install?.net?framework?in?your?PC?first?and?then?install?Ajax?RC?1.0?&?Futures?
Dec?CTP. Try to post installation error message here. This will help us to fix the problem.