Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Error after deploying to "hosted" domain
posted

Hi

When I deploy everything to our "hosted domain", I am getting some errors in relation to Infragistics. I've attached the error below , I believe I have done everything in relation to setting it up correctly. All the DLL's are in the bin folder, etc.

Thanks guys and any help at all would be greatly appreciated.

Error Details as follows;

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 'Infragistics2.WebUI.UltraWebGrid.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The module was expected to contain an assembly manifest.

Source Error:

Line 1:  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="salesinvoices.aspx.cs" Inherits="AccountantsE2.invoices.salesinvoices" %>
Line 2:
Line 3: <%@ Register assembly="Infragistics2.WebUI.UltraWebGrid.v8.2, Version=8.2.20082.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebGrid" tagprefix="igtbl" %>
Line 4:
Line 5: <%@ Register assembly="Infragistics2.WebUI.WebCombo.v8.2, Version=8.2.20082.100