Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing brackets for SELECT from Table / View #9

Open
pklejnowski opened this issue Jun 20, 2018 · 9 comments
Open

Missing brackets for SELECT from Table / View #9

pklejnowski opened this issue Jun 20, 2018 · 9 comments

Comments

@pklejnowski
Copy link

I noticed that there is missing brackets when you're trying to select some table or view. So it might be problematic when you have tables like: dbo.User

I don't know how to create PR so here is how to fix:
File: ManagmentStudioController.cs
Line: 74: builder.AppendFormat("\tSELECT TOP {0} {1}\r\n\tFROM [{2}].[{3}] {4}", selectTopX, selectColumns, view.Schema, view.Name, noLockHint);
Line 105: builder.AppendFormat("\tSELECT TOP {0} {1}\r\n\tFROM [{2}].[{3}] {4}", selectTopXTable, selectColumns, tbl.Schema, tbl.Name, noLockHint);

Or can anyone tell me how to compile it to the install file? I'd like it to use it...

@pklejnowski
Copy link
Author

Ok I did it!
#10
Hopefully it will be pushed to master quickly :)

Does anyone know how to compile it to setup file?

@pstraszak
Copy link
Collaborator

On what Visual studio do you want to compile?

I'm compiling it in 2017 and for that I had to install add-in: https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.MicrosoftVisualStudio2017InstallerProjects.

@pklejnowski
Copy link
Author

pklejnowski commented Jun 21, 2018

And how should I create installer? Since now I just copying C:\GIT\sql-hunting-dog2\HuntingDog2014\bin\Debug\HuntingDog.dll to
C:\Program Files (x86)\Hunting Dog\SSMS2014 after rebuild. But I can't share this dll, it doesn't work on my friend's computer.

@pstraszak
Copy link
Collaborator

pstraszak commented Jun 22, 2018 via email

@pklejnowski
Copy link
Author

Still this folder is empty.

@pstraszak
Copy link
Collaborator

pstraszak commented Jun 25, 2018 via email

@pklejnowski
Copy link
Author

Can you give me screenshot?

@pstraszak
Copy link
Collaborator

Sure
configuration manager

@pklejnowski
Copy link
Author

pklejnowski commented Jun 26, 2018

Yes but still nothing. In Output I have result Rebuild All: 2 succeeded, 2 failed, 1 skipped:

2>------ Rebuild All started: Project: HuntingDog2012, Configuration: Debug Any CPU ------
3>------ Rebuild All started: Project: HuntingDog2014, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2725,5): warning MSB3283: Cannot find wrapper assembly for type library "EnvDTE90". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit.
4>------ Skipped Rebuild All: Project: WinForms, Configuration: Debug x86 ------
4>Project not selected to build for this solution configuration 
2>C:\GIT\sql-hunting-dog2\HuntingDog\DogConfig\ConfigPersistor.cs(55,33,55,35): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(89,30,89,32): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(105,30,105,32): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Engine\Connect.cs(108,24,108,32): warning CS0169: The field 'Connect._caption' is never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(89,30,89,32): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(105,30,105,32): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\DogConfig\ConfigPersistor.cs(55,33,55,35): warning CS0168: The variable 'ex' is declared but never used
2>C:\GIT\sql-hunting-dog2\HuntingDog\Engine\Connect.cs(108,24,108,32): warning CS0169: The field 'Connect._caption' is never used
2>  HuntingDog2012 -> C:\GIT\sql-hunting-dog2\HuntingDog2012\bin\Debug\HuntingDog.dll
3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "Microsoft.SqlServer.Management.SDK.SqlStudio" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3277: Found conflicts between different versions of "ConnectionDlg" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
3>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(89,30,89,32): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(105,30,105,32): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\DogConfig\ConfigPersistor.cs(55,33,55,35): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\Engine\Connect.cs(108,24,108,32): warning CS0169: The field 'Connect._caption' is never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(89,30,89,32): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\Core\UpdateDetector.cs(105,30,105,32): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\DogConfig\ConfigPersistor.cs(55,33,55,35): warning CS0168: The variable 'ex' is declared but never used
3>C:\GIT\sql-hunting-dog2\HuntingDog\Engine\Connect.cs(108,24,108,32): warning CS0169: The field 'Connect._caption' is never used
3>  HuntingDog2014 -> C:\GIT\sql-hunting-dog2\HuntingDog2014\bin\Debug\HuntingDog.dll
------ Starting pre-build validation for project 'HuntingDogInstall' ------ 
------ Starting pre-build validation for project 'HuntingDogInstall' ------ 
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.Sfc.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.Sfc.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.SqlStudio.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.SqlStudio.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Controls.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Controls.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SDK.SQLSTUDIO' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SDK.SQLSTUDIO' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'CONNECTIONDLG' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'CONNECTIONDLG' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.INSTAPI' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.INSTAPI' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.DIAGNOSTICS.STRACE' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.DIAGNOSTICS.STRACE' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.DMF' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.DMF' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SERVICEBROKERENUM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SERVICEBROKERENUM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SMOMETADATAPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SMOMETADATAPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SQLPARSER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SQLPARSER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Smo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.SqlEnum.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.SqlEnum.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.ConnectionInfo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLCLRPROVIDER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.ConnectionInfo.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.USERSETTINGS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.USERSETTINGS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SSTRING' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SSTRING' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.REGISTEREDSERVERS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.REGISTEREDSERVERS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.DATAWAREHOUSE.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.DATAWAREHOUSE.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Controls.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Controls.dll'
WARNING: Unable to find dependency 'MICROSOFT.REPORTVIEWER.WINFORMS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlWorkbench.Interfaces.dll'
WARNING: Unable to find dependency 'MICROSOFT.REPORTVIEWER.WINFORMS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'SqlWorkbench.Interfaces.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SSTRING' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SSTRING' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.DATAWAREHOUSE.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.DATAWAREHOUSE.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.REGISTEREDSERVERS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.REGISTEREDSERVERS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.HELPVIEWER' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.EXCEPTIONMESSAGEBOX' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.USERSETTINGS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.USERSETTINGS' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'ConnectionDlg.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SDK.SQLSTUDIO' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.SDK.SQLSTUDIO' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'CONNECTIONDLG' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'CONNECTIONDLG' (Signature='89845DCD8080CC91' Version='12.0.0.0') of assembly 'SqlPackageBase.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.SqlStudio.dll'
WARNING: Unable to find dependency 'MICROSOFT.SQLSERVER.SQLTDIAGM' (Signature='89845DCD8080CC91' Version='11.0.0.0') of assembly 'Microsoft.SqlServer.Management.Sdk.SqlStudio.dll'
ERROR: An error occurred while validating.  HRESULT = '80131577'
ERROR: An error occurred while validating.  HRESULT = '80131577'
------ Pre-build validation for project 'HuntingDogInstall' completed ------
------ Pre-build validation for project 'HuntingDogInstall' completed ------
5>------ Rebuild All started: Project: HuntingDogInstall, Configuration: Debug ------
5>------ Rebuild All started: Project: HuntingDogInstall, Configuration: Debug ------
========== Rebuild All: 2 succeeded, 2 failed, 1 skipped ==========

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants