AJAX :: Could Not Load File Or Assembly 'AjaxControlToolkit.dll'
Server Error in '/AJX' Application.
Parser Error
Description:
An error occurred during the parsing of a resource required to service this request. review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'AjaxControlToolkit.dll' or one of its dependencies. The system cannot find the file specified.
Source Error:
[Code]....
[No relevant source lines]Source File: none Line: 0 Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit.dll' could not be loaded.
[Code]....
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3614
View 4 Replies (Posted: Sep 23, 2010 04:05 PM)
Sponsored Links:
Related Forum Messages For ASP.NET category:
AJAX :: Could Not Load File Or Assembly 'AjaxControlToolkit' Or One Of Its Dependencies
Ive just started to transfer the website to the server and i keep getting this error "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified." It works fine in VS, and the AjaxControlToolkit.dll is in the bin directory. Ive added the assembly reference to the config: <controls> <add tagPrefix="AtlasControl" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" /> </controls>
Posted: Nov 19, 2006 02:03 AM
View 16 Replies!
View Related
AJAX :: Could Not Load File Or Assembly 'AjaxControlToolkit' Or One Of Its Dependencies?
I have been building an ASP.NET 2.0 app now for quite a while and had everything working quite well untill my computer froze when running the app from the debugger. Now i get the following error message Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) I have reinstalled Ajax 1.0, reinstalled the toolkit vsi, copied the web config from a working ajax site.
Posted: Jun 24, 2007 12:07 PM
View 19 Replies!
View Related
AJAX :: Impersonation - Couldn't Load File Or Assembly AjaxControlToolkit
I get the following message if I use impersonation with the AjaxControlToolkit. If I turn off impersonation (by removing the "identity" configuration from my web.config file), then it can succesfully load AjaxControlToolkit.dll: Could not load file or assembly AjaxControlToolkit' or one of its dependencies. Access is denied. Anyone know where I need to grant rights to the user that I am using? Windows Server 2008 + IIS7 + Website using the AjaxControlToolkit + Impersonation
Posted: Dec 15, 2008 09:27 PM
View 4 Replies!
View Related
AJAX :: CascadingDropDownNameValue: Could Not Load File Or Assembly AjaxControlToolkit - ReportViewer
When I edit report file .rdlc (Microsoft ReportViewer) and I click in menu on Report - Data Sources I get error: Could not load file or assembly 'AjaxControlToolkit, Version = 3.0.20229.20843, ... I found that the problem is on reading datasource which is placed in CascadindDropDown class. CascadingDropDownNameValue (CascadingDropDown.QuerySimpleCascadingDropDownDocument(XmlDocument document, String[] documentHierarchy, StringDictionary knownCategoryValuesDictionary, String category)) The same happend on AjaxToolkit Sample page if i add Microsoft Report file and go on Menu Report->Data Sources. I use VS 2008, Web Application in .NET 3.5, AjaxControlToolkit Version = 3.0.20229.20843 VB file that is placed in App_Code Imports System.Web Imports System.Web.ServicesImports System.Web.Services.ProtocolsImports System.Data.SqlClientImports System.DataImports AjaxControlToolkitImports System.CollectionsImports System.Collections.GenericImports System.Collections.Specialized <WebService(Namespace:=[URL])> _<WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _<System.Web.Script.Services.ScriptService()> _Public Class AutoComplete Inherits System.Web.Services.WebService <WebMethod()> _ Public Function GetDropDownContentsValueDep(ByVal knownCategoryValues As String, ByVal category As String) As CascadingDropDownNameValue() Dim SQLTekst As StringBuilder = New StringBuilder("") SQLTekst.Append(" SELECT from SQL ") Dim myConnection As New SqlConnection(SQLCN) Dim myCommand As New SqlCommand(SQLTekst.ToString, myConnection) Try myConnection.Open() Catch sqlExp As SqlException error End Try Dim myReader As SqlDataReader myReader = myCommand.ExecuteReader() Dim values As New Generic.List(Of CascadingDropDownNameValue) While myReader.Read values.Add(New CascadingDropDownNameValue(myReader("Value1").ToString, myReader("Value2").ToString())) End While myConnection.Close() myCommand.Dispose() myReader.Close() End Function End Class
Posted: Apr 02, 2008 05:45 AM
View 4 Replies!
View Related
AJAX :: On Server - Could Not Load File Or Assembly "AjaxControlToolkit"
I have my website, it's running fine on my machine, but when I upload it to a server I get this error 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: [Code].... Line 2: Line 3: Line 4: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"Line 5: TagPrefix="cc1" %>Line 6: Source File: /epg/Default2.aspx Line: 4 Assembly Load Trace: The following information can be helpful to determine why the assembly 'AjaxControlToolkit' could not be loaded. [Code].... WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog]. Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.4028 That's the web page. Now I have AjaxControlToolkit.dll System.Web.Extensions.Design.dll System.Web.Extensions.dll AJAXExtensionsToolbox.dll in my BIN folder.
Posted: Feb 12, 2010 03:10 PM
View 2 Replies!
View Related
AJAX :: Could Not Load File Or Assembly "AjaxControlToolkit" Version=1.0.10920.32880
Have downloaded and trying to use the Tooltip control from [URL] Here is what i have done copied dll into websitein directory Registered the control on top of the page as <% @ Register Namespace="Tooltip" Assembly="Tooltip" TagPrefix="tt" %> 3. when the control is used using below aspx < <tt:TooltipExtender id="ToolTipExtender1" TargetControlId="txtAthensUserName" runat="Server" Delay="1" Direction="left" ToolTipWidth="200"> </tt:TooltipExtender> Exception is thrown as copied below. Could not load file or assembly 'AjaxControlToolkit, Version=1.0.10920.32880, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) C:Documents and SettingsMy DocumentsVisual Studio 2008WebSitesxxxxxx.aspx
Posted: Nov 24, 2009 10:57 AM
View 4 Replies!
View Related
AJAX :: Could Not Load File Or Assembly "AjaxControlToolkit" Version = 3.5.40412.0 - Culture = Neutral
I develop an ASP.NET 2.0 with VS 2008, VB.NET, and sometime a get this exception when web application is launching. Message Parser Error: Could not load file or assembly 'AjaxControlToolkit, Version = 3.5.40412.0, Culture = neutral, PublicKeyToken = 28f01b0e84b6d53e' or one of its dependencies.The definition from the assembly manifest does not match the assembly reference. (Exception from HRESULT: 0x80131040) To solve this problem, I need to regenerate the project. I would like to understand why this error append sometime. I try to check the version referenced in project property, try to check the version attribute on Web.Config : <pages theme="Formulaires" validateRequest="false" styleSheetTheme="Formulaires" enableEventValidation="false" enableViewStateMac="false"> <controls> <add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" /> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> </controls> <namespaces> <clear/> <add namespace="System"/> <add namespace="System.Collections"/> <add namespace="System.Collections.Specialized"/> <add namespace="System.Configuration"/> <add namespace="System.Text"/> <add namespace="System.Text.RegularExpressions"/> <add namespace="System.Web"/> <add namespace="System.Web.Caching"/> <add namespace="System.Web.SessionState"/> <add namespace="System.Web.Security"/> <add namespace="System.Web.Profile"/> <add namespace="System.Web.UI"/> <add namespace="System.Web.UI.WebControls"/> <add namespace="System.Web.UI.WebControls.WebParts"/> <add namespace="System.Web.UI.HtmlControls"/> </namespaces> </pages> It the correct version... i don't understand about this problem.
Posted: Jul 02, 2010 03:39 PM
View 2 Replies!
View Related
Ajax : "Could Not Load File Or Assembly 'AjaxControlToolkit'"
I have create a very simple program that will use the ConfirmButtonExtender. I have added the AjaxControlToolkit.dll into my bin directory. It all works fine on my local host, however, when transferring onto my server, I get the following error: "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 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> Source File: /New Folder/default.aspx Line: 3
Posted: Feb 28, 2007, 07:23
View 3 Replies!
View Related
Cannot Load File Or Assembly AjaxControlToolkit And One Of Its Dependencies
i have installed the ASPAJAXExtSetup into my system for using ajax because i am using .net 2.0 version. Then i have create the Ajax Enabled website. in myDescription: 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. Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %> Line 2: Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> Line 4: Line 5:
Posted: May 14, 2010, 04:50
View 1 Replies!
View Related
Visual Studio :: 2008 Can't Load File Or Assembly 'AjaxControlToolkit'?
Everything was fine for about a week. Today my computer crashed during development and since then I am getting the following messageError 9 Could not load file or assembly 'AjaxControlToolkit, Version=3.0.20229.20843, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) I refreshed the AjaxToolkit.dll in my project bin file. Reset the toolbox and added 'AjaxToolKit' again still when I add a new web form <%@ Page Language="C#" MasterPageFile="~/Main.master" AutoEventWireup="true" CodeFile="TestMSNSearch.aspx.cs" Inherits="TestMSNSearch" Title="Untitled Page" %> this line has a blue squiggle line under it and I can not compile project anymore.
Posted: Mar 30, 2008 10:48 PM
View 8 Replies!
View Related
AJAX :: Unable To Load File Or Assembly 'System.Web.Extensions
I am testing AJAX. I've downloaded the AJAX Extension and the CTP December package and installed on BOTH my development machine and the production server. Then I created a very very simple web application, which contains a button and a label. When the button is clicked, some message is shown on the label. That's it. The AJAX works great on my development machine, but on the production server, I got the typical error as follows: Server Error in '/' Application. 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: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Source Error: [Code].... Line 36: <compilation debug="false"> Line 37: <assemblies> Line 38: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> Line 39: </assemblies> Line 40: </compilation> I searched this forum, one guy mentioned that Microsoft.Web.Extensions.dll and Microsoft.Web.Extensions.Design.dll need to stay in the bin folder of the application. I don't think this is true any more. That said, I still tried it, with no luck on the production server.
Posted: Jan 10, 2007 11:57 PM
View 25 Replies!
View Related
AJAX :: Could Not Load File Or Assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral'
Here are the files in my bin directory: AjaxControlToolkit.dll version: 1.0.61214.0 AjaxControlToolkit.pdb version: AJAXExtensionsToolbox.dll version: 1.0.61025.0 System.Web.Extensions.Design.dll version: 1.0.61025.61025 System.Web.Extensions.dll version: 1.0.61025.61025 Now, I've done exactly that! and checked all the versions but still the error remains....Below you see my web.config file Im not sure about this part in the web.config, but if I remove it I receive a bunch of other errors about the <microsoft.web> section: <sectionGroup name="microsoft.web" type="Microsoft.Web.Configuration.MicrosoftWebSectionGroup, Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> <section name="converters" type="Microsoft.Web.Configuration.ConvertersSection"/> </sectionGroup> WEB.CONFIG [code]....
Posted: Dec 17, 2006 09:24 PM
View 57 Replies!
View Related
AJAX :: Error On First Time Page Refresh Then Removes On The Second Time / Could Not Load File Or Assembly
Server Error in '/MedTegraSL.Web' Application. Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified. Source Error: [Code].... Source File: c:ProductiveTeamsMedTegraPresentationMedTegraSLMedTegraSL.WebMainMaster.Master Line: 16 Assembly Load Trace: The following information can be to determine why the assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded. [Code].... Stack Trace: [Code]....
Posted: May 20, 2010 12:16 PM
View 2 Replies!
View Related
AJAX :: Updated To AjaxControlToolkit 3.5 And Getting Load Of Errors
I am using Ajax on a Sharepoint 2007 website and I have copied in the AjaxControlToolkit.dll into the bin folder. Method CreateModalUpdateProgress Details Could not load file or assembly 'AjaxControlToolkit, Version=1.0.20229.20903, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) Stack Trace MyWebParts. HelperClasses. WebPartControlFactory. CreateModalUpdateProgress (Control controlToAddTo) MyWebParts. BaseClasses. BaseWebPart. CreateChildControls() Please contact a system administrator and provide them with these details
Posted: Aug 12, 2010 02:05 PM
View 3 Replies!
View Related
Display Asp MSChart / File Error Could Not Load File Or Assembly 'sstchur.web.survey'?
I've add MSChart to a webpage and I'm also using a Survey page I got from 4GuysFromRolla (http://www.4guysfromrolla.com/articles/061604-1.aspx). Both work on my development machine but when I move them to my hosting site there are issues. With MSChart page the chart is not displayed although it's included the Page Source code: src="/ClubInformationTracking/ChartImg.axd?i=chart_3d90c53b0f844807a2491a1d79a636a1_0.png&g=75fecf0f14cf4121b623691d383263aa" alt="" style="height:300px;width:700px;border-width:0px;" /> And when I try to open the Survey page I get this:Parser Error Message: Could not load file or assembly 'sstchur.web.survey' or one of its dependencies. The system cannot find the file specified. Source Error: <%@ Register TagPrefix = "sstchur" Namespace = "sstchur.web.survey" Assembly = "sstchur.web.survey" %> <%@ Page Language = "C#" %> Assembly Load Trace: The following information can be helpful to determine why the assembly 'sstchur.web.survey' could not be loaded. WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog]. The Hosting site is using Version 4.0 and the dll needed for the survey is in the BIN directory. When I moved my files to the hosting site I had to change every instance when I referred to a file from: "~/FileName" To "FileName" I've tried all of the "fixes" I could find for the MSChart that involved changes to the web.config file but because of the error messages associated with the Survey page I'm guessing this is the issue.
Posted: Dec 17 10 at 17:08
View 2 Replies!
View Related
AJAX :: VS2010 Web App Doesn't Build Release - Could Not Load AjaxControlToolkit Error 89
I have a VS2010 Web Application that uses the AjaxControlToolkit. I am able to build the Debug configuration. When I build the release configuration I get the following error message: Error 89 Could not load file or assembly 'file:///S:My CodeLibrariesACTMay 2010AjaxControlToolkit.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) S:My CodeEZFishingEZFishingEZFishingSGEN EZFishing The location of the file is correct, and I just downloaded and unzipped there the Ajax CT. I have always built this app correctly before upgrading to VS2010 and ACT May 2010.
Posted: Sep 06, 2010 03:52 PM
View 3 Replies!
View Related
AJAX :: Error Assembly "AjaxControlToolkit PublicKeyToken=28f01b0e84b6d53e' Uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral"
Error 2 Assembly 'AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' uses 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Posted: Dec 25, 2009 07:09 AM
View 2 Replies!
View Related
Cannot Load File Or Assembly CrystalDecisions.web
I have just upgraded from windows server 2003 to windows server 2008 Web Edition and am having problems with Crystal reports, I keep getting the error Parser Error Message:" Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified."I had the same problem on my windows 2003 server a while back and fixed the problem by running the crystal reports runtime file 'CRRedist2008_x86.msi' but it didn’t fix the problem on the Windows 2008 Web Edition server after running it.
Posted: Jun 18th, 2010, 09:45 AM
View 3 Replies!
View Related
C# - Couldn't Load File Or Assembly
Recenently my ASP.Net Mvc 3 project stopped compiling and I have no idea why. It is giving me this error message. "Could not load file or assembly 'ProjectName.1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
Posted: Mar 5 at 14:20
View 3 Replies!
View Related
Configuration :: Could Not Load File Or Assembly
I have writen a simple asp.net App to display stats in the call center I work in. I was working fine until yesterday afternoon when i started getting the following error Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. The server is only running windows 2000 teminal so can only run .net 2.0. I am using Visual Studio 2008 Express to write the code and have set the Target Framework to .NET Framework 2.0 under the Properties page and hit the F5 key and it ran fine.
Posted: Apr 27, 2010 08:36 AM
View 2 Replies!
View Related
Could Not Load File Or Assembly 'System.Web.Extensions...'
I'm getting the error in my application because it can't find System.Web.Extensions, but I'm not referencing it at all. Here are my using statements: In my code behind: using System; using System.Globalization; using System.Data; using System.Configuration; using System.Collections; using System.Web; In an included class: using System; using System.Data; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; using System.Data.SqlClient; Otherwise I have no other using statements, and I'm not otherwise calling System.
Posted: Feb 20, 2009 06:03 PM
View 11 Replies!
View Related
Could Not Load File Or Assembly 'System.Web.Extensions
I purchased a new computer and put all my development software on. Now when I load an asp.net 2.0 project I get the following error:- Code: Error3E:RPPResolve-ITASPDotNET2.0HansooKwanDirections.aspx: ASP.NET runtime error: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (E:RPPResolve-ITASPDotNET2.0HansooKwanweb.config line 44)E:RPPResolve-ITASPDotNET2.0HansooKwanDirections.aspx11E:...HansooKwan
Posted: Jul 8th, 2010, 06:08 AM
View 9 Replies!
View Related
MVC :: Could Not Load File Or Assembly 'System.Web.Mvc, Version=1.0.0.0?
For 4 days I have been struggling with this errorI have tried everything I can think of. Removed all references and re-added themCopied DLLs local to my bin directoryChecked the Public Token keys repeatedlyCleaned Solution, built solution, rebuilt solution, Build, rebuilt, cleaned and published projectNothing seems to work.The application runs fine on Localhost but does not run on the hosting site. Note: Site is currently hostted on GoDaddy.com and I'm not sure if their servers are the problem.Update. I found a hidden stack trace [Code].... ________________________________________________ [Code]....
Posted: Nov 23, 2009 04:46 PM
View 21 Replies!
View Related
Couldn't Load File Or Assembly One Of Its Dependencies
I changed some names of namespaces, assemblies in one of existing project (C# and ASP.NET). But when I try to debug it; I get this error. Could not load file or assembly 'HR' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040). I have replaced DFI with HR in the code.
Posted: Mar 15 10 at 20:06
View 2 Replies!
View Related
Couldn't Load File Or Assembly App_Licenses
I was working normally but now i'm getting this error: Could not load file or assembly 'App_Licenses, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) I clean all my asp .net temporary files, rebuild the solution but nothing seems to work.
Posted: Sep 30 10 at 14:02
View 1 Replies!
View Related
Configuration :: MySQL - Could Not Load File Or Assembly
I have an asp.net website application that uses MySQL as the database. It has been working just fine until... I updated from MySQL version 6.1.3 to version 6.3.4. Prior to updating, I uninstalled 6.3.1. I changed my web.config file to reference the new version as well as the machine.config. It works fine on my development machine. I publish the website to the production server and when I browse to this site I get an error: [Code].... I have searched the entire server for any text corresponding to "6.3.1.0" but nothing found. It appears like there is something in some configuration reference that has not been updated to the new version of MySQL.
Posted: Sep 17, 2010 06:11 PM
View 5 Replies!
View Related
Databases :: Could Not Load File Or Assembly 'Sql.data'?
I am trying to test website on a remote server to see if I can read or write to a MySql Database.In VS Web developer 2010 Express edition, I created a new website and saved it via ftp on the remote host. I have added the 'Mysql.data.dll' to the website and placed it in the bin directory of the project.When I try to run the program i get "Could not load File or assembly MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. [Code].... The remote server supports .Net v2, so I have made my application focused on v2 framework. I have tried similar code on my local machine and works fine.
Posted: Oct 27, 2010 08:01 AM
View 3 Replies!
View Related
|