Windows error 0x80090024, -2146893788

Detailed Error Information

NTE_TEMPORARY_PROFILE[1]

MessageThe profile for the user is a temporary profile.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code36 (0x0024)

Questions

13votes
4answers

C# 2013 Default certificate could not be created. Publish aborting

When I try to run a .exe that I built in Visual Studio 2013 with C# it will run just fine on the machine I compiled it in. When I try to run the program on different machines I get exception errors. So I tried to publish the program and [...] read more
c#
visual-studio

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0