[Mono-bugs] [Bug 81876][Nor] Changed - ASP.NET pages suffer ArgumentNullException with OutputCache

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 6 11:55:09 EDT 2007


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 rolfkvinge at ya.com.

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

--- shadow/81876	2007-06-30 20:11:50.000000000 -0400
+++ shadow/81876.tmp.15629	2007-07-06 11:55:09.000000000 -0400
@@ -94,6 +94,30 @@
 Versions: Mono 1.2.4
 Visual Basic.Net Compiler: 0.0.0.5058
 
 I've noticed the a bunch of compiler errors (the actual compiler
 failing, not errors in the code) when compiling normal VB.NET apps
 too. Am I using an unstable compiler?
+
+------- Additional Comments From rolfkvinge at ya.com  2007-07-06 11:55 -------
+vbnc has never been stable :)
+
+There have been several fixes since the version you're using, so it 
+would be good to get the latest and try with that (it will hopefully 
+be a little bit more stable, though not much).
+
+In any case please post code that fails (doesn't have to be a small 
+test case, but having it in one single code file helps a lot).
+
+Regarding your sample if I comment out the code in Page_Load it 
+works, I had the following issues:
+
+- The first line in Page_Load is wrong, it should probably read:
+Dim strXmlSrc  As String = "http://kerrick.wordpress.com/rss"
+
+- Then I get a FileNotFoundException complaining about test.xsl 
+(which is an execution error, while the problem you posted is a 
+compiliation error).
+
+In other words: please update you mono installation to latest SVN 
+version, or wait for the next release, there have been some fixes in 
+this area since 1.2.4 was released.


More information about the mono-bugs mailing list