otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
132 stars 62 forks source link

build errors #47

Closed avandenberghe closed 12 years ago

avandenberghe commented 12 years ago

hi,

This is a promising project as i'm trying to get a git http server inhouse.

I've downloaded the solution in vs2010, made a debug build, and got many errors.

I guess this is because i don't have the ASP.NET MVC 3 framework installed ?

Error 10 The type or namespace name 'ResultExecutingContext' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.profiling.cs 38 51 WebGitNet.SharedLib Error 11 The type or namespace name 'ResultExecutedContext' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.profiling.cs 44 50 WebGitNet.SharedLib Error 1 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.cs 11 22 WebGitNet.SharedLib Error 3 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\RouteCollectionHelpers.cs 14 22 WebGitNet.SharedLib Error 4 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\PluginContentController.cs 14 22 WebGitNet.SharedLib Error 5 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.profiling.cs 14 22 WebGitNet.SharedLib Error 2 The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.cs 13 58 WebGitNet.SharedLib Error 6 The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\PluginContentController.cs 16 44 WebGitNet.SharedLib Error 7 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\PluginContentController.cs 18 16 WebGitNet.SharedLib Error 8 The type or namespace name 'ActionExecutingContext' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.profiling.cs 22 51 WebGitNet.SharedLib Error 9 The type or namespace name 'ActionExecutedContext' could not be found (are you missing a using directive or an assembly reference?) Z:\gitrepo\New folder\WebGitNet.SharedLib\SharedControllerBase.profiling.cs 28 50 WebGitNet.SharedLib Error 12 Metadata file 'Z:\gitrepo\New folder\WebGitNet.SharedLib\bin\Debug\WebGitNet.SharedLib.dll' could not be found WebGitNet.RepoImpact

otac0n commented 12 years ago

Yes, it appears that you are missing MVC.

If you just want to try it out, I have a deploy-ready .zip file in the Downloads.