Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Parser Error Message: Access is denied: 'DCI'. (main application DLL)

Parser Error Message: Access is denied: 'DCI'. (main application DLL)

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadmindebugginghelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    K Safvi
    wrote on last edited by
    #1

    Hi, i am getting the following congifuration error on the server where my application is deployed. 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: 'DCI'. 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\Config\machine.config Line: 258 Assembly Load Trace: The following information can be helpful to determine why the assembly 'DCI' could not be loaded. === Pre-bind state information === LOG: DisplayName = DCI (Partial) LOG: Appbase = file:///C:/Inetpub/wwwroot/DCITest 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: DCI LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI/DCI.DLL. LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/DCITest/bin/DCI.DLL. can anybody has solution? Thanks S.K. Ali

    S K 2 Replies Last reply
    0
    • K K Safvi

      Hi, i am getting the following congifuration error on the server where my application is deployed. 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: 'DCI'. 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\Config\machine.config Line: 258 Assembly Load Trace: The following information can be helpful to determine why the assembly 'DCI' could not be loaded. === Pre-bind state information === LOG: DisplayName = DCI (Partial) LOG: Appbase = file:///C:/Inetpub/wwwroot/DCITest 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: DCI LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI/DCI.DLL. LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/DCITest/bin/DCI.DLL. can anybody has solution? Thanks S.K. Ali

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      The prop system is ATN's way of ensuring that user information is homogenous across the different systems in the DCI namespace. At the heart of this system is a database containing default information on users: their userid, uid, gid, gecos field, home directory, and default shell. Using the propclient tool in conjunction with a local configuration file, this system will update your local password files with the information housed in the database. To use the system, create a /etc/prop.cfg file on your local machine. An example file can be found at /afs/isis.unc.edu/@sys/etc/prop.cfg. Copy this file to your /etc directory and customize it to your system (instructions on how to do that are contained in the file itself). Then run the propclient as root and it will automatically update the password files on your local system. To invoke the propclient, use the command: # /afs/isis/common/prop/propclient

      SSK. Anyone who says sunshine brings happiness has never danced in the rain.

      R 1 Reply Last reply
      0
      • K K Safvi

        Hi, i am getting the following congifuration error on the server where my application is deployed. 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: 'DCI'. 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\Config\machine.config Line: 258 Assembly Load Trace: The following information can be helpful to determine why the assembly 'DCI' could not be loaded. === Pre-bind state information === LOG: DisplayName = DCI (Partial) LOG: Appbase = file:///C:/Inetpub/wwwroot/DCITest 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: DCI LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/dcitest/52c950c1/90bd92dd/DCI/DCI.DLL. LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/DCITest/bin/DCI.DLL. can anybody has solution? Thanks S.K. Ali

        K Offline
        K Offline
        K Safvi
        wrote on last edited by
        #3

        Hi, I have solved the issue. It was the issue of permissions to the bin folder of the application.The acount under which i was accessing the application was denied access to the dll(s) in the bin folder. Regards S.K. Ali

        1 Reply Last reply
        0
        • S Sathesh Sakthivel

          The prop system is ATN's way of ensuring that user information is homogenous across the different systems in the DCI namespace. At the heart of this system is a database containing default information on users: their userid, uid, gid, gecos field, home directory, and default shell. Using the propclient tool in conjunction with a local configuration file, this system will update your local password files with the information housed in the database. To use the system, create a /etc/prop.cfg file on your local machine. An example file can be found at /afs/isis.unc.edu/@sys/etc/prop.cfg. Copy this file to your /etc directory and customize it to your system (instructions on how to do that are contained in the file itself). Then run the propclient as root and it will automatically update the password files on your local system. To invoke the propclient, use the command: # /afs/isis/common/prop/propclient

          SSK. Anyone who says sunshine brings happiness has never danced in the rain.

          R Offline
          R Offline
          Rajesh R Subramanian
          wrote on last edited by
          #4

          Vri SSK wrote:

          The prop system is ATN's way of ensuring that user information is homogenous across the different systems in the DCI namespace. At the heart of this system is a database containing default information on users: their userid, uid, gid, gecos field, home directory, and default shell. Using the propclient tool in conjunction with a local configuration file, this system will update your local password files with the information housed in the database. To use the system, create a /etc/prop.cfg file on your local machine. An example file can be found at /afs/isis.unc.edu/@sys/etc/prop.cfg. Copy this file to your /etc directory and customize it to your system (instructions on how to do that are contained in the file itself). Then run the propclient as root and it will automatically update the password files on your local system.

          Somebody has copied your work here[^], without giving a mention. Or may be it is the other way round... :~ X|

          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups