Newer versions of Mono come with ASP.NET MVC 3 bundled. I'm not sure how
well MVC3 runs on Mono 2.10. You'll have to copy the System.Web.Mvc.dll
file to your application directory manually, and make sure  the reference
is correct.

On Sat, Oct 27, 2012 at 5:42 AM, alessandro binhara <
[email protected]> wrote:

> hello ...
>
> i try build a mvc aplication on linux...
> i had instales mono 2.10.8.3
>
> i got this error from xbuild
> BaseController.cs(3, 18): error CS0234: The type or namespace name `Mvc'
> does not exist in the namespace `System.Web'. Are you missing an assembly
> reference?
> CustomControllerFactory.cs(4, 18): error CS0234: The type or namespace
> name `Mvc' does not exist in the namespace `System.Web'. Are you missing an
> assembly reference?
> CustomModelBinder.cs(3, 18): error CS0234: The type or namespace name
> `Mvc' does not exist in the namespace `System.Web'. Are you missing an
> assembly reference?
> BaseCrudController.cs(4, 18): error CS0234: The type or namespace name
> `Mvc' does not exist in the namespace `System.Web'. Are you missing an
> assembly reference?
> BaseCrudController.cs(17, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(25, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(33, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(42, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(59, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(70, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(89, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> BaseCrudController.cs(98, 16): error CS0246: The type or namespace name
> `ActionResult' could not be found. Are you missing a using directive or an
> assembly reference?
> CustomControllerFactory.cs(18, 28): error CS0246: The type or namespace
> name `IController' could not be found. Are you missing a using directive or
> an assembly reference?
> CustomModelBinder.cs(16, 47): error CS0246: The type or namespace name
> `ControllerContext' could not be found. Are you missing a using directive
> or an assembly reference?
> CustomModelBinder.cs(16, 84): error CS0246: The type or namespace name
> `ModelBindingContext' could not be found. Are you missing a using directive
> or an assembly reference?
> Project werp/Erp.Base.Web/Erp.Base.Web.csproj failed.
> Project werp/werp.sln failed.
>
>
>
> I look for mvc dll ... to mvc3 and i find only mvc2.dll
>
> I need upgrade to mono 3.0 ???
>
> thanks
>
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to