Installation :: Unable To Add The AJAX Toolkit Tab In VS 2008 Tool Box

Mar 24, 2010

I am in the process of migrating the ASP.Web Application from .NET framework 1.1 to 3.5.

I installed the VS 2008 (framework 3.5 SP1) and was able to rebuild the ASP.NET web app from 1.1.

I downoladed the AJAX Toll Kit library from codeplex [URL]

I was able to add the AJAX Toolkit tab in my VS 2008 tool box.

I am using the AutoComplete serach extender which works fine when I use the Ajax Tool Kit Script manager.

When I use the Ajax Extension Script Manager in place of Ajak ToolKit Script manager I get an error "

AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the AjaxScriptManager in System.Web.Ajax.dll, or use the ToolkitScriptManager in AjaxControlToolkit.dll.

why AutoComplete Search Extender is not working with the Ajax Extension Script Manager.

View 3 Replies


Similar Messages:

AJAX :: Unable To Add Tool Kit On Vs 2008?

Jul 7, 2010

How to add Ajax controls into VS 2008.

I did the following steps,

Tool Box ->(right click) Choose Items

Got a new window, there i clicked Browse button but not getting the location selection window.

I did the same on vs 2010 there i can but 2008 can't,

OS : Windows 7 64bit Ultimate

View 12 Replies

Installation :: Unable To Open MVC Project In Visual Studio 2008

Apr 20, 2010

I started working on an Asp.net MVC website using Visual Web Developer Express 2008 a while ago. Just recently, I managed to get my hands on a copy of Visual Studio 2008 Professional (through DreamSpark ). I installed the Service Pack, and also the MVC2 files for Visual Studio.

However, now I can't open my project anymore. When I try to open the solution in Visual Studio, it tells me that the project type is not supported. Does this mean that I have to resort to using VWD Express again? Is there perhaps some way that I can edit the project file so that it will load and compile correctly?

Note: I installed MVC2 through the Web Platform Installer, and it says that it installed successfully. However, I notice that MVC references in my unit-test project don't seem to be resolved either - is this perhaps because MVC2 isn't actually installed properly?

View 2 Replies

Installation :: Unable To Open Database In Visual Studio 2008?

Jun 11, 2010

I am using Visual Studio 2008 Professional Version.i am trying to open a database of a starter kit which was created also created in VS 2008.everytime i try to open the database i get this message window: i don't know why i am getting this message i am using VS 2008 Profession Full Version

View 3 Replies

AJAX :: Unable To Use Control Toolkit?

Aug 27, 2010

i'm using visual web developer 2008 express edition

i downloaded AjaxControlToolkit.Binary.NET35 from codeplex site.

i extracted the zip file.I added the toolbox to visual web developer by adding a new tab naming it ajax kit.

added tools to it by choose item and selected AjaxControlToolkit.dll ,the one i unzipped.

AJAX tools appear in toolbox.Even after using script manager tool,when i drag one of the contols for example autocompleteextender,i get a circle with black diagonal line indicating i cant use the tool

when i hard code the the controls in tags in source tab ,i dont get an error but i dont get the tool in design view...the following lines are also present

<%@ Register assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI" tagprefix="asp" %>
<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajaxToolkit" %>

View 4 Replies

AJAX :: Unable To Add Control Tool Kit Controls To The Page?

Jul 1, 2010

I downloaded ajax control tool kit and added it to the tool bar. But when I double click on the controls the controls are not getting added to the page. Does anyone know how to solve this issue?

View 1 Replies

MVC :: Unable To Use Ajax Toolkit Controls In Website.

Apr 6, 2010

I am new to ajax and ASP MVC framework. I have downloaded Ajax toolkit and referenced dll in my MVC website. And have the following code in one of the pages

<div>

View 6 Replies

AJAX :: Attaching Control Tool Kit To VS 2008?

Dec 16, 2010

I'm new to AJAX control tool kit....

I have downloaded the ajaxcontroltoolkit.Binar.NET3.5.zip and extracted the file to a folder in local box. i have done the following steps to attach the toolkit to vs2008.

1. Right clicked in empty place of toolbox ==>Add Tab, Named the Tab.

2. Inside the new tab, right clicked ==> choose Items...

3. In the Choose Tool Box Items window, browsed to the dll,

4. After that i can see the Ajaxcontrols in Choose Tool Box Items window and all of them were checked, but when I click ok in that window, its not adding the Items to the list.... Tried this several times....

