PC Review


Reply
Thread Tools Rate Thread

Configuration Error - c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config

 
 
Ivan
Guest
Posts: n/a
 
      20th May 2004
Hi,

I have moved an entire solution from .netframework 1.0 to 1.1; also I have
migrated the solution to VS2003. After this I have added a new project (Web)
to previous solution; I'm referencing a DLL from other project within the
solution and including some user controls within my new project, but
whenever I try to execute a new aspx I have coded I receive next error
message (see below); the problem is that some times the Parser Error Message
changes, the referenced control change, I really don't know what's going on
here, can anybody of you give me some clue?

Thanks
Ivan

Server Error in '/PeopleDirectory' 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: Access is denied: 'Altova.Authentic.Placeholders'.

Source Error:

Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>

Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
198

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Altova.Authentic.Placeholders' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = Altova.Authentic.Placeholders
(Partial)
LOG: Appbase = file:///d:/inetpub/wwwroot/PeopleDirectory
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: Altova.Authentic.Placeholders
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/peopledirectory/57cab361/aef7f160/Altova.Authentic.Placeholders.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/peopledirectory/57cab361/aef7f160/Altova.Authentic.Placeholders/Altova
..Authentic.Placeholders.DLL.
LOG: Attempting download of new URL
file:///d:/inetpub/wwwroot/PeopleDirectory/bin/Altova.Authentic.Placeholders.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Altova.Authentic.Placeholders,
Version=5.0.997.24453, Culture=neutral, PublicKeyToken=b62aea4d41be6896



----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573


 
Reply With Quote
 
 
 
 
Natty Gur
Guest
Posts: n/a
 
      21st May 2004
hi,

CLR loader first checks if request load assembly got strong name. if so
CLR look for the referenced assembly in GAC and if not found on your
application bin directory and if not found probing is used. still if
after all that stages assembly wont find CLR raise exception. if request
CLR not got strong name, CLR just check bin directory and probing.

from the log that you send it looks like that the right version of
Altova.Authentic.Placeholders.DLL couldn't be found in GAC rather in bin
directory.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Configuration Error in machine.config matif@hotmail.com Microsoft Dot NET Framework 0 24th Feb 2006 08:49 PM
Error parsing C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config Parser returned error 0x80070003. Rubal Jain Microsoft Dot NET 2 15th Oct 2004 06:23 AM
RE: winnt\microsoft.net\framework\v1.1.4322\vbc.exe - error =?Utf-8?B?Sm9obiBR?= Microsoft Dot NET Framework 0 23rd May 2004 03:21 AM
Access denied on 'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\.... Bob Microsoft ASP .NET 1 9th May 2004 06:38 AM
What are the .cch files in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG? Edward Yang Microsoft Dot NET Framework 2 17th Mar 2004 02:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:37 AM.