зеркало из https://github.com/mono/mail-archives.git
114 строки
3.6 KiB
HTML
114 строки
3.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> AW: [Mono-list] asp.net with vb.net
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:jwezel%40compumaster.de">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="025907.html">
|
|
<LINK REL="Next" HREF="025889.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>AW: [Mono-list] asp.net with vb.net
|
|
</H1>
|
|
<B>Jochen Wezel (CompuMaster GmbH)
|
|
</B>
|
|
<A HREF="mailto:jwezel%40compumaster.de"
|
|
TITLE="AW: [Mono-list] asp.net with vb.net">jwezel@compumaster.de
|
|
</A><BR>
|
|
<I>Mon, 21 Feb 2005 14:33:55 +0100</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="025907.html">AW: [Mono-list] asp.net with vb.net
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025889.html">[Mono-list] borland asssemblies
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25888">[ date ]</a>
|
|
<a href="thread.html#25888">[ thread ]</a>
|
|
<a href="subject.html#25888">[ subject ]</a>
|
|
<a href="author.html#25888">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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: <A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A> =
|
|
[mailto:<A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>] 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
|
|
|
|
--
|
|
__________________________
|
|
<A HREF="http://www.ebackend.com/blog">http://www.ebackend.com/blog</A>
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="025907.html">AW: [Mono-list] asp.net with vb.net
|
|
</A></li>
|
|
<LI> Next message: <A HREF="025889.html">[Mono-list] borland asssemblies
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#25888">[ date ]</a>
|
|
<a href="thread.html#25888">[ thread ]</a>
|
|
<a href="subject.html#25888">[ subject ]</a>
|
|
<a href="author.html#25888">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|