PRB: "Can not Access File 'AssemblyName' Because It Is Being Used by Another Process" Error Message in ASP.NET
This article was previously published under Q324519 SYMPTOMS
You may receive the following error message in ASP.NET:
Parser Error Message: Can not access file 'AssemblyName' because it is being used by another process. NOTE: In this error message, the words "can not" are a misspelling for the word "cannot."Source Error: Line x1: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line x2: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line x3: <add assembly="*"/> Line x4:</assemblies> Line x5: You receive this error message if the following conditions are true:
CAUSE
This problem occurs because signed assemblies in the Bin directory are not supported.
RESOLUTION
To work around this problem, install the assembly to the GAC.
STATUSThis behavior is by design. APPLIES TO
| Article Translations
|
Back to the top
