Hello,
I installed the new version of Ajaxcontroltoolkit 16.1 on my pc for my Visual Studio 2012 version.
I got rid of the old toolscriptmanager and instead I am using scriptmanager. When I run locally I have no issues.
When I try and run it on our production webserver I get the error below: (Do I need to install the v16.1 tool kit on the production server too?
Or am I missing something in my web.config file for the new 16.1 version?
Server Error in '/' Application.
Parser Error
Description:An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Title="Report Directory" Language="VB" MasterPageFile="./MenuMasterPage.master" AutoEventWireup="false" CodeFile="ReportDirectory.aspx.vb" Inherits="ReportDirectory" %>
Line 2: Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>Line 4:
Line 5: |