locked
System.Runtime.InteropServices.SEHException was unhandled Message=External component has thrown an exception. RRS feed

  • Question

  • pls help with this.. i couldn't run my web service. 

    the details of the error is given below:

    System.Runtime.InteropServices.SEHException was unhandled
      Message=External component has thrown an exception.
      Source=mscorlib
      ErrorCode=-2147467259
      StackTrace:
           at System.IO.UnmanagedMemoryStream.ReadByte()
           at System.IO.BinaryReader.ReadByte()
           at System.IO.BinaryReader.Read7BitEncodedInt()
           at System.Resources.ResourceReader.LoadString(Int32 pos)
           at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean ignoreCase, Boolean isString)
           at System.Resources.RuntimeResourceSet.GetString(String key, Boolean ignoreCase)
           at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)
           at System.Web.SR.GetString(String name)
           at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
           at System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
           at System.Web.Hosting.ApplicationManager.CreateObjectInternal(String appId, Type type, IApplicationHost appHost, Boolean failIfExists, HostingEnvironmentParameters hostingParameters)
           at System.Web.Hosting.ApplicationManager.CreateObject(String appId, Type type, String virtualPath, String physicalPath, Boolean failIfExists, Boolean throwOnError)
           at System.Web.Hosting.ApplicationManager.CreateObject(String appId, Type type, String virtualPath, String physicalPath, Boolean failIfExists)
           at Microsoft.VisualStudio.WebHost.Server.GetHost()
           at Microsoft.VisualStudio.WebHost.Server.OnSocketAccept(Object acceptedSocket)
           at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
           at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
           at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
           at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
      InnerException: 

    • Moved by Amanda Zhu Thursday, July 24, 2014 6:47 AM
    Wednesday, July 23, 2014 8:15 AM

Answers

  • Hello,

    Welcome to MSDN forum.

    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System and Visual Studio Editor.

    Because your issue is that you are getting errors when running web service, I suggest that you can consult your issue on ASP.NET forum: http://forums.asp.net/  for better solution and support.

    Best regards,


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Proposed as answer by Just Karl Thursday, July 24, 2014 6:05 PM
    • Marked as answer by Just Karl Saturday, August 2, 2014 1:10 PM
    Thursday, July 24, 2014 6:46 AM