ASP.NET 2.0 Runtime Error!!! Very Important
-
Hello Friends, Following is the runtime error that I have come across. D:\Web up\Default2.aspx: ASP.NET runtime error: 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. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config line 59) I am not able to run any of my applications due to this above mentioned runtime error. Can anyone of you help me to resolve this problem? Waiting for a reply.... Gaurav... :(
-
Hello Friends, Following is the runtime error that I have come across. D:\Web up\Default2.aspx: ASP.NET runtime error: 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. (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config line 59) I am not able to run any of my applications due to this above mentioned runtime error. Can anyone of you help me to resolve this problem? Waiting for a reply.... Gaurav... :(
Hi, Check the version of System.EnterpriseServices assembly in the global cache. You need to add the respective version to the GAC. If your version of the file is missing then copy it from "windows\Microsoft.NET\Framework\v2.0\System.EnterpriseServices.dll" to the "windows\assembly\" folder. Hope this helps,
Happy Programming, Vimal Raj MCAD.Net techisolutions.blogspot.com