I see this item was posted 2 years ago or more. Hopefully a reply can be still given.
I am having the same problem with this stupid System.EnterpriseServices.dll just like the other person did. And just like him I too did nothing to bring this albatross into my application other than maybe install a service pak or other upgrade.
I attempted to resolve my problem as you instructed above but when i tried the file was rejected from being copied listing the error below:
"System.EnterpriseServices.dll - cannot find the specified file"
I had it in my bin file and the application was operating fine until I tried to open the ASP.NET Configuration utility. When the System.EnterpriseServices.dll was in the bin file and I tried to use the Config Utility I get the error below:
"Server Error in '/asp.netwebadminfiles' 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: Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 50: <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
Line 51: <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 52: <add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 53: <add assembly="System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 54: <add assembly="*"/> |
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config Line: 52
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.
What to do?
Philip