Windows error 0x800707D3, -2147022893

Detailed Error Information

METAFILE_NOT_SUPPORTED[1]

MessageThe requested metafile operation is not supported.
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 Code2003 (0x07d3)

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

Questions

14votes
6answers

Error when installing SSDT (SQL Server Data Tools)

I have a problem during the installation of SQL Server Data Tools for Visual Studio 2017 I get the following error (translated): The requested meta file operation is not supported (0x800707D3) Screenshot: See here Log file available here: https://www.dropbox.com/s/e34kry9ycj76j7n/SSDT-Setup-ENU_20171219090643.log?dl=0 Here's the relevant section from the linked log file: [13C4:3020][2017-12-19T10:07:22]i000: MainViewModel.OnPackageActionProgress: [...] read more
sql
visual-studio-2017
ssms
sql-server-data-tools
sql-server-2017
1vote
2answers

Failed Install of SSDT for Visual Studio 2017

I am trying to install SSDT for VS 2017 (15.5.1), and I get this error: > "The requested metafile operation is not support (0x800707D3)". The Microsoft page states that this was fixed in the current release but apparently that isn't true. From Microsoft's change log: Fix an issue where setup [...] read more
visual-studio-2017
sql-server-data-tools
1vote
0answers

How do I get the rdlc report designer to work in Visual Studio 2017?

The designer is not working for reports in my project. I am using visual studio enterprise 2017. Most sites say that the solution is to install it by using this link "https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001" but that just takes me to a 404 error page. Is there an updated installer for this? I [...] read more
reporting-services
visual-studio-2017
sql-server-data-tools
designer
vsix

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