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
555
Could not load file or assembly
posted

hi.!

When i deploy the asp.net app in production server it's given an error.

as follows

 

Server Error in '/iletest' 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 'Infragistics4.WebUI.Documents.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 14:         <add assembly="Infragistics4.Web.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />
Line 15:         <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 16:         <add assembly="Infragistics4.WebUI.Documents.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />
Line 17:         <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 18:         <add assembly="Infragistics4.WebUI.Excel.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" />



Source File: C:\inetpub\wwwroot\iletest\web.config    Line: 16

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

 

 

Parents
No Data
Reply
  • 5
    posted

    Hello, I got the version 13.1 and installed. I am getting the follwoing error in my local when I try to run the application. Any help would be appreciated.

     

    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 'Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    [No relevant source lines]


    Source File: none    Line: 0

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' could not be loaded.

    === Pre-bind state information ===
    LOG: User = MININT-3B0KO0E\Manager
    LOG: DisplayName = Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
     (Fully-specified)
    LOG: Using host configuration file: 
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.
    LOG: Post-policy reference: Infragistics4.Web.v13.1, Version=13.1.20131.2188, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
    LOG: The same bind was seen before, and was failed with hr = 0x80070002.

Children
No Data