473,624 Members | 2,584 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SERVER ERROR:The located assembly's manifest...does n't match the assembly reference

2 New Member
Dear, all...

I have some problem with my application.

I used UltraWebGrid component in my web application. Unfortunately, when I tried to run the web, the error page displayed:

The located assembly's manifest definition with name 'Infragistics.W ebUI.UltraWebGr id.v3' does not match the assembly reference.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileL oadException: The located assembly's manifest definition with name 'Infragistics.W ebUI.UltraWebGr id.v3' does not match the assembly reference.

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Assembly Load Trace: The following information can be helpful to determine why the assembly 'Infragistics.W ebUI.UltraWebGr id.v3' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Infragistics.We bUI.UltraWebGri d.v3, Version=3.0.200 41.1105, Culture=neutral , PublicKeyToken= 7dd5c3163f2cd0c b
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/CAR-8D
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \aspnet.config) .
LOG: Using machine configuration file from C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ config\machine. config.
LOG: Post-policy reference: Infragistics.We bUI.UltraWebGri d.v3, Version=3.0.200 41.1105, Culture=neutral , PublicKeyToken= 7dd5c3163f2cd0c b
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/car-8d/cb0676e6/c44d2327/Infragistics.We bUI.UltraWebGri d.v3.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/car-8d/cb0676e6/c44d2327/Infragistics.We bUI.UltraWebGri d.v3/Infragistics.We bUI.UltraWebGri d.v3.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CAR-8D/bin/Infragistics.We bUI.UltraWebGri d.v3.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Revision Number



I used Infragistics.We bUI.Design.v1, Infragistics.We bUI.Shared.v2, Infragistics.We bUI.UltraWebGri d.v3, and Infragistics.We bUI.WebDateChoo ser.v1.1 as my Reference

any other can solve my problem, please?

Thanks in advance!


Best Regards,
Jul 7 '08 #1
2 5132
Febria
2 New Member
Dear, All...
About the error above...
I have done some action to handle this error. may be this is some primitive way, but it can solve the problem, so why wouldn't we try it?!

I tried to create new solution/project and copy paste the code in the old one. Then, I compiled the solution/project and Run it!!
There's no error again! :-)

Wish it could help any other person who has any similar error! \(^_^)/
Jul 9 '08 #2
Plater
7,872 Recognized Expert Expert
This happens when you add a reference to a DLL to your project, and it keeps the specific version number remembered.
Then you change the version of the DLL.

Just remove the reference to the DLL and re-add it.
Jul 9 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1422
by: Dave Lessard | last post by:
Within my group of developers we have a list of library components we develop and continuously enhance and upgrade. We don't have source control (that's a bit of a sore issue for me) but when an update is made to a library .dll we put these out in a released directory where all of our other solutions/projects reference these "released" .dll's. These assemblies are referenced directly to the assembly files themselves from other projects,...
1
2612
by: Rob R. Ainscough | last post by:
I keep getting this error message when I build my solution: Error: The dependency 'xxx.xx.xx, Version=1.0.2067.27633, Culture=neutral' in project 'xxx.xx.xx' cannot be copied to the run directory because it would conflict with dependency 'xxx.xx.xx, Version=1.0.2068.11260, Culture=neutral'. I have a solution that contains 10 class library projects, some of these projects require references to other projects within the solution....
2
9223
by: Matthew Louden | last post by:
using System.Data; using System.Data.SqlClient; //etc... SqlConnection conn = new SqlConnection(connString); SQLDataSetCommand myCmd = new SQLDataSetCommand("select * from Test;", conn); DataSet ds = new DataSet(); myCmd.FillDataSet(ds, "test");
2
1945
by: genc_ymeri | last post by:
Hi, We are a team of 4 using win2003 server (sp1) in our dev machines and VS2003 for our .Net web app. We did make a copy of our project (located to one "hardwarely old" PC ) to our machines. All of us are getting the above error in ths subject. Everything works fine in the original machine. (project name is not the same neither include the any machine name). We did read all MSDN article and others in our goold search. We made sure...
0
2852
by: c.verma | last post by:
I have a web based (forms based authentication) asp.net application that uses .NET remoting. It has web.config.remoting with all the required settings in it. As soon as it tries to access the website, it threw an error: Access denied attempting to launch a DCOM Server. The server is: {000C101C-0000-0000-C000-000000000046} The user is ASPNET/ServerName, SID=S-1-5-21-1606980848-602162358-1801674531-1007. I tried to find the answer on the...
1
1322
by: maya | last post by:
I have a quick HomeSite question.. sorry, my news server doesn't carry HomeSite ng... I just need to know how to switch from generating special chars (called "entities" in XML) with numbers instead of their names -- need to do this b/c for XSLT/FF only numbers work.. I've been looking for a while now under "options", can't find it.. thank you very much..
1
10403
by: Omatase | last post by:
Here is my code: CDO.Message iMessage = new CDO.MessageClass(); string sFrom; string sDate; iMessage.DataSource.Open(bstrURLItem,null, ADODB.ConnectModeEnum.adModeRead, ADODB.RecordCreateOptionsEnum.adFailIfNotExists, ADODB.RecordOpenOptionsEnum.adOpenSource,"","");
1
1677
by: Alan T | last post by:
I have a project references a DLL(by Add Reference), so far so good. However, if I change my application from exe to a class library and also added a reference to that same DLL, I got a compilation error: "Assembly generation failed -- References assembly 'OrderController' does not have a strong name" That OrderController was developed by another developer, I am not sure by ..NET or Java.
3
9882
by: Atul Thombre | last post by:
Hello, I am developing an application in C# using VS2003 for mobile device. This application is using .Net compact framework. I have added a reference to a third party library I am using for logging messages . I am getting a strange error with that library. When I add the reference for the first time in the project, the compilation completes without any error. The project will also compile without any errors during that session of the...
0
8179
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8685
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8348
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7176
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6112
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1797
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1493
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.