|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello Gents,
I am trying to deploy my DOTNET application on a new web server. When I run it, it raises the following error: [Unable to load referenced library 'c:\winnt\microsoft.net\framework\v1.1.4322\tempor ary asp.net files\myapplication\58c5f523\fbd65c60\assembly\dl2 \9b1179e3\00d53c54_1118c401\stdole.dll': Access is denied] while all other dll are loaded without running into error. Does anyone know how to fix that ? Thank you for your kindness, David |
|
#2
|
|||
|
|||
|
Fixed
Indeed, it looks like a IIS/VS 2003 Debug engine problem. In such a case,
first try to clear all files in the directory: 'c:\winnt\microsoft.net\framework\v1.1.4322\tempor ary asp.net files'. or Stop and restard IIS or Use VStudio 2003 to unbind the reference to the "Access denied" assembly and rebind it. or Smoke H, eat fat and drink stark until the end of the day, tomorrow beats today... |
|
#3
|
|||
|
|||
|
Re: Compilation error stdole.dll: access denied
Hi,
I have come across this error before and it is related to Microsoft Index Server. If you have index server installed on your server and you do not set it to exclude your .net temporaryfiles from it's scanning then the above error can occour. This is because index server puts a lock on the dll files while it is scanning them and so they cannot be accessed by your program. See the Microsoft Knowlege Base article on this here: http://support.microsoft.com/default.aspx?scid=kb;en-us;329065 I hope this helps Andy |
|
#4
|
|||
|
|||
|
Thank you Andy, the problem was fixed but your explanation will be certainly useful for someone, somewhere.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Compilation error stdole.dll: access denied |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|