Windows error 0x8004000C, -2147221492

Detailed Error Information

OLE_E_PROMPTSAVECANCELLED[1]

MessageUser canceled out of save dialog
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code12 (0x000c)

Questions

43votes
2answers

EF5 Migration Update-Database -Script Error

I've been using Visual Studio 2012 RC with trial license with no problems. I purchased Visual Studio 2012 Professional yesterday, installed the latest version, and installed Update 1. I have a solution/project I've been working on for many years. It has many migrations in it. I ran my first add-migration [...] read more
entity-framework
entity-framework-5
entity-framework-migrations
3votes
2answers

Creating new CUDA project with parallel nsight 2.2

I just update my Nsight from 2.1 to 2.2 and after that i've always got this when new CUDA 4.x project creates: User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED)) I've got this in VS 10 with CUDA 4.2 Configuration - win7 x64 + GTX 560 + [...] read more
visual-studio-2010
cuda
nvidia
nsight
3votes
0answers

EnvDTE Refresh Document

I have an open document in Visual Studio. While my T4 template is running, it writes to the source file of the open document. When the T4 template finishes doing this, I want it to make Visual Studio reload the document in question from its source. The T4 template is [...] read more
visual-studio-2010
envdte
2votes
1answer

Postgres entity framework 6 code first issue

Ok, here are the exact steps I followed: 1. Installed postgres 9.3 locally, created database 'testdb', added login role with uname/pass test 2. Installed Setup_Npgsql-2.2.3.0-r2-net45.exe from here 3. Created a new class library (PGTest) in vs 2012, installed "npgsql for entity framework" from nuget package manager 4. Modified app.config to [...] read more
npgsql
1vote
1answer

jQuery updating via NuGet error

I have a problem. I have created new ASP.NET MVC application 4. It contains JQuery 1.8. But I wanna update it to 2.0 version. I try to use NuGet extension for updating but it isn't working and writing error message: > User canceled out of save dialog Exception from HRESULT: [...] read more
jquery
visual-studio-2012
nuget
1vote
1answer

How to dial phone from a .NET website? Very old solution works, need to upgrade to server control

Currently, we have a website that relies on a Microsoft TAPI interface to dial a phone from within a .NET web site. It uses VBScript and tags, and it is bound to a master page. What we are looking for is a server control that would encompass all of this [...] read more
c#
.net
vb.net
telephony
tapi
0votes
1answer

EF Core add-migration error

I am doing code-first migration. My command is > Add-migration -Name AddMyVariables There are some error messages displayed as follows. -------------------------------------------------------------------------------- To undo this action, use Remove-Migration. Add-migration : Exception calling "AddFromFile" with "1" argument(s): "User canceled out of save dialog (Exception from HRESULT: 0x8004000C (OLE_E_PROMPTSAVECANCELLED))" At line:1 char:1 + [...] read more
entity-framework

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