D
D
Daniil Demidko2015-10-15 10:35:59
ASP.NET
Daniil Demidko, 2015-10-15 10:35:59

What assembly is System.Web.Mvc in?

f7be3e225d9b4778bd9bbc9aad9f430d.JPG
I know it's a stupid question, but I just tried to write something with ASP.NET for the first time and SharpDevelop doesn't find the System.Web.Mvc namespace - what's the name of the assembly with it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Aram Aramyan, 2015-10-15
@GreenBee

System.Web.Mvc is located in the System.Web.Mvc.dll assembly
It is NOT included in the standard .NET distribution - it must be installed separately from nuget
Why use the SharpDevelop dinosaur when there is:
- Visual Studio 2015 Community Edition
- Visual Studio Express Edition
- WebMatrix at worst

V
V Sh., 2015-10-15
@JuniorNoobie

Write something like "download mvc 4 for visual studio 2010" in google (specify mvc and studio version) and follow the first link. What is your studio?

O
Oleg, 2015-10-15
@0LLEGator

Tools -> something there NuGet. And there in the search, type MVC. Correctly written - this extension is installed specifically FOR THE PROJECT.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question