AW: [Mono-list] To compile with mono mbas
Jochen Wezel - CompuMaster GmbH
jwezel at compumaster.de
Fri Nov 11 03:49:19 EST 2005
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: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] Im Auftrag von beniniva at csr.unibo.it
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 - Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list