473,398 Members | 2,812 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,398 software developers and data experts.

Error Message - Access Denied to Assembly

Hi, I keep getting this error intermittently. I can compile many times, and
run fine, and then one compile/run of it, out of nowhere I get this. If I
restart the computer it fixes it, but it seems awfully weird. Any ideas?
Server Error in '/intranet' 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: 'skmMenu'.

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 'skmMenu' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = skmMenu
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/intranet
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: skmMenu
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu/skmMenu.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/intranet/bin/skmMenu.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: skmMenu, Version=1.1.1393.20413,
Culture=neutral, PublicKeyToken=null

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 16 '05 #1
2 5627
Yes there is a reason for this beelive it or not. I has to do with the
Indexing Service running on your machine. the fix involves telling Index
Service not to look in a specific folder on your machine. Here is the
microsft knowledge base article on this.

http://support.microsoft.com/default...b;en-us;329065

"Brent" <b@b.com> wrote in message
news:10*************@corp.supernews.com...
Hi, I keep getting this error intermittently. I can compile many times, and run fine, and then one compile/run of it, out of nowhere I get this. If I
restart the computer it fixes it, but it seems awfully weird. Any ideas?
Server Error in '/intranet' 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: 'skmMenu'.

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 'skmMenu' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = skmMenu
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/intranet
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: skmMenu
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu/skmMenu.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/intranet/bin/skmMenu.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: skmMenu, Version=1.1.1393.20413,
Culture=neutral, PublicKeyToken=null

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

Nov 16 '05 #2
Thank you very much! That fixed it! :)

"Keenan Newton" <kn*****@calamos.com> wrote in message
news:eg**************@TK2MSFTNGP09.phx.gbl...
Yes there is a reason for this beelive it or not. I has to do with the
Indexing Service running on your machine. the fix involves telling Index
Service not to look in a specific folder on your machine. Here is the
microsft knowledge base article on this.

http://support.microsoft.com/default...b;en-us;329065

"Brent" <b@b.com> wrote in message
news:10*************@corp.supernews.com...
Hi, I keep getting this error intermittently. I can compile many times,

and
run fine, and then one compile/run of it, out of nowhere I get this. If I restart the computer it fixes it, but it seems awfully weird. Any ideas?
Server Error in '/intranet' 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: 'skmMenu'.

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 'skmMenu' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = skmMenu
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/intranet
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: skmMenu
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/intranet/d18678c4/f724b747/skmMenu/skmMenu.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/intranet/bin/skmMenu.DLL.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: skmMenu, Version=1.1.1393.20413,
Culture=neutral, PublicKeyToken=null


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

ASP.NET
Version:1.1.4322.573


Nov 16 '05 #3

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

Similar topics

2
by: Brent | last post by:
Hi, I keep getting this error intermittently. I can compile many times, and run fine, and then one compile/run of it, out of nowhere I get this. If I restart the computer it fixes it, but it seems...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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
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...

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.