AW: [Mono-list] asp.net with vb.net

Jochen Wezel (CompuMaster GmbH) jwezel@compumaster.de
Mon, 21 Feb 2005 14:33:55 +0100


Have you also installed the latest visual basic version (might not be =
part of the standard distribution of mono 1.0.6, currently)?

-----Urspr=FCngliche Nachricht-----
Von: mono-list-admin@lists.ximian.com =
[mailto:mono-list-admin@lists.ximian.com] Im Auftrag von Harsh Busa
Gesendet: Montag, 21. Februar 2005 11:10
An: mono
Betreff: [Mono-list] asp.net with vb.net

hello all=20

i have downloaded and installed mono 1.0.6 on novell linux desktop using =
bitrock installer.

trying to run following code
<code>

       <%@ Page Language=3D"VB" %>
       <html>
       <head>
       <script runat=3D"server" >
        Sub Page_Load(s As Object, e As EventArgs)
               lblMessage.Text =3D "Hello World"
        End Sub
       </script>
       </head>
       <body>
       <form runat=3D"server">
             <asp:Label id=3D"lblMessage" runat=3D"server" />
       </form>
       </body>
       </html>

</code>
~
and it is throwing following error
<ERROR >
Compilation Error
Description: Error compiling a resource required to service this =
request. Review your source file and modify it to fix this error.

Error message: (0,0) : error : THIS IS STILL ALPHA AND UNSUPPORTED =
SOFTWARE, USE AT YOUR OWN RISK. /tmp/51317.vb(61,0) : error BC30284:
`ASP.monovb_aspx.AutoHandlers' no suitable properties found to override =
(0,0) : error failed: 1 Error(s), 0 warnings

File name: /home/hbusa/bin/monovb.aspx

</ERROR >

The .VB file generated in the temp  is attached , Line 61 where error is =
reported is blank .

TIA
 Harsh

--
__________________________
http://www.ebackend.com/blog