Windows error 0x80131902, -2146232062

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[1][2]
DescriptionThe source of the error code is .NET CLR.[1][2]
Error Code6402 (0x1902)

Questions

4votes
1answer

Reference XML mappings for Unity

The following code worked in version 3.5.1404, but is no longer working in version 5.0.1. Have the latest references via NuGet: in web.config I have: using Microsoft.Practices.Unity.Configuration; using Unity; namespace ACME.Core { public static class UnityCommon { static IUnityContainer _container; /// <summary> /// Returns the Common Unity Container from memory, [...] read more
c#
.net
unity-container
4votes
1answer

Debug|Trace.WriteLine from C# plugin in Visual Studio - display via ConsoleTraceListener

I've modified a C# plugin that's part of Python Tools for Visual Studio 2.0, and want to see the output from Debug.WriteLine and Trace.WriteLine statements in the code. Note that the plugin is used in Visual Studio 2013 itself, modifying debugging of python processes.... I'm hoping I can add a [...] read more
c#
.net
visual-studio
listeners
devenv
3votes
5answers

UnauthorizedAccessException: Access to the path is denied

As a part of service installer using Wix 3.XX, we have been trying to encrypt the connection string. After visiting couple of option on Stackoverflow and some other communities, we have opted to do it in three parts. 1. Installer that installs the service in the first part 2. At [...] read more
c#
.net
wix
windows-installer
installation
3votes
0answers

HRESULT = 0x80131902 when using Ischeduler.connect

I'm trying to connect to a windows HPC using C++ with code I lifted from https://msdn.microsoft.com/en-us/library/cc853425(v=vs.85).aspx on a test project all worked well, but when i tried to copy paste to my main project i started getting 0x80131902 from the pScheduler->Connect line. I tried to match all the project settings, [...] read more
c++
windows
hpc
hresult
2votes
3answers

ASP.NET 2.0 files work in one folder, but NOT in another

I have created an ASP.NET application for a client and all the files are in a folder on their D drive. Now it is time to go production, so I copied all my files and folders to their existing classic ASP folder on the same drive. When I browse to [...] read more
asp.net
iis-6
permissions
frameworks
asp.net-2.0
1vote
1answer

Getting 0x80131902 when calling COM+ component

Update: Even if I remove the Application Root Directory it gives the same error - the only way I can get it to run is in a library process, not a server process. Original question: I created a COM+ component in .Net. It needs to use a configuration file, so [...] read more
c#
.net
com+
0votes
2answers

SSMS 18.4 installation will not run

I am having trouble installing SSMS on a fresh installation of Windows 10 - on a new Dell XPS 15. I am installing the latest version (18.4) from here: https://docs.microsoft.com/en-gb/sql/ssms/download-sql-server-management-studio-ssms When I run SSMS-Setup-ENU.exe I get the User Access Control dialogue, I say Yes and nothing happens. * I cannot [...] read more
ssms
0votes
1answer

C# ConfigurationErrorsException and XmlException on Dns.GetHostName VS2017

While debugging my C# WinForm app, out of the nowhere this exception started coming out on code that previously worked okay. In fact, the Class in which that piece of code is doesn't even get initialized at startup. I have no clue what's going on. If I uncomment that code, [...] read more
c#
exception
0votes
3answers

Cannot update WCF service reference for .NET 3.5 web site

I have a .Net 3.5 website and wcf service. Both use IIS 7 and I'm working in Visual Studio 2010. I'm trying to update the service reference but I'm getting the following error: Failed to update Service Reference 'MyServiceReference.Reference'. Error: The configuration for the service reference could not be updated [...] read more
.net
wcf
web-services
iis
.net-3.5
0votes
1answer

Error: aspnet_wp.exe (PID: 332) stopped unexpectedly.,

I am getting 3errors . this is the event log Type: Error Event: 1089 User: N/A Computer: HOME-590392F5B5 1) aspnet_wp.exe (PID: 332) stopped unexpectedly. 2) Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80131902 3) Failed to [...] read more
asp.net
iis

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0