View 4 Replies

AJAX :: Unable To Use Compiled Control Toolkit 40412 Under .NET 3.5?

Aug 6, 2010

Im having problem with the newest release of Ajax Control Toolkit under .NET 3.5

I downloaded source code from AjaxControlToolkit.Source.zip and compiled it under .NET 3.5

Then i made simple web application:

[Code]....

It failed to run with my compiled version of ACT, im having an error:"Line: 160 Error: '$common' is null or not an object"

in AsyncFileUpload.AsyncFileUpload.debug.js and then:

"Line: 22 Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll." in

AsyncFileUpload.AsyncFileUpload.debug.js" in Common.Common.debug.js

I tried to use precompiled binaries of ACT : AjaxControlToolkit.Binary.NET35.zip and its working!

There is difference in referenced scripts between my dll and AjaxControlToolkit.Binary.NET35.zip

In my version, the headers of MicrosoftAjax.debug.js and MicrosoftAjaxWebForms.debug.js are:

// Name: MicrosoftAjax.debug.js
// Assembly: System.Web.Extensions
// Version: 3.5.0.0
// FileVersion: 3.5.30729.4926
//-----------------------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------
// MicrosoftAjax.js
// Microsoft AJAX Framework.

// Name: MicrosoftAjaxWebForms.debug.js
// Assembly: System.Web.Extensions
// Version: 3.5.0.0
// FileVersion: 3.5.30729.4926
//-----------------------------------------------------------------------
// Copyright (C) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------
// MicrosoftAjaxWebForms.js
// Microsoft AJAX ASP.NET WebForms Framework.

And when im using version from AjaxControlToolkit.Binary.NET35.zip, they are:

// Name: MicrosoftAjax.debug.js
// Assembly: AjaxControlToolkit
// Version: 3.5.40412.0
// FileVersion: 3.5.40412.2
// (c) 2010 CodePlex Foundation

// Name: MicrosoftAjaxWebForms.debug.js
// Assembly: AjaxControlToolkit
// Version: 3.5.40412.0
// FileVersion: 3.5.40412.2
// (c) 2010 CodePlex Foundation

I have not compared the rest of scripts, but in those 2 scripts: assembly, version and author does not match between my and precompiled dll. ToolkitScriptManager is trying to load microsoft scripts, but it should load those from CodePlex.In solution downloaded from AjaxControlToolkit.Source.zip, there are 2 projects: MicrosoftAjax and MicrosoftAjax.Extened, i think ToolkitScriptManager should take scripts from them. Maybe im compiling it in a wrong way? (I changed target framework in AjaxControlToolkit project to .NET 3.5 and also tried to change it in 2 projects mentioned above, with no effect).

View 5 Replies

AJAX :: Unable To Hit Any Breakpoints In VS 2010 With Control Toolkit

Mar 31, 2011

I had a dropshadow extender attached to a gridview. I was getting an error: Microsoft JScript runtime error: Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element So I removed the extender and I have a break point on: If Not Page.IsPostBack Then And it never stops there anymore. Page comes up though. I have restarted VS and rebooted. The app consists of a WebSite and WCF.

View 4 Replies

VS 2008 Most Stable AJAX Toolkit For .NET 3.5?

Dec 13, 2010

what version of ajax control toolkit should i download @ codeplex for .NET 3.5 (vs 2008). i want a version that is best suited for a production (live) environmnet

View 3 Replies

Add Ajax AutoComplete Using Toolkit In VS 2008

Jul 2, 2010

I'm having an error here : Please go through this and tell me what's the error.

Server Error in '/WebSite1' Application.
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error:An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: [TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.]
AjaxControlToolkit.ToolkitScriptManager.OnResolveScriptReference(ScriptReferenceEventArgs e) in d:hgactServerAjaxControlToolkitToolkitScriptManagerToolkitScriptManager.cs:276
System.Web.UI.ScriptManager.RegisterScripts() +261
System.Web.UI.ScriptManager.OnPagePreRenderComplete(Object sender, EventArgs e) +117
System.Web.UI.Page.OnPreRenderComplete(EventArgs e) +2063008
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2247
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.14
33

View 1 Replies

AJAX Toolkit Not Working On Vs 2008

Feb 22, 2010

i am using vs team edition 2008 and .net 3.5. i tried to download latest version of AJAX library and toolkit..but i tested on my page, none of extender or ajax toolkits are working..

