[Mono-list] xbuild on ubuntu

Daniel Lo Nigro lists at dan.cx
Sun Oct 28 02:57:33 UTC 2012


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 <
binhara at monobrasil.com.br> 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20121028/c7479068/attachment.html>


More information about the Mono-list mailing list