diff options
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Pdb.cs')
-rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Pdb.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Pdb.cs b/src/WixToolset.Data/WindowsInstaller/Pdb.cs index 41700b0d..d3fea0fe 100644 --- a/src/WixToolset.Data/WindowsInstaller/Pdb.cs +++ b/src/WixToolset.Data/WindowsInstaller/Pdb.cs | |||
@@ -107,7 +107,7 @@ namespace WixToolset.Data.WindowsInstaller | |||
107 | 107 | ||
108 | if (!suppressVersionCheck && null != version && !Pdb.CurrentVersion.Equals(version)) | 108 | if (!suppressVersionCheck && null != version && !Pdb.CurrentVersion.Equals(version)) |
109 | { | 109 | { |
110 | throw new WixException(WixDataErrors.VersionMismatch(SourceLineNumber.CreateFromUri(reader.BaseURI), "wixPdb", version.ToString(), Pdb.CurrentVersion.ToString())); | 110 | throw new WixException(ErrorMessages.VersionMismatch(SourceLineNumber.CreateFromUri(reader.BaseURI), "wixPdb", version.ToString(), Pdb.CurrentVersion.ToString())); |
111 | } | 111 | } |
112 | 112 | ||
113 | // loop through the rest of the pdb building up the Output object | 113 | // loop through the rest of the pdb building up the Output object |