View 1 Replies

AJAX :: Unable To Reference Extender Assembly Toolkit Control

Nov 22, 2013

I have downloaded ajax toolkit from URL....

When I am using control it gives error unable to reference extender assembly "AjaxToolkit control" version =4.1.7.1105 , culture = netural , publickey token=28f01b0e84b6d53e

And when running aspx page it gives unable to get property ui of undifeined or null reference..how it can be removed..

View 1 Replies

Security :: Error When Adding AJAX Toolkit Dll In VS 2008

Mar 17, 2010

I keep recieving this error when trying to add the toolkit to my application: "There was an error loading types from assembly v:my intranet etProjectinAjaxControlToolkit.dll Request for the permission of type System.Web.AspNetHostingPermission, System, Version=2.0.0.0,culture=neutral,PublicKeyToken=b77a5c561934e089 failed"

This has only recently started happening.. There are already AJAX controls on the page which still work but I want to add new ones with the new toolkit but for some reason cannot add the toolkit anymore. If I copy the toolkit to the local C: drive of my PC and add them I can , but when I then copy my page back to the server, none of the controls are working.

View 3 Replies

AJAX :: Failed To Install Control Toolkit On VS 2008

Jan 5, 2010

I have failed to load the ajax toolkit on VS2008.the problem comes when I try to load the toolkit form add Item my VS2008 just closes itself. I have checked my computer management just to have an idea as to what is happening and found out that there is an error of and I don't understand what this means

.NET Runtime version 2.0.50727.3603 - Fatal Execution Engine Error (71ED6050) (80131506)

View 8 Replies

AJAX :: Installing Toolkit In Visual Studio 2008 Developer Edition

Mar 9, 2010

I'm struggling to install the Ajax toolkit in Visual Studio 2008 Developer Eddition. I followed all the steps in the ReadMe but everytime I right -click in the new tab and select "Choose Items..." my visual studio shows in the left hand bottom corner something like "Loading 'Choose Toolbox Items' dialog" and then after a few seconds visual studio just exits. What gives? Is there another way around this?

View 4 Replies

Installation :: SQL Server Express 2008 R2 Installation Failed

Jun 12, 2010

SQL Server Express 2008 R2 installation is failed...plese see the error log ...i gave the password "sa"..please guide me Overall summary Final result: SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup. Exit message: The specified sa password does not meet strong password requirements. For more information about strong password requirements, see "Database Engine Configuration - Account Provisioning" in Setup Help or in SQL Server 2008 R2 Books Online.

View 1 Replies

Vwd 2008 Express Sp1 Tool Box Disappeared After Installing Report View 2008 Add

Jan 6, 2010

I am new to vwd. I installed vwd express edition 2008 with sql express 2008 in xp sp2. After this i installed report view 2008 addon for vwd express. After the installation i noticed that there is no toolbox in my vwd. Before it was there.

View 1 Replies

Installation :: Installing Silverlight 4 Toolkit

Apr 1, 2011

My machine is a Windows XP SP3 used the Web installer I was able to load

