Top "Assembly-references" questions

Why is System.Web.Mvc not listed in Add References?

Using C#, Visual Studio 2010. There is a namespace called System.Web.Mvc documented on MSDN. The documentation for all the …

.net visual-studio assembly-references
How do I add assembly references in Visual Studio Code?

So I've come across a similar issue twice now while working on my first project in C#. When trying to …

c# .net-core visual-studio-code project assembly-references
Visual Studio refuses to build project due to missing assembly reference that isn't missing

I'm building a c# windows service and has added a couple of assembly references (to other projects of my own) …

c# .net visual-studio windows-services assembly-references
ASP.NET MVC security patch to version 3.0.0.1 breaks build

After installing the ASP.NET MVC 3 security update KB2990942 it appears the MVC version increased from 3.0.0.0 to 3.0.0.1. This causes Visual …

.net asp.net-mvc versioning assembly-references assembly-binding-redirect
Why my C# does not have System.ServiceProcess Library?

This is the code. I just wanna test the library of System.ServiceProcess library. using System; using System.Collections.Generic; …

c# .net service assembly-references
mvc 4 assembly reference missing for Json.Encode

I am trying to call a Json.Encode(...) method in MVC 4 and I'm getting an error: The name 'Json' does …

json asp.net-mvc-4 assembly-references
How to include reference to assembly in ASP.NET Core project

I have this line string sConnectionString = ConfigurationManager.ConnectionStrings["Hangfire"].ConnectionString; And it requires to include System.Configuration In which place …

c# .net visual-studio-2015 asp.net-core assembly-references
Need Hashtable and Arraylist

I am trying to use someone else's C# classes in my Windows 7 Phone app. The classes use objects of type …

c# visual-studio dll windows-phone-7 assembly-references
Missing assembly reference Microsoft.IdentityModel.Clients.ActiveDirectory

I'm currently developing a Xamarin.Android application in VS2013. I want to implement Azure Active Directory in my app following …

c# xamarin xamarin.android azure-active-directory assembly-references