F#, ArcGIS Runtime and error “Cannot create unknown type '{http://schemas.esri.com/arcgis/runtime/2013}MapView'”
Fix an ArcGIS Runtime MapView XAML namespace error when recreating a C# WPF application in F# using FsXaml and FSharp.ViewModule.
Browse by term
Fix an ArcGIS Runtime MapView XAML namespace error when recreating a C# WPF application in F# using FsXaml and FSharp.ViewModule.
Fix a compilation error in the F# Empty Windows App WPF template by trusting the project's XAML Type Provider through the Visual Studio options.
A collection of free IDEs, editors, compilers, SDKs, and learning resources for getting started with F# development on Windows.
How to fix SharpDevelop's 'F# compiler is not installed' error by creating a Windows junction from the expected F# compiler path to the actual F# SDK installation.
An updated checklist of software, developer tools, Visual Studio extensions, version-control clients, utilities, productivity applications, and useful web services for setting up a Windows developer machine.
How to execute an Entity Framework generated database script against the correct attachable MDF user database instead of accidentally creating the schema in SQL Server's master database.
Shows where Entity Framework 5 Code First creates its automatic LocalDB database in Visual Studio 2012 and how to access it through SQL Server Object Explorer.
How to fix the C# error 'lambda expression is not assignable to parameter type string' when using Entity Framework and LINQ by adding the missing System.Linq using directive.
Fixes a Visual Studio project startup error where the endpoint is not reachable by removing the Prefer32bit setting from the project file.
Why build machines need the actual SDKs installed, not just referenced targets, for MSBuild to reliably build Silverlight and web-application projects.
A note on machine- and edition-specific Code Analysis paths added to Visual Studio project files and the problems they cause for portable projects, mixed-edition teams, and continuous integration builds.
Explains why Silverlight and Web Application projects require Microsoft.WebApplication.targets at Visual Studio's expected MSBuild location, and how to work around this dependency on a toolset-free continuous integration server.
Troubleshooting a Jenkins MSBuild failure caused by using the .NET 3.5 MSBuild version with the ImportGroup element, which requires MSBuild 4.0, despite targeting .NET Framework 3.5.
How to run StyleCop on a minimal Continuous Integration server without installing it by storing the required assemblies and MSBuild target in the project's DevTree.
How to downgrade a NuGet package when Update-Package refuses to install an older version by uninstalling the current package and explicitly installing the required previous version.
Troubleshooting the .NET error 'Failure has occurred while loading a type' in a COM+ assembly, tracing it to stale registry permissions and resolving it by removing the problematic CLSID keys and running Visual Studio with administrative privileges.
How to use InternalsVisibleTo with strong-named .NET assemblies, including signing the test assembly and specifying the full public key instead of the public key token.
How PostSharp defaults to the Professional Edition trial and how to configure a Community Edition license to prevent evaluation metadata from being embedded in compiled assemblies.
How to correct wrong company, copyright, and vendor information in Visual Studio AssemblyInfo files by fixing the Windows RegisteredOrganization registry value.
NuGet als Paketverwaltung für ArcObjects-Bibliotheken: Drittbibliotheken versionieren, über eigene Paketquellen verteilen und Referenzen in Visual-Studio-Projekten zentral und reproduzierbar aktualisieren.
How to integrate NuGet package restore into an MSBuild target, keeping dependencies out of source control while ensuring Visual Studio and CI builds restore the required package versions.
A quick reference to Visual Studio macros and predefined variables available for use in project build events.
How to make ReSharper understand .NET Code Contracts such as Contract.Requires by extending its external annotations and eliminating false nullability warnings.
How to set up xUnit with Visual Studio and ReSharper, including local xUnit references, the xUnit Contrib ReSharper plugin, external annotations, and Live Templates.
How to suppress automatic ArcGIS Add-In registration during Visual Studio builds under limited permissions by placing a Dont_EsriRegAddin.txt file beside the project file.
How to get the Keymaps for ReSharper plugin working with ReSharper 5.1 by moving its DLL to the correct version-specific plugin directory.
How to suppress FxCop and Code Analysis warnings such as CA1811 and CA1812 in ArcGIS Desktop 10 Add-In code generated by ArcGISAddInHostGenerator.
How to run esriRegasm outside an ArcGIS installation and on build/CI servers without ArcGIS, including the required permissions and MSBuild target changes.
How to make the CopySourceAsHtml Visual Studio add-in work with Visual Studio 2010 by copying its files and updating the AddIn configuration from version 9.0 to 10.0.
How Word and OneNote differ when pasting formatted text, and how to use Visual Studio's CopySourceAsHtml add-in with HTML instead of RTF to preserve source-code formatting in OneNote.
Notes on getting NDepend's Visual Studio integration installed on Windows 7/64 with restricted user permissions, working around repeated file-blocking errors.
How to add a Windows Explorer context-menu option for creating blank Visual Studio solutions using a template in the ShellNew folder and corresponding registry settings.
A personal keyboard shortcut reference for Visual Studio, ReSharper, Windows, Outlook, Word, Chrome, and SRWare Iron, covering editing, refactoring, debugging, navigation, window management, and productivity.
A personal checklist of must-have and optional developer tools, IDEs, Visual Studio add-ins, editors, utilities, and Quick Launch shortcuts for a Windows development workstation.
How to use a project-specific FxCop custom dictionary with Visual Studio Code Analysis by linking the dictionary into each project and configuring CodeAnalysisDictionary in the csproj file.
Empfohlene globale TortoiseSVN Ignore-Patterns für .NET, Visual Studio und ReSharper sowie sinnvolle Zeitstempel-Einstellungen und Hinweise zur Sicherung der Subversion-Konfiguration.
How to use a renamed FxCop custom dictionary with Visual Studio Code Analysis, MSBuild targets, FxCopCmd, and the standalone FxCop GUI.
Anleitung zum Remote Debugging mit Visual Studio: Remote Debugging Monitor einrichten, Prozesse verbinden, PDB-Dateien und Firewall konfigurieren sowie typische Verbindungs- und Breakpoint-Probleme beheben.
Notes on MSBuild Exec task failures with MSB6003 when quoting the WorkingDirectory attribute
How to stop a running build on TFS
A workaround for Visual Studio Find in Files missing matches in XML files
How to configure StyleCop SA1600 documentation warnings to ignore missing documentation
How to make a custom FxCop dictionary available to Visual Studio.
How to integrate Microsoft FxCop into Visual Studio builds using post-build events
How to fix grayed-out ReSharper menus and a missing Visual Studio add-in by reinstalling MSXML 6.0 after it was removed with SQL Server 2005.
How to deal with SAP .NET Connector installation issues
Build only a subset of a large Visual Studio solution by using solution folders instead of juggling the configuration manager.
How to resolve Visual Studio's duplicate Resources parameter error when using custom cultures
How to adjust the Visual Studio Code Analysis warning limit
How to maintain Visual Studio 2005 and 2008 project compatibility
An overview of resource and localization tools for Visual Studio
How to fix MSB3073 errors in Visual Studio post-build events by quoting macros such as $(TargetPath) when file or folder paths contain spaces.
How an orphaned assembly in the GAC can cause the misleading MSB3217 'Cannot register assembly' build error and why removing stale dependencies solves it.
Wie sich .NET-Assemblies aus dem Global Assembly Cache (GAC) in Visual Studio referenzieren lassen, wenn sie nicht im Add-Reference-Dialog aufgeführt werden.
Wie man die Installation eigener BizTalk-Functoids im GAC und Mapper-Extensions-Verzeichnis per Post-Build-Event automatisiert
Per Registry-Eintrag unter AssemblyFolders eigene Assemblies im .NET-Reiter des Add-Referenz-Dialogs von Visual Studio sichtbar machen.
Wie man eigene BizTalk-Functoids entwickelt, deren Installation im GAC und Mapper-Extensions-Verzeichnis, sowie die Automatisierung per Post-Build-Event.