I copy my project web site (all the files) from my local machine to the production server, and copy all the the files from the directory C:\Archivos de programa\Infragistics\NetAdvantage 2010.2\ASP.NET\CLR2.0\Bin to the bin directory of the website in the production server how say in the help topic Deploying a Web Application that Uses NetAdvantage ASP.NET Controls and give the following 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 'Infragistics2.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> Line 2: Line 3: <%@ Register Assembly="Infragistics2.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Line 4: Namespace="Infragistics.Web.UI.LayoutControls" TagPrefix="ig" %> Line 5: <%@ Register Assembly="Infragistics2.Web.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!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 [HKLM\Software\Microsoft\Fusion!EnableLog].
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
What can I do for solve this error?
Thanls
Everybody know how Can I resolve this problem?, I wait for a solution 4 days
I wait 5 days
me also
Any answer? I have seen numerous posts with this same problem. I am also having the same problem. I've tried all folders, bin, bin signed, Apcta, Apcta- signed without luck. I am using Godaddy using IIS 7 and .NET 4.
mmmmm... no good. I have tried all folders. Bin, Bin - signed, Apcta, Apcta - signed and it still throws the same issue. I have also tried the latest service release of the DLL's.
Anyone from Infragisitcs care to comment?
I have resolved few issues while deployement
1. when you build project , in properties of dll, select make it Copy Local to true
Most important
2. Pick up the dll from Apcta folder.