473,416 Members | 1,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

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

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
Nov 18 '05 #1
1 5667
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!
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Dean | last post by:
This is a problem in ASP.NET, when I run an application from Visual Studio (2003) when I do a "start without debugging". The asp page uses objects that I have built in 3 other projects,...
0
by: VB Programmer | last post by:
I added a rich text editor to my webpage. When I run the form I get this error. Any ideas? Server Error in '/HtmlTest' Application....
0
by: VB Programmer | last post by:
I've been using a Rich Textbox control on my webform. It works great. Doing work on another page then all of a sudden when I run the web app I get this error. Any ideas? Server Error in...
3
by: VB Programmer | last post by:
I am using the free rich text editor control from ExportTechnologies. Every once in a while I get this error (for no apparent reason). Sometimes it happens even when I'm working on a totally...
6
by: chokk | last post by:
All, I am getting the following error when I try to run a form page. Can someone tell me what this is about and show me how to fix it. Thnaks. Server Error in '/' Application...
1
by: Ryan Ternier | last post by:
While working on .NET I've had this error pop up on every Solution. Usually I'll just re-build the project and it works, but now it has started doing this to components we've purchased. I can't...
4
by: alex444 | last post by:
Any help on this error much appreciated. Application works on dev but not on 3d party host server (with useless support). ========================== Server Error in '/' Application....
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
4
by: aSoundMind | last post by:
Hi there, I recieve this error Server Error in '/integrate' Application. -------------------------------------------------------------------------------- Configuration Error Description: An...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.