Windows error 0x800703F0, -2147023888

Detailed Error Information

NO_TOKEN[1]

MessageAn attempt was made to reference a token that does not exist.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1008 (0x03f0)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000003f0.

Questions

3votes
0answers

addpackageasync attempted to reference a token that does not exist (Error Code 0x800703F0)

I'm currently trying to build a company hub for WindowsPhone 8.1. So I made the AET and registered as a Company in the Dev Center. Now I have a problem by calling the InstallationManager.AddPackageAsync() method. It gives me the Error in the title: addpackageasync an attemp was made to reference [...] read more
windows-phone-8.1
0votes
1answer

Could not load file or assembly 'EntityFramework' when starting a process with UseShellExecute = False

When I start a console app from an asp.net application and set UseShellExecute = False, I get the error: > Unhandled Exception: System.IO.FileLoadException: Could not load file or > assembly 'EntityFramework, Version=6.0.0.0, Culture=neutral, > PublicKeyToken=b77a5c561934e089' or one of its dependencies. An attempt was > made to reference a token that [...] read more
asp.net
vb.net
entity-framework
0votes
2answers

The "SetOffice2007AddInRegistration" task failed unexpectedly

I have created a new C# project using a Word 2013 and 2016 VSTO Add-in template in Visual Studio 2015. I have not done any changes to the auto-generated project code in order to see how it will be built on my TFS 2015 Build Server. The build produced the [...] read more
c#
msbuild
visual-studio-2015
vsto
office-2016
0votes
0answers

C# version of FSCTL_LOCK_VOLUME in DeviceIoControl not working

I have the following code which for some reason keeps throwing up this error: An attempt was made to reference a token that does not exist. (Exception from HRESULT: 0x800703F0) private bool LockVolume(SafeFileHandle handle) { int byteReturned; const uint FSCTL_LOCK_VOLUME = 0x00090018; if (DeviceIoControl(handle, FSCTL_LOCK_VOLUME, null, 0, null, 0, out [...] read more
c#
locking
pinvoke

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