Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1.  
  2. Server Error in '/ConfigMgrWebService' Application.
  3.  
  4. Could not load file or assembly 'Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
  5. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  6.  
  7. Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
  8.  
  9. Source Error:
  10.  
  11.  
  12. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
  13.  
  14. Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
  15.  
  16.  
  17.  
  18. === Pre-bind state information ===
  19. LOG: DisplayName = Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  20. (Fully-specified)
  21. LOG: Appbase = file:///C:/inetpub/ConfigMgr WebService/
  22. LOG: Initial PrivatePath = C:\inetpub\ConfigMgr WebService\bin
  23. Calling assembly : ConfigMgrWebService, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null.
  24. ===
  25. LOG: This bind starts in default load context.
  26. LOG: Using application configuration file: C:\inetpub\ConfigMgr WebService\web.config
  27. LOG: Using host configuration file: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config
  28. LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
  29. LOG: Post-policy reference: Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  30. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/configmgrwebservice/ab8e49f8/5790e68/Microsoft.ConfigurationManagement.ManagementProvider.DLL.
  31. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/configmgrwebservice/ab8e49f8/5790e68/Microsoft.ConfigurationManagement.ManagementProvider/Microsoft.ConfigurationManagement.ManagementProvider.DLL.
  32. LOG: Attempting download of new URL file:///C:/inetpub/ConfigMgr WebService/bin/Microsoft.ConfigurationManagement.ManagementProvider.DLL.
  33. LOG: Attempting download of new URL file:///C:/inetpub/ConfigMgr WebService/bin/Microsoft.ConfigurationManagement.ManagementProvider/Microsoft.ConfigurationManagement.ManagementProvider.DLL.
  34. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/configmgrwebservice/ab8e49f8/5790e68/Microsoft.ConfigurationManagement.ManagementProvider.EXE.
  35. LOG: Attempting download of new URL file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/Temporary ASP.NET Files/configmgrwebservice/ab8e49f8/5790e68/Microsoft.ConfigurationManagement.ManagementProvider/Microsoft.ConfigurationManagement.ManagementProvider.EXE.
  36. LOG: Attempting download of new URL file:///C:/inetpub/ConfigMgr WebService/bin/Microsoft.ConfigurationManagement.ManagementProvider.EXE.
  37. LOG: Attempting download of new URL file:///C:/inetpub/ConfigMgr WebService/bin/Microsoft.ConfigurationManagement.ManagementProvider/Microsoft.ConfigurationManagement.ManagementProvider.EXE.
  38.  
  39.  
  40.  
  41. Stack Trace:
  42.  
  43.  
  44.  
  45. [FileNotFoundException: Could not load file or assembly 'Microsoft.ConfigurationManagement.ManagementProvider, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
  46. System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType) +0
  47. System.Reflection.RuntimeMethodInfo.get_ReturnType() +61
  48. System.Reflection.RuntimeMethodInfo.ToString() +44
  49. System.Web.Services.WebMethodReflector.GetMethods(Type type) +265
  50. System.Web.Services.Description.ServiceDescriptionReflector.Reflect(Type type, String url) +77
  51. System.Web.Services.Protocols.DocumentationServerType..ctor(Type type, String uri, Boolean excludeSchemeHostPortFromCachingKey) +289
  52. System.Web.Services.Protocols.DocumentationServerProtocol.Initialize() +540
  53. System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing) +158
  54.  
  55. [InvalidOperationException: Unable to handle request.]
  56. System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing) +429
  57. System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +217
  58.  
  59. [InvalidOperationException: Failed to handle request.]
  60. System.Web.Services.Protocols.WebServiceHandlerFactory.CoreGetHandler(Type type, HttpContext context, HttpRequest request, HttpResponse response) +1018
  61. System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath) +259
  62. System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +81
  63. System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +377
  64. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +134
  65.  
  66.  
  67.  
  68.  
  69. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2053.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement