Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > manifest definition does not match the assembly reference?

Reply
Thread Tools

manifest definition does not match the assembly reference?

 
 
=?Utf-8?B?SmFtZXM=?=
Guest
Posts: n/a
 
      04-12-2007
I'm stuck with the following error...

Does anyone know how to correct the reference? I've not idea why it is
referencing 'Copy of...'

Server Error in '/Client1' 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: The located assembly's manifest definition with name
'Copy of Client1' does not match the assembly reference.

Source Error:


Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:


Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
258

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Copy of Client1' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Copy of Client1
(Partial)
LOG: Appbase = file:///C:/websites/Client1
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Copy of Client1
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/client1/e853113f/e34ec493/Copy of Client1.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/client1/e853113f/e34ec493/Copy of Client1/Copy of Client1.DLL.
LOG: Attempting download of new URL file:///C:/websites/Client1/bin/Copy of
Client1.DLL.
WRN: Comparing the assembly name resulted in the mismatch: NAME

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The located assembly's manifest definition with name '.....' does notmatch the assembly reference JB ASP .Net 0 05-06-2008 03:28 PM
Assembly's manifest definition does not match the assembly reference Monty ASP .Net 2 06-06-2007 02:46 AM
Help! located assembly's manifest definition... cowznofsky ASP .Net 1 08-29-2006 07:00 PM
'System' does not match the assembly reference. =?Utf-8?B?UnVpIE1hY2RvbmFsZA==?= ASP .Net 1 04-09-2005 03:24 PM
Assembly's manifest definition does not match the assembly reference. Horatiu Margavan via .NET 247 ASP .Net 0 08-30-2004 04:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57