I launch VS 2010, and simply open any ordinary (or blank) .sql file and it shows up incorrectly drawn inside the IDE. It draws the document tab, but nothing else. If I type on the keyboard, VS locks up. This only appears to be a problem with files that have the extension ".sql" and has no bearing on the actual content. I also noticed that in the Solution Explorer, those .sql files show the icon that is the same one associated with .js files.
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- Visual Studio 2010 randomly says the command line
相关文章
- How to show location of errors, references to memb
- Log4Net Multiple Projects
- How to track MongoDB requests from a console appli
- Compiling error in C++ project with C and C++ code
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- VSIX: execute code on VS startup
- Copy different file to output directory for releas
microsoft.visualstudio.editor.implementation clr20r3 I got mine working with the following steps
Problem solved. I was able to resolve the problem by running the
DACProjectSystemSetup_enu.msi
installer found on the VS2010-SP1 ISO under the root directory. You might also need to re-installDACFramework_enu.msi
andTSqlLanguageService_enu.msi
.I believe the problem was created as a result of installing SQL Server 2008 R2 after installing VS2010.
I was able to fix the issue by:
Downloading the SP1 DVD ISO from here.
Executing
DACProjectSystemSetup_enu.msi
from the root of the ISO.These 2 simple steps resolved it.
Copy and Install below MSIs from VS 2010 Setup folder: