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;
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
HI, Make sure Infragistics2.WebUI.UltraWebGrid.v8.2 is in the bin directory of your application.
Here is a help link to deployment:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Web_Deploying_Your_Application.html
Here is a help link to Deploying to a Hosted Server Enviroment:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Web_Deploying_an_Application_to_a_Hosted_Server_Environment.html