press F5 to debug i get the following error. This is most annoying because
the only way to eleviate the error is reboot. Even iisreset does not work.
Please help.
Server Error in '/myapp' 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: 'my_DAL'.
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:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
198
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'my_DAL' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = my_DAL
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/myappLOG: 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: my_DAL
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/newtheodellsorg/218982ac/b733b907/my_DAL.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/newtheodellsorg/218982ac/b733b907/my_DAL/my_DAL.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/NewTheOdellsOrg/bin/Odell_DAL.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: my_DAL, Version=1.0.1602.18175, Culture=neutral,
PublicKeyToken=null
-----------------------
--
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573There is a nifty tool called ntfilemon which can be used to troubleshoot
File Access Permissions if one is a tech-savvy debugger. NTFileMon is a free
File Monitoring tool provided by Systernals or SysInternals. Check Google
for it
Secondly, I would check if you have the Indexing service enabled try going
to
Start -> Administration Tools -> Computer Management -> Services and
Applications -> Indexing Service -> System -> Directories
C:\WINNT\Microsoft.NET\Framework
Try Adding that directory by right clicking and going new -> Directory
Select "No" to Including index
http://support.microsoft.com/defaul...kb;en-us;329065
Hope this helps
savv
"TJO" <no@.spam.net> wrote in message
news:uSUwOq3PEHA.2704@.TK2MSFTNGP10.phx.gbl...
>I am building an asp.net application on my machine and every so often when
>i
> press F5 to debug i get the following error. This is most annoying
> because
> the only way to eleviate the error is reboot. Even iisreset does not
> work.
> Please help.
>
> Server Error in '/myapp' 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: 'my_DAL'.
> 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:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config
> Line:
> 198
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'my_DAL' could not be loaded.
> === Pre-bind state information ===
> LOG: DisplayName = my_DAL
> (Partial)
> LOG: Appbase = file:///c:/inetpub/wwwroot/myappLOG: 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: my_DAL
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/newtheodellsorg/218982ac/b733b907/my_DAL.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/newtheodellsorg/218982ac/b733b907/my_DAL/my_DAL.DLL.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/NewTheOdellsOrg/bin/Odell_DAL.DLL.
> LOG: Policy not being applied to reference at this time (private, custom,
> partial, or location-based assembly bind).
> LOG: Post-policy reference: my_DAL, Version=1.0.1602.18175,
> Culture=neutral,
> PublicKeyToken=null
>
> -----------------------
> --
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET
> Version:1.1.4322.573
0 comments:
Post a Comment