Wednesday, March 28, 2012

INSTALLING CONTROL TOOL KIT

Hello Everyone,

I am trying to intall the Control tool kit from CodePlex and I am following instructions as perASP.NET AJAX Control Toolkit:
Installation and getting started
onhttp://ajax.asp.net/.

In the step where I have to open the AjaxControlToolkit.sln I get the errors:

1) The application for project 'C:\..\AjaxControlToolKit\SampleWebsite' is not installed.
Make sure the application for project type () is installed.

2) The application for project 'C:\..\AjaxControlToolKit\AjaxControlToolKit.csproject' is not installed.
Make sure the application for project type () is installed.

3) The application for project 'C:\..\AjaxControlToolKit\TEmplateVSI\TEplateVSI.csproject' is not installed.
Make sure the application for project type () is installed.

4) The application for project 'C:\..\AjaxControlToolKit\ToolKitTests' is not installed.
Make sure the application for project type () is installed.

I followed step by step of the instructions and I do not know what I am doing wrong.

Anyone can help?
Thanks in advance

Pati2005

Hi,

What version of Visual Studio are you using? These messages indicates that your visual studio can't open a project of type WebSite.

Please refer to this for more information: http://msdn2.microsoft.com/en-us/library/ms247038(vs.80).aspx

Application Not Installed Dialog Box

This dialog box appears with the error "The application for project <project> is not installed. Make sure the application for the project type (<projectextension>) is installed."
Workaround

This dialog box appears because a product required to open the specified file was not found. It is common for this error to occur when attempting to open a project file that cannot be opened with the installed version of Visual Studio. For example, attempting to open a Visual C# project file with Visual Basic 2005 Express Edition will open this dialog box.
To workaround this error

Install the correct version of Visual Studio.

Hope this helps.


Hello Raymond,

Thank you very much for the reply.
I am using Visual Web Developer Express 2005.
I will look at the link you mentioned at night when I have more time to see if I can work around.
Rgds
Pati2005

No comments:

Post a Comment