I have VS 2010 express, but i can't find the VS cmd via Start -> MS VS 2010 Express. Where is it ?
For regular Visual Studio (not Express) the cmd tool is located into MS Visual Studio 2010->Visual Studio tools subfolder. Do you have such a subfolder?
Default installation is: "Start->All Programs ->Microsoft Visual Studio 2010 Express" folder
For Example C# in Windows XP is located in => C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\vcsexpress.exe
Related
I have installed Visual Studio Community Edition on Windows 10 with IIS Express 10.0
When I created a new web project using provided template of Asp.NET Core 1.1, project did not launch in any browser , In event viewer I get following error.
Application 'MACHINE/WEBROOT/APPHOST/TESTAPPLICATION' with physical root 'D:\Projects\Aspnet Core1.0\TestApplication\TestApplication\' failed to start process with commandline '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\Extensions\Microsoft\Web Tools\ProjectSystem\VSIISExeLauncher.exe" -debug -p "C:\Program Files\dotnet\bin\dotnet.exe" -a "exec \"D:\Projects\Aspnet Core1.0\TestApplication\TestApplication\bin\Release\netcoreapp1.1\TestApplication.dll\"" -pidFile "C:\Users\DELL\AppData\Local\Temp\tmp8A1D.tmp" -wd "D:\Projects\Aspnet Core1.0\TestApplication\TestApplication"', ErrorCode = '0x80004005 : 0.
Note in my other machine with Windows 8.1 there is no issue with same configurations and projects run successfully there in Visual Studio 2017.
The main issue was My machine already had Visual Studio 2015 Community Edition with updates side by side of Visual Studio 2017.
I removed it and then I tried to remove all individual program beginning with word Core (SDK and runtime etc).
Then I remove .NET Core Command-Line Interface (CLI) Tools after that Visual Studio 2017 worked like a charm.
I have a Visual Studio 2013 extension that has a reference to Microsoft.VisualStudio.TeamFoundation.VersionControl.dll, from which the following type can be obtained:
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlEx
Today I uninstalled all previous installations of Visual Studio and then installed Visual Studio 2017 Enterprise with the options ".NET desktop development" and "Visual Studio extension development".
I opened the project with Visual Studio 2017 and had to replace some of the references (EnvDTE, envdte80, Microsoft.VisualStudio.Shell.15, etc) and also installed the nuget package Microsoft.TeamFoundation.VersionControl.All.
Unfortunately the namespace Microsoft.VisualStudio.TeamFoundation and therefore VersionControlEx are not recognized.
I have searched the file on my machine with FileLocator Lite and it does not exist.
Any idea how has this changed in Visual Studio 2017?
I basically to access the PendingChanges window.
Thanks in advance.
By doing a search, I was able to find the file in there:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer
I also found copies associated with other versions of Visual Studio. Given the path of the file, it appears to be included along with Team Explorer.
I suspect the reason you were not able to find the file on your machine is that you had uninstalled your prior versions of Visual Studio and Visual Studio 2017 did not release with Team Explorer.
If you update your version of Visual Studio or you run the standalone installer, I expect that you will be able to find the file.
Hi I was wondering if the icons used in Visual Studio 2010/2012's Intellisense menu, to distinguish between Methods and Fields etc, were available for download somewhere?
They would be useful as placeholders for my current application I am developing.
The images are publicly available in the Visual Studio 2008 SDK under the following path:
VisualStudioIntegration\Common\Source\CSharp\LanguageService\Resources\completionset.bmp
I do not know what license the images are distributed under, as I have only used them as part of extensions for Visual Studio itself.
Edit: The images were distributed with the SDKs for Visual Studio 2005 and 2008, but are no longer included in the SDKs for Visual Studio 2010 or 2012.
Avalon Edit is open source and there may be images from that you can use:
https://github.com/icsharpcode/SharpDevelop/wiki/AvalonEdit
The images are the property of Microsoft and as such should not be used, I'm sure a quick google will point you in the direction of suitable images for use.
Visual Studio 2012 (and later)
For VS 2012 and later, you can download the icons from Microsoft's Visual Studio Image Library.
Visual Studio 2010 (and earlier)
According to their docs, earlier versions were bundled with Visual Studio, so you can be find them locally if you have VS installed:
Visual Studio 2005
...\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary\VS2005ImageLibrary.zip
Visual Studio 2008
...\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\1033\VS2008ImageLibrary.zip
Visual Studio 2010
...\Microsoft Visual Studio 10.0\Common7\VS2010ImageLibrary\1033\VS2010ImageLibrary.zip
I need to use the TextTransform tool in a standalone mode. But it doesn't want to run on machines that don't have Visual Studio installed. Has someone figured out how to do this?
If you are using this solely on a build machine, then as of Visual Studio 2010, you are licensed to copy the dlls for text templating from the GAC of a Visual Studio installed machine to the build server.
We accidentally omitted the filenames from the buildserver.txt file in Visual Studio 2010 RTM, but we've corrected that for Visual Studio 2010 SP1.
T4 isn't licensed for use on machines other than build servers that do not have Visual Studio installed.
I just recently installed VS 2008 Professional on my computer and I already have C++ and C# express on my computer. But for some strange reason I can not find the executable for VS professional 2008. when I go into program files and look under visual studios 2008. All i see is a bunch of tools but no vs 2008 exe
The expression and professional SKUs do not conflict and can be installed together. For the non-express SKU's (i.e. professional) the executable program is named devenv.exe. It will be located under
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
Or an a 64 bit machine
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
Strange...
have you check the directory C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe?