The Process Template Editor that you can use to export/import work item types of existing team projects as well as modify or create your own process templates, is a separate download and made available as part of the TFS 2015 Power Tools. As the Process Template Editor is a plug-in to Visual Studio, you need […]
Entries from April 10th, 2016
Q: Where to get the Process Template Editor?
April 10th, 2016 · No Comments · FAQ, TFS Process Customization
Solution for Error CS0246: The type or namespace name `App’ could not be found when building Xamarin.iOS
April 4th, 2016 · 2 Comments · Team Foundation Build (TF Build)
When trying to build an Xamarin iOS solution with TFS Build, you get the following errors/warnings: /Library/Frameworks/Mono.framework/Versions/4.2.3/lib/mono/4.5/Microsoft.Common.targets: warning : Project reference ‘../HelloWorldApp/HelloWorldApp.csproj’ could not be resolved. AppDelegate.cs(26,33): error CS0246: The type or namespace name `App’ could not be found. Are you missing an assembly reference? How to fix this: Remove references to the project that […]
Tags:Xamarin