[Mono-bugs] [Bug 70818][Maj] New - Error when trying to run an ASP.NET page using VB.NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 26 Dec 2004 18:22:32 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by addict@addictnetwork.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70818
--- shadow/70818 2004-12-26 18:22:32.000000000 -0500
+++ shadow/70818.tmp.19227 2004-12-26 18:22:32.000000000 -0500
@@ -0,0 +1,74 @@
+Bug#: 70818
+Product: Mono: Tools
+Version: 1.0
+OS:
+OS Details: Windows XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: XSP
+AssignedTo: gonzalo@ximian.com
+ReportedBy: addict@addictnetwork.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Error when trying to run an ASP.NET page using VB.NET
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+The following error occurs when trying to show a VB.NET ASP.NET project
+compiled (with VS.NET with OPTION EXPLICIT ON and OPTION STRICT ON in
+RELEASE mode) under .NET v1.1:
+
+Server Error in '/' Application
+
+---------------------------------------------------------------------------
+-----
+
+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. (0,0) : error BC2001: Source
+file '\DOCUME~1\Kranzorg\LOCALS~1\Temp\Kranzorg-temp-aspnet\fe687937
+\74104.dll' could not be found!!!
+\Inetpub\wwwroot\MonoTest\bin\MonoTest.dll(1,2) : error BC29999: Line: 1
+Col: 2 (0,0) : error : 1 Token: 471 (0,0) :
+error .MonoBASIC.yyParser.yyException: irrecoverable syntax error (0,0) :
+error failed: 2 Error(s), 0 warnings
+
+File name: C:\Inetpub\wwwroot\MonoTest\Global.asax
+
+Source File:
+
+Line 1: No assembly returned after compilation!?
+
+
+
+
+
+---------------------------------------------------------------------------
+-----
+
+
+
+
+
+Steps to reproduce the problem:
+1. Open Visual Studio.NET 2003
+2. New VB.NET ASP.NET project
+3. Compile in RELEASE and host on XSP
+
+Actual Results:
+Compilation error
+
+Expected Results:
+
+
+How often does this happen?
+Always
+
+Additional Information: