VB.NET Not working on Ubuntu 10.04 With Mono
.net, mono, monodevelop, ubuntu-10.04, vb.net
Solution
In fact you should install mono-vbnc. By default, Ubuntu does not install that package.
Problem
When i run program Error Shows... Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Description: HTTP 500. Error processing request. Stack Trace: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. File name: 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at mysite.login.loginAuthentication (System.String loginId, System.String pass) [0x00000] in :0 at mysite.login.Page_Transfer (System.Object sender, System.EventArgs e) [0x00000] in :0 at System.Web.UI.WebControls.Button.OnClick (System.EventArgs e) [0x00000] in :0 at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x00000] in :0 at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000] in :0 at System.Web.UI.Page.RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000] in :0 at System.Web.UI.Page.RaisePostBackEvents () [0x00000] in :0 at System.Web.UI.Page.ProcessRaiseEvents () [0x00000] in :0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in :0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in :0 Version information: Mono Runtime Version: 2.10.2 (tarball Mon Apr 9 10:20:24 PKT 2012); ASP.NET Version: 2.0.50727.1433