Showing posts with label source. Show all posts
Showing posts with label source. Show all posts

Saturday, March 24, 2012

Trouble building the TemplateVSI template project

I am having lots of trouble building theTemplateVSI template project.

I've downloaded theAjaxControlToolkit.zip source fileand extracted to this folder (as suggested by the getting started video walkthrough) :

C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControl Toolkit

I then opened the AjaxControlToolkit.sln solution file, which display the various projects in the Solution Explorer.

In VS2005, once I right-click and "Build" TemplateVSI, I get the following "access denied" type error :

Error 1 Unable to remove directory"C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\AjaxControl Toolkit\TemplateVSI\bin". Access to the path'TemplateVSI.vshost.exe' is denied.

Then I manually removed the \bin\ directory (sinceWindows won't let me remove the read-only attribute), then I got thiserror :

Error 1 Could not load file or assembly'vjslib, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The systemcannot find the file specified. C:\ProgramFiles\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\Ajax ControlToolkit\TemplateVSI\TemplateVSI.csproj 52 5 TemplateVSI

I'd like to use the control kit but I need help getting started.

Thank you,

Bob

New York

<>The video also instructs me to launch TemplateVSI.vscontent, whichattempts to install "Templates & Starter Kits" but of course thezip files the installer is looking are not in my ..\Ajax ControlToolkit\TemplateVSI folder. They are not included in the originalAjaxControlToolkit.zip file I downloaded.