IIS 7.5 Express SQL Server Native Client
Server Compact 4.0 SQL Server 2008 R2 Management Objects Web Development Tools 2.0
Visual Studio 2010 SP1 Tools for Sql Server Compact 4.0 Installer for New VS 2010 SP1 Tools for SQL Server Compact 4.0 Installer VS 2010 SP1 Tools for Sql Server Compact .0 ASP.NET MVC 3 Installer ,
ASP.NET MVC 3 Language Packs Installer VS 2010 SP1 Tools for ASP.NET Web Pages
ASP.NET MVC 3 Language Packs
I was not able to install:
VS 2010 SP1 KB983509 VS 2010 SP1 Core (SP1 only installation)
Visual Web Developer Express 2010 SP1 Silverlight Tools for VS 2010
Silverlight 4 Toolkit April 2010 Release
Attached is the log file:
DownloadManager Information: 0 : Loading product xml from:
https://go.microsoft.com/?linkid=9763242
DownloadManager Information: 0 :
https://go.microsoft.com/?linkid=9763242 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 175
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:14 GMT
Location: [URL]
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:13 GMT
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Tue, 29 Mar 2011 23:01:25 GMT
Accept-Ranges: bytes
ETag: "5da77b3a65eecb1:0"
Server: Microsoft-IIS/7.5
VTag: 438927142100000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:14 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer1726479912.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Wed, 30 Mar 2011 16:23:20 GMT
Accept-Ranges: bytes
ETag: "87ddec8f6eecb1:0"
Server: Microsoft-IIS/7.5
VTag: 791169142700000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:14 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer-1338951197.xml.temp
DownloadManager Warning: 0 : Could not resolve keyword ID Orchard
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
https://www.microsoft.com/web/webpi/3.0/mediaproductlist.xml
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 18 Mar 2011 02:57:34 GMT
Accept-Ranges: bytes
ETag: "2be6fd3a18e5cb1:0"
Server: Microsoft-IIS/7.5
VTag: 791183143000000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer664384761.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 25 Mar 2011 18:59:41 GMT
Accept-Ranges: bytes
ETag: "b721c9cb1eebcb1:0"
Server: Microsoft-IIS/7.5
VTag: 279511942800000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer1956869252.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Loading product xml from:
[URL]
DownloadManager Information: 0 :
[URL] responded with 304
DownloadManager Information: 0 : Response headers:
HTTP/1.1 304 Not Modified
Cache-Control: max-age=900
Last-Modified: Fri, 21 Jan 2011 19:46:43 GMT
Accept-Ranges: bytes
ETag: "976ac5eda3b9cb1:0"
Server: Microsoft-IIS/7.5
VTag: 791997142200000000
P3P: CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installer903079739.xml.temp
DownloadManager Information: 0 : Filtering by majorOS: 5, minorOS: 1, majorSP: 3, minorSP: 0, productType: 1, architecture: x86
DownloadManager Information: 0 : Getting ratings file from
[URL]
DownloadManager Information: 0 : Contextual entry products: silverlight4tools, silverlight4toolkit, riaservicestoolkit
DownloadManager Information: 0 : Adding product Silverlight 4 Tools for Visual Studio 2010 (Silverlight4Tools) to cart
DownloadManager Information: 0 : Contextual navigation to product 'Silverlight4Tools'
DownloadManager Information: 0 : Adding product Silverlight 4 Toolkit April 2010 Release (Silverlight4Toolkit) to cart
DownloadManager Information: 0 : Skipping contextual product 'riaservicestoolkit'
DownloadManager Information: 0 :
[URL] responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 203
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:16 GMT
Location:
[URL]
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:15 GMT
DownloadManager Information: 0 : Ratings file loaded successfully
DownloadManager Information: 0 : Product 'Silverlight4Tools' was already in cart.
DownloadManager Information: 0 : Adding dependency 'VWD' for product 'Silverlight4Tools'
DownloadManager Information: 0 : Product 'VWD' being added to install list
DownloadManager Information: 0 : Adding dependency 'VS2010SP1Core' for product 'VWD'
DownloadManager Information: 0 : Product 'VS2010SP1Core' being added to install list
DownloadManager Information: 0 : Adding dependency 'VS2010SP1Installer' for product 'VS2010SP1Core'
DownloadManager Information: 0 : Product 'VS2010SP1Installer' being added to install list
DownloadManager Information: 0 : Adding dependency 'AspWebPagesVS' for product 'VWD'
DownloadManager Information: 0 : Product 'AspWebPagesVS' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3LocInstaller' for product 'AspWebPagesVS'
DownloadManager Information: 0 : Product 'MVC3LocInstaller' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3Installer' for product 'MVC3LocInstaller'
DownloadManager Information: 0 : Product 'MVC3Installer' being added to install list
DownloadManager Information: 0 : Adding dependency 'MVC3Loc' for product 'VWD'
DownloadManager Information: 0 : Product 'MVC3Loc' being added to install list
DownloadManager Information: 0 : Adding dependency 'WDeploy' for product 'VWD'
DownloadManager Information: 0 : Product 'WDeploy' being added to install list
DownloadManager Information: 0 : Adding dependency 'SMO' for product 'WDeploy'
DownloadManager Information: 0 : Product 'SMO' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLNativeClient' for product 'SMO'
DownloadManager Information: 0 : Product 'SQLNativeClient' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCE' for product 'VWD'
DownloadManager Information: 0 : Product 'SQLCE' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSTools_4_0' for product 'VWD'
DownloadManager Information: 0 : Product 'SQLCEVSTools_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSToolsInstaller_4_0' for product 'SQLCEVSTools_4_0'
DownloadManager Information: 0 : Product 'SQLCEVSToolsInstaller_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'SQLCEVSToolsInstallerNew_4_0' for product 'SQLCEVSToolsInstaller_4_0'
DownloadManager Information: 0 : Product 'SQLCEVSToolsInstallerNew_4_0' being added to install list
DownloadManager Information: 0 : Adding dependency 'IISExpress' for product 'VWD'
DownloadManager Information: 0 : Product 'IISExpress' being added to install list
DownloadManager Information: 0 : Product 'Silverlight4Toolkit' was already in cart.
DownloadManager Information: 0 : No SQL to configure
DownloadManager Information: 0 : No MySQL to configure
DownloadManager Information: 0 : Setting current install to 1
DownloadManager Information: 0 : Starting install sequence
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersVS2010SP1InstallerDE33C308A5F9E6EB2CDD23C56EE069191350A792VS10sp1-KB983509.exe instead of downloading
from
[URL]
DownloadManager Information: 0 : Downloading file [URL] to: C:Documents and Settings
pesceLocal SettingsTemp mp6C.tmp
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersVS2010SP1InstallerDE33C308A5F9E6EB2CDD23C56EE069191350A792VS10sp1-KB983509.exe
/x:C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Core /q'. Process Id: 3108
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6C.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersIISExpress6384C31AF6A054A0A2C141DE78395745D7FC105Eiisexpress_1_01_x86_en-US1.msi
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLNativeClientabdfed83057c5265c54c41fe353e15d3f7732cfbsqlncli.msi instead of downloading from
http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/sqlncli.msi
DownloadManager Information: 0 : Downloading file 'http://go.microsoft.com/fwlink/?LinkID=208229&clcid=0x409' to: C:Documents and Settings
pesceLocal SettingsTemp mp6D.tmp
DownloadManager Information: 0 :
http://go.microsoft.com/fwlink/?LinkID=208229&clcid=0x409 responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Cache-Control: private
Content-Length: 222
Content-Type: text/html; charset=utf-8
Expires: Fri, 01 Apr 2011 13:25:39 GMT
Location:
http://download.microsoft.com/download/0/5/D/05DCCDB5-57E0-4314-A016-874F228A8FAD/SSCERuntime_x86-ENU.exe
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Fri, 01 Apr 2011 13:26:39 GMT
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 0
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 6040
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6D.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEDFBD553B46084624CBF1E04B27F85914A868B3CFSSCERuntime_x86-ENU1.exe
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSMO6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783SharedManagementObjects.msi instead of downloading
from
http://download.microsoft.com/download/B/6/3/B63CAC7F-44BB-41FA-92A3-CBF71360F022/1033/x86/SharedManagementObjects.msi
DownloadManager Information: 0 : Downloading file 'http://download.microsoft.com/download/8/9/B/89B754A5-56F7-45BD-B074-8974FD2039AF/WebDeploy_1_01_x86_en-US.msi' to: C:Documents and Settings
pesceLocal SettingsTemp mp6E.tmp
DownloadManager Information: 0 : Content-disposition header: attachment
DownloadManager Information: 0 : Moving downloaded file 'C:Documents and Settings
pesceLocal SettingsTemp mp6E.tmp' to: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersWDeploy91D1C49CF04CA7B4BC9480663931975B2B80C988WebDeploy_1_01_x86_en-US1.msi
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEVSToolsInstallerNew_4_05EA0F2A6CF25658086DE71675A417DEAE8E2F85SSCEVSTools-ENU.msi instead
of downloading from
http://go.microsoft.com/fwlink/?LinkId=212219&clcid=0x409
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersMVC3Installercf5c4d4808c8e523340044d7231c962062cdb1c9AspNetMVC3Setup.exe instead of downloading
from
http://download.microsoft.com/download/3/4/A/34A8A203-BD4B-44A2-AF8B-CA2CFCB311CC/AspNetMVC3Setup.exe
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSilverlight4Toolsc25c99975f4da21b7f894208745e39f211e9e536Silverlight4_Tools.exe instead of downloading
from http://go.microsoft.com/fwlink/?LinkId=177508
DownloadManager Information: 0 : Using cached file at C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSilverlight4Toolkite1ca28a4b25b1e9a408b8dbb2e26c6228f466d4fSilverlight_4_Toolkit_April_2010.msi
instead of downloading from
http://go.microsoft.com/fwlink/?LinkId=189323
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 3
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 1568
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 2
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 1348
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Warning: 0 : Command failed. Retries left: 1
DownloadManager Information: 0 : Starting EXE command for product 'Visual Studio 2010 SP1 KB983509'. Commandline is: 'C:DOCUME~1
pesceLOCALS~1TempVS2010SP1Coresetup.exe /q /norestart /web'. Process Id: 2964
DownloadManager Information: 0 : Install exit code for product 'Visual Studio 2010 SP1 KB983509' is 5100
DownloadManager Error: 0 : Install return code for product 'Visual Studio 2010 SP1 KB983509' is Failure
DownloadManager Information: 0 : Product Visual Studio 2010 SP1 KB983509 done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Warning: 0 : Dependency failed for product 'Visual Studio 2010 SP1 Core (SP1 only installation)'. Skipping install
DownloadManager Information: 0 : Product Visual Studio 2010 SP1 Core (SP1 only installation) had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersIISExpress6384C31AF6A054A0A2C141DE78395745D7FC105Eiisexpress_1_01_x86_en-US1.msi',
commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'IIS 7.5 Express' is 0
DownloadManager Information: 0 : Install return code for product 'IIS 7.5 Express' is Success
DownloadManager Information: 0 : Product IIS 7.5 Express done install completed
DownloadManager Information: 0 : Increasing current install to 4
DownloadManager Information: 0 : IIS 7.5 Express installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37iisexpress_1_01_x86_en-US1.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLNativeClientabdfed83057c5265c54c41fe353e15d3f7732cfbsqlncli.msi', commandline: 'IACCEPTSQLNCLILICENSETERMS=YES
ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server Native Client' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server Native Client' is Success
DownloadManager Information: 0 : Product SQL Server Native Client done install completed
DownloadManager Information: 0 : Increasing current install to 5
DownloadManager Information: 0 : SQL Server Native Client installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37sqlncli.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft® SQL Server® Compact 4.0'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEDFBD553B46084624CBF1E04B27F85914A868B3CFSSCERuntime_x86-ENU1.exe
/i /q'. Process Id: 7816
DownloadManager Information: 0 : Install exit code for product 'Microsoft® SQL Server® Compact 4.0' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft® SQL Server® Compact 4.0' is Success
DownloadManager Information: 0 : Product Microsoft® SQL Server® Compact 4.0 done install completed
DownloadManager Information: 0 : Increasing current install to 6
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSMO6ce3a433309c63d98bcf0e2b9f1dfaed8cc18783SharedManagementObjects.msi', commandline:
'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'SQL Server 2008 R2 Management Objects' is 0
DownloadManager Information: 0 : Install return code for product 'SQL Server 2008 R2 Management Objects' is Success
DownloadManager Information: 0 : Product SQL Server 2008 R2 Management Objects done install completed
DownloadManager Information: 0 : Increasing current install to 7
DownloadManager Information: 0 : SQL Server 2008 R2 Management Objects installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37SharedManagementObjects.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersWDeploy91D1C49CF04CA7B4BC9480663931975B2B80C988WebDeploy_1_01_x86_en-US1.msi', commandline:
'ADDLOCAL=ALL ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Web Deployment Tool 2.0' is 0
DownloadManager Information: 0 : Install return code for product 'Web Deployment Tool 2.0' is Success
DownloadManager Information: 0 : Product Web Deployment Tool 2.0 done install completed
DownloadManager Information: 0 : Increasing current install to 8
DownloadManager Information: 0 : Web Deployment Tool 2.0 installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37WebDeploy_1_01_x86_en-US1.txt
DownloadManager Information: 0 : Starting MSI install for msi 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersSQLCEVSToolsInstallerNew_4_05EA0F2A6CF25658086DE71675A417DEAE8E2F85SSCEVSTools-ENU.msi',
commandline: 'ACTION=INSTALL REBOOT=ReallySuppress'
DownloadManager Information: 0 : MSI install return value for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation done install completed
DownloadManager Information: 0 : Increasing current install to 9
DownloadManager Information: 0 : Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer for New Installation installation log: C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform Installerlogsinstall2011-04-01T09.26.37SSCEVSTools-ENU.txt
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 284
DownloadManager Information: 0 : Install exit code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 Installer done install completed
DownloadManager Information: 0 : Increasing current install to 10
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 6608
DownloadManager Information: 0 : Install exit code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0' is Success
DownloadManager Information: 0 : Product Microsoft Visual Studio 2010 SP1 Tools for SQL Server Compact 4.0 done install completed
DownloadManager Information: 0 : Increasing current install to 11
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Installer'. Commandline is: 'C:Documents and Settings
pesceLocal SettingsApplication DataMicrosoftWeb Platform InstallerinstallersMVC3Installercf5c4d4808c8e523340044d7231c962062cdb1c9AspNetMVC3Setup.exe
/q /log C:DOCUME~1
pesceLOCALS~1Tempmvc3_install.htm'. Process Id: 5276
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Installer' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Installer' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Installer done install completed
DownloadManager Information: 0 : Increasing current install to 12
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Language Packs Installer'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 6220
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Language Packs Installer' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Language Packs Installer' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Language Packs Installer done install completed
DownloadManager Information: 0 : Increasing current install to 13
DownloadManager Information: 0 : Starting EXE command for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 4156
DownloadManager Information: 0 : Install exit code for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages' is 0
DownloadManager Information: 0 : Install return code for product 'Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages' is Success
DownloadManager Information: 0 : Product Microsoft® Visual Studio® 2010 SP1 Tools for ASP.NET Web Pages done install completed
DownloadManager Information: 0 : Increasing current install to 14
DownloadManager Information: 0 : Starting EXE command for product 'ASP.NET MVC 3 Language Packs'. Commandline is: 'C:WINDOWSsystem32cmd.exe /C echo noop'. Process Id: 1792
DownloadManager Information: 0 : Install exit code for product 'ASP.NET MVC 3 Language Packs' is 0
DownloadManager Information: 0 : Install return code for product 'ASP.NET MVC 3 Language Packs' is Success
DownloadManager Information: 0 : Product ASP.NET MVC 3 Language Packs done install completed
DownloadManager Information: 0 : Increasing current install to 15
DownloadManager Warning: 0 : Dependency failed for product 'Visual Web Developer Express 2010 SP1'. Skipping install
DownloadManager Information: 0 : Product Visual Web Developer Express 2010 SP1 had a dependency fail. Increasing install product to 16
DownloadManager Warning: 0 : Dependency failed for product 'Silverlight 4 Tools for Visual Studio 2010'. Skipping install
DownloadManager Information: 0 : Product Silverlight 4 Tools for Visual Studio 2010 had a dependency fail. Increasing install product to 17
DownloadManager Warning: 0 : Dependency failed for product 'Silverlight 4 Toolkit April 2010 Release'. Skipping install
DownloadManager Information: 0 : Product Silverlight 4 Toolkit April 2010 Release had a dependency fail. Increasing install product to 18

understanding the log, error message stated, that Language packs for VS 2010 was not correct.

View 1 Replies

Installation :: How To Change Connection String In .Net Web Site Administration Tool?

Dec 12, 2010

i have been trynig to have "ASP.Net Web Site Administration Tool" save all user information in my database , is that doable?

if yes, how i can have all those asp_tables in mine?

View 6 Replies

Installation :: Web Site Administration Tool Fail / Could Not Establish A Connection To The Database

May 14, 2010

I am using sqlserver express 2008 (Microsoft Web Platform Installer) and visual studio 10 professionnel.

I am also using last Silverlight4_Tools.exe.

When i enter in Web Site Administration Tool / security I obtain this error

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may in diagnosing the problem:

Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.

When I try userprovider

Could not establish a connection to the database.

If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.

View 1 Replies

AJAX :: Unable To Find Pie Chart Control In Control Toolkit

May 7, 2015

I have downloaded the ajax toolkit control i been using it for a  couple of months now. But I cannot see Ajax toolkit pie chart control..

Why will I get it ? Do I have to download seperately?

View 1 Replies

Installation :: Windows 7 Compatibility With Visual Studio 2010 / 2008 And SQL Server 2008

Oct 11, 2010

I am looking at developing using Visual Studio 2010/2008 and SQL Server 2008 on Windows 7. Should I be able to do this on Windows 7 Professional, or do you need Windows 7 Ultimate?

View 2 Replies

Installation :: Project Import From VWD 2008 To Visual Studio 2008

Sep 9, 2010

I recently bought a new computer, so I want to copy the projects into current system which has visual studio. I have a project developed in VWD 2008. I copied the folder into a flash drive and copied it back into the new system.

Knowing the location, how I do import the project into new system?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved