Hi Valentina, In Form.aspx, there should be a directive like <%@ Page Language="VB" Src="Form.aspx.vb" Inherits="MyNamespace.MyClassName.Form" %>
Please pay attention to the difference between "Codebehind=" and "Src="; the first one is a hint for Visual Studio only, the second leads to a real JIT compilation of Form.aspx.vb. -Jochen -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Donnerstag, 10. November 2005 20:37 An: Mono mainling-list Betreff: [Mono-list] To compile with mono mbas Hi, Sorry for the "stupid question" but I'm new in mono/mbas..... I have "Form.aspx" and "Form.aspx.vb" files with the imports System.Windows.Forms, System.Data and MySql.Data.MySqlClient What I have to do to compile? Thank's to all, Valentina. _______________________________________________ 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
