On my dev machine with vs2017 installed I have
but on the CI server with only the MSBuildTools installed. No Visual Studio I have tried downloading the blend SDK but I can only find v4.0
https://www.microsoft.com/de-at/download/details.aspx?id=10801
Can I get v4.5 without installed visual studio?
You can choose to download this from the internet in the Visual Studio 2015 installer.
Related
I just reset my computer, installed Visual Studio 2017, and pulled up a C# WPF project that used to work before I reset my machine (in 2017 RC) and works right now on other machines. This project references a dll called Eagle.Core. I fired it up in Debug and I got a System.IO.FileNotFoundException when calling an extension method (ObservableCollection.ObservableWhere([lamda])) in Eagle.Core:
System.IO.FileNotFoundException occurred
HResult=0x80070002
Message=Could not load file or assembly 'System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' or one of its dependencies. The system cannot find the file specified.
Source=Eagle.Core
StackTrace:
at Eagle.Core.Utilities.PclWeakEventManager3.AddHandler(TEventSource source, TEventHandler handler, Func2 converter, Action1 add, Action1 remove)
at Eagle.Core.Collections.ObservableQueriedCollection2..ctor(ICollection1 source, IEnumerable1 initItems, LambdaExpression expression)
at Eagle.Core.Collections.ObservableFilteredCollection1..ctor(ICollection1 source, Expression1 filterExpression)
at ObservableCollectionExtensions.ObservableWhere[T](ICollection1 source, Expression1 filterExpression)
at TestWpf2017.MainWindow..ctor() in C:\Builds\Personal\Projects\TestWpf2017\TestWpf2017\MainWindow.xaml.cs:line 34
Just to be sure, I created a new WPF project and referenced Eagle.Core and called the same method, and sure enough, the problem arose again.
Any suggestions?
More info
I assume it is something with my Visual Studio installation. I had some troubles first installing it, and I had installed the core of Visual Studio (No workloads selected) and then modified it to add the other things I needed.
After this problem arose, I repaired Visual Studio. I hope I do not have to do an uninstall and reinstall. I doubt even that will help. :(
Here is what is installed (found in Help > About Microsoft Visual Studio):
Microsoft Visual Studio Enterprise 2017 Version 15.0.26228.4 D15RTWSVC
Microsoft .NET Framework Version 4.6.01586
Installed Version: Enterprise
Visual Basic 2017 00369-60000-00001-AA352 Microsoft Visual Basic
2017
Visual C# 2017 00369-60000-00001-AA352 Microsoft Visual C# 2017
Visual C++ 2017 00369-60000-00001-AA352 Microsoft Visual C++ 2017
Visual F# 4.1 00369-60000-00001-AA352 Microsoft Visual F# 4.1
Application Insights Tools for Visual Studio Package 8.6.00209.10
Application Insights Tools for Visual Studio
ASP.NET and Web Tools 2017 15.0.30223.0 ASP.NET and Web Tools 2017
ASP.NET Web Frameworks and Tools 2017 5.2.50127.0 For additional
information, visit https://www.asp.net/
Azure App Service Tools v3.0.0 15.0.30209.0 Azure App Service Tools
v3.0.0
Common Azure Tools 1.9 Provides common services for use by Azure
Mobile Services and Microsoft Azure Tools.
JavaScript Language Service 2.0 JavaScript Language Service
JavaScript Project System 2.0 JavaScript Project System
JavaScript UWP Project System 2.0 JavaScript UWP Project System
KofePackagePackage Extension 1.0 KofePackagePackage Visual Studio
Extension Detailed Info
Merq 1.1.13-alpha (2f64b6d) Command Bus, Event Stream and Async
Manager for Visual Studio extensions.
Microsoft MI-Based Debugger 1.0 Provides support for connecting
Visual Studio to MI compatible debuggers
Microsoft Visual Studio VC Package 1.0 Microsoft Visual Studio VC
Package
Mono Debugging for Visual Studio Mono.Debugging.VisualStudio Support
for debugging Mono processes with Visual Studio.
NuGet Package Manager 4.0.0 NuGet Package Manager in Visual Studio.
For more information about NuGet, visit http://docs.nuget.org/.
SQL Server Data Tools 15.1.61702.140 Microsoft SQL Server Data Tools
StylerPackage Extension 1.0 StylerPackage Visual Stuido Extension
Detailed Info
TFS Auto Shelve 6.0 Create a shelveset for the latest version of all
pending changes, automatically. Pending changes from the local TFS
workspaces will be shelved to the TFS Server every "x" number of
minutes when solutions are opened.
TypeScript 2.1.5.0 TypeScript tools for Visual Studio
Visual Studio Tools for Universal Windows Apps 15.0.26228.00 The
Visual Studio Tools for Universal Windows apps allow you to build a
single universal app experience that can reach every device running
Windows 10: phone, tablet, PC, and more. It includes the Microsoft
Windows 10 Software Development Kit.
Xamarin 4.3.0.784 (73f58d6) Visual Studio extension to enable
development for Xamarin.iOS and Xamarin.Android.
Xamarin.Android SDK 7.1.0.41 (9578cdc) Xamarin.Android Reference
Assemblies and MSBuild support.
Xamarin.iOS and Xamarin.Mac SDK 10.4.0.123 (35d1ccd) Xamarin.iOS and
Xamarin.Mac Reference Assemblies and MSBuild support.
As NineBerry stated as a comment under my question, install the correct version of this nuget package in the project nuget.org/packages/System.Reactive.Linq
In my build server I am getting the following error. I am building using the Build Tools msbuild that is in the folder "C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\MSBuild.exe"
Framework version is 4.6.1
I am using Bamboo for our CI.
Project is a Visual Studio 2015 project
AL.exe is a part of the Windows SDK.
For Windows Server 2012 try to reinstall the Windows SDK from here.
I installed XNA 4.0 and used this method:
How to install XNA game studio on Visual Studio 2012?
to access XNA in vs2012.(I installed VC# 2010 express first.)
Everything went fine, I could even open XNA game project and ran.
But the new project menu did not show the Windows Game and Xbox360 Game option.
Why are they missing?
XNA is officially only supported on Visual Studio 2010.
XNA Game Studio 4.0 Refresh leverages the Microsoft Visual Studio 2010 development environment, extending it for game development. XNA Game Studio 4.0 Refresh works with any of the following Microsoft Visual Studio 2010 products.
Microsoft Visual Studio 2010 Express for Windows Phone
Microsoft Visual C# 2010 Express Edition
Microsoft Visual Studio 2010 Professional Edition
http://msdn.microsoft.com/en-us/library/bb203916.aspx
There are some tricks to "tweak" the XNA templates to work in Visual Studio 2012 and 2013.
(For Windows 8 users) Install Games for Windows Live client. You just need to install it, no further input is required.
Install Visual Studio 2013 or 2012
Install Windows Phone SDK 7.1
This will install VS 2010 Express for Windows Phone and, with it, XNA
If by some reason the XNA installation fails, reinstall
Alternatively, you can install any Visual Studio 2010 and XNA standalone
Copy XNA from VS2010 to VS2013
Copy the folder named XNA Game Studio 4.0 from “C:\Program Files (x86)\Microsoft Visual Studio 10.0\common7\ide\extensions\Microsoft” to
For VS2013 C:\Program Files (x86)\Microsoft Visual Studio 12.0\common7\ide\extensions\Microsoft
For VS2012 C:\Program Files (x86)\Microsoft Visual Studio 11.0\common7\ide\extensions\Microsoft
Open the extension.vsixmanifest file with your favourite text editor (with Administrator privileges), inside the copied XNA Game Studio 4.0 folder
Change the supported Visual Studio version
Change this: <VisualStudio Version=”10.0″> to
For VS2013: <VisualStudio Version=”12.0″>
For VS2012: <VisualStudio Version=”11.0″>
Tell VS to rebuild the Extensions cache
Run this command (Win+R):
For VS2013 “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe” /setup
For VS2012 “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe” /setup
If you get an error doing this, run it in a Command Prompt with Administrator privileges
This isn’t always necessary, specially if you have just installed Visual Studio
http://dementedvice.wordpress.com/2013/10/21/let-me-explain-install-xna-on-visual-studio-2013-and-2012/
I reinstalled and it's fixed.
I think it's the installation path that causes this problem. VS2010 and VS2012 should be installed on the same disk. I have VS2012 installed on D:\Program Files (x86)\Microsoft Visual Studio 11.0 and VS2010 reinstalled on D:\Program Files (x86)\Microsoft Visual Studio 10.0 not the default C:\Program Files (x86)\Microsoft Visual Studio 10.0. Then install and copy XNA with the same old trick.
Don't know why is that but it works like a charm.
MonoGame is fine but it still needs support from XNA Content pipeline.
How to install DevExtreme Application in Visual studio templates to get the installed template list as below.
You should download most recent installation from DevExpress DevExtreme official site and install it.
Note, that it willn't work with Visual Studio Express editions.
It should work with just installing this file to Visual Studio http://visualstudiogallery.msdn.microsoft.com/eb35fb7b-9071-41d1-9cfa-0fd5c6c46cb8
We are using Visual Studio 2008 and .Net 3.5. we can build our C# projects in build machine by using MSBuild from SDK because we don't have visual studio installed on the build machine.
Now we are trying to build the Setup project with similar settings. It looks like the MSBuild doesn't like .vDProj. any idea how can we do that?
thanks,
EDIT:
the build machine only has SDK installed, no Visual Studio installed, no other thirdparty build tool installed.
Install Visual Studio on the Build machine.