[Mono-bugs] [Bug 73238][Maj] Changed - Request.QueryString problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Mar 2005 04:15:09 -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 jwezel@compumaster.de.

http://bugzilla.ximian.com/show_bug.cgi?id=73238

--- shadow/73238	2005-03-03 04:10:51.000000000 -0500
+++ shadow/73238.tmp.15575	2005-03-03 04:15:09.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Basic
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ronc@palsnet.info               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -85,6 +85,18 @@
 Have not tested on other platforms but problem happens consistantly.
 
 ------- Additional Comments From jwezel@compumaster.de  2005-03-03 04:10 -------
 Created an attachment (id=14516)
 compile with: mbas compilationmissing.vb /r:System.Web /target:library
 
+
+------- Additional Comments From jwezel@compumaster.de  2005-03-03 04:15 -------
+The example above works fine if you use Request.QueryString instead 
+of Request.QueryString.Item.
+
+But if you use Request.QueryString.Item, the MBAS compiler says it 
+would compile an assembly successfully, but this assembly hasn't been 
+created and cannot be found in the file system.
+
+For further testing/analysis, please find attached the file 
+compilationmissing.vb which contains the created VB code (in shorted 
+form) of the ASPX page.