Dan (the original poster) mentioned in a comment above that running Visual Stuio as admin solved this for him.
Related Posts:
- How to add a default Default.aspx to a ASP.NET Web Application Project?
- Where can I read the Console output in Visual Studio 2015
- Go To Definition: “Cannot navigate to the symbol under the caret.”
- Virustotal Trapmine suspicious.low.ml.score
- Error : Could not load file or assembly or one of it’s dependencies
- Unity OnTriggerEnter2D not registering
- ASP.NET 5 MVC: unable to connect to web server ‘IIS Express’
- Configuration System Failed to Initialize
- Visual Studio /**/ comment shortcut?
- “Error while trying to run project: Unable to start program”. Can run program only once. Then VS needs restart
- Can’t use System.Windows.Forms
- How do I create a Shared Code project (.shproj)
- How do I remedy “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?
- How can I fix Visual Studio 2015 exception Microsoft.vshup.server.httphostx64.exe has stopped working when run project
- Visual studio 2019 freezes when debugging
- C# – How to convert string to char?
- What is the purpose of the vshost.exe file?
- “A project with an Output type of Class Library cannot be started directly”
- “A project with an Output type of Class Library cannot be started directly”
- How to get relative path of a file in visual studio?
- How to make a simple popup box in Visual C#?
- Receiving access denied error from Visual Studio when trying to change target framework
- Visual Studio keeps crashing
- How can we generate getters and setters in Visual Studio?
- C# Debug – cannot start debugging because the debug target is missing
- The name ‘ViewBag’ does not exist in the current context – Visual Studio 2015
- Why am I getting ‘Assembly ‘*.dll’ must be strong signed in order to be marked as a prerequisite.’?
- Create html documentation for C# code
- The provider did not return a ProviderManifestToken string Entity Framework
- Unity 5.2.2 changing Visual Studio back to MonoDevelop
- Unity Scripts edited in Visual studio don’t provide autocomplete
- What is IP address ‘::1’?
- What is the yield keyword used for in C#?
- Join/Where with LINQ and Lambda
- Awesomium sdk download
- C# compiler error: “not all code paths return a value”
- C# equivalent of C++ map
- The page was not displayed because the request entity is too large on IIS
- Export Pervasive to MySQL (C#)
- Why use the params keyword?
- What does plus equals(+=) operator means here?
- The request was aborted: Could not create SSL/TLS secure channel
- The request was aborted: Could not create SSL/TLS secure channel
- finding the maximum length of lists in c#
- The located assembly’s manifest definition does not match the assembly reference
- OnTriggerEnter not working at Unity3D
- The requested resource does not support HTTP method ‘GET’
- Rename a file in C#
- What does mscorlib stand for?
- What is the best way to iterate over a dictionary?
- Unity3d no Monobehaviour scripts in the file, or their names don’t match the file name
- What is and how to fix System.TypeInitializationException error?
- Adding values to a C# array
- Can’t Add View from Controller in VS 2015 : “There was an error running the selected code generator”
- What does {0} mean when found in a string in C#?
- How to use html.ValidationMessageFor
- EF 5 Enable-Migrations : No context type was found in the assembly
- How to make an HTTP POST web request
- How to easily initialize a list of Tuples?
- How do I target @Model within a src of an image tag?
- How to round up in c#
- Converting from IEnumerable to List
- Escape double quotes in a string
- How to do constructor chaining in C#
- What represents a double in sql server?
- How do you get the index of the current iteration of a foreach loop?
- Expression denotes a `type’, where a `variable’, `value’ or `method group’ was expected UNITY3D
- How do I restart my C# WinForm Application?
- WSACancelBlockingCall exception
- Padding is invalid and cannot be removed?
- Why is it that “No HTTP resource was found that matches the request URI” here?
- Best way to reverse a string
- C# Foreach statement does not contain public definition for GetEnumerator
- How do I exit a foreach loop in C#?
- Fastest way to remove first char in a String
- How to convert datetime format to date format in crystal report using C#?
- Most efficient way to remove special characters from string
- When do we use ANTLR
- Visual Studio 2015 Intellisense not working
- How would you count occurrences of a string (actually a char) within a string?
- Convert from List into IEnumerable format
- How do I exit from a function?
- Rotate object in Unity 3D
- C# equivalent to Java’s charAt()?
- How to play a sound in C#, .NET
- Convert SQL to LINQ Query
- Is there any way to program Java on Visual Studio 2015
- How to resolve file being used by another process?
- How to crop an image using C#?
- How to install Visual Studio Build Tools 2010 on Visual Studio 2015 Community?
- How do you wait for input on the same Console.WriteLine() line?
- Why doesn’t C# have header files? Will the namespace take care of everything?
- How to avoid a System.Runtime.InteropServices.COMException?
- Define: What is a HashSet?
- Convert string to decimal, keeping fractions
- Format of the initialization string does not conform to specification starting at index 0
- How can I generate random alphanumeric strings?
- How do you do a deep copy of an object in .NET?
- Cannot declare instance members in a static class in C#
- How to convert HTML to PDF using iTextSharp