Windows error 0x80030002, -2147287038

Detailed Error Information

STG_E_FILENOTFOUND[1]

Message%1 could not be found.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode3 (0x003)
NameFACILITY_STORAGE[2][1]
DescriptionThe source of the error code is OLE Storage.[2][1]
Error Code2 (0x0002)

Questions

30votes
6answers

Error accessing COM components

I built an add-in for Microsoft Office Word. There isn't an issue using the add-in when Word is ran as Administrator, but when it's not ran as an Administrator, there are two common exceptions accessing Ribbon elements. The first Exception: Unable to cast COM object of type 'System.__ComObject' to interface [...] read more
c#
com
ms-word
office-2007
5votes
1answer

`DoVerb(ovInplaceActivate)` crashes with various error messages when a document's data is extracted from TOleContainer

One customer experiences some strange behaviour with our software when working with Office documents via OLE. The code crashes when an instance of some derived TOleContainer class tries to activate the OLE object via DoVerb(ovInPlaceActivate) call. There are various error messages, including: * (0x80030002) %1 could not be found. * [...] read more
excel
delphi
excel-2010
ole
3votes
0answers

Getting "STG_E_FILENOTFOUND" when creating project using project template wizard

I am trying to create a VSIX project for creating multi-project template using Wizard but I am getting exception on this.dte.Solution.AddFromTemplate(Path.Combine(this.templateDirectory, "WebTemplate\\UI.vstemplate"), Path.Combine(this.solutionDirectory, this.projectName), this.projectName, false); Exception is > "could not be found. (Exception from HRESULT: 0x80030002 > (STG_E_FILENOTFOUND))" Stack trace is: > at EnvDTE.SolutionClass.AddFromTemplate(String FileName, String Destination, > String [...] read more
c#
visual-studio
vsix
project-template
2votes
2answers

.Net Framework 3.0 SP2 KB2756918 not installing

Ok, I'm about out of ideas here. Can anyone help me with this .Net Framework Patch? I am trying to install a KB patch (KB2756918) to a Windows Server 2003 R2 x86 box. Edit: Just to clarify specs: Windows Server 2003 R2 32 bit Machines are on an isolated network [...] read more
windows-server-2003
.net
patch
1vote
2answers

How to fix restoring nuget packages error?

After a couple of weeks I revisited my .NET C# project in Visual Studio 2010. I changed just one line in source code and tried to rebuild the project and I get this error: > Error occurred while restoring NuGet packages: could not be found. (Exception > from HRESULT: 0x80030002 [...] read more
c#
visual-studio-2010
nuget
nuget-package
nuget-package-restore
1vote
0answers

new Silverlight JetPack Business Application fails initialize STG_E_FILENOTFOUND

I successfully built a Silverlight RIA services app on my previous laptop. Now I have a new laptop and am unable to start any project using the Silverlight Business Application (JetPack) template. It fails with a dialog: !Microsoft Visual Studio X could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND)) [...] read more
silverlight-4.0
themes
ria
0votes
0answers

C++ : CoCreateInstance for CLSID_FeedsScheduler , get STG_E_FILENOTFOUND in windows10

hr is 0x80030002 returned from CoCreateInstance , which is STG_E_FILENOTFOUND. login as admin MSA account Search on pc, I found the entry in registry: HKEY_CLASSES_ROOT\CLSID{F4D36777-EAED-4cc5-9FE7-827BE5190B20}\InProcServer32\ read more
com
0votes
0answers

CoCreateInstance returns STG_E_FILENOTFOUND (0x80030002)

This line of code worked fine before, but now it returns STG_E_FILENOTFOUND (0x80030002). hr = CoCreateInstance(CLSID_InternetExplorer, NULL, CLSCTX_LOCAL_SERVER, IID_IWebBrowser2, (LPVOID*)&browser); I haven't change any of my codes, I just run it as usual and got this error. I've also looked for the answer elsewhere but none of them solves this [...] read more
c++
internet-explorer
visual-studio-2012
ole
0votes
1answer

Open a Solution from the Package Manager Console

I'm trying to automate the process of opening a solution from source control. I have VS12 open, but no solution or project open. Is it possible to change directories and then open a solution from the Package Manager Console? (This is kind of beside the point, but in case there [...] read more
powershell
nuget
0votes
2answers

Interop.SpeechLib.dll COM Exception

I am using SpeechLib for a very simple text to voice conversion. Works great locally. When I deploy the applcation on to the server, I get the exception: could not be found. (Exception from HRESULT: 0x80030002 (STG_E_FILENOTFOUND)) I have done the following with no luck: * Set the AppPool to [...] read more
.net
asp.net
text-to-speech
sapi

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