[Mono-bugs] [Bug 74867][Wis] New - Cannot load type 'ASP.web_labelVB_aspx' with mbas from SVN

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 May 2005 20:37:19 -0400 (EDT)


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 rogerio.araujo@gmail.com.

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

--- shadow/74867	2005-05-07 20:37:19.000000000 -0400
+++ shadow/74867.tmp.19951	2005-05-07 20:37:19.000000000 -0400
@@ -0,0 +1,61 @@
+Bug#: 74867
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Basic
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rogerio.araujo@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cannot load type 'ASP.web_labelVB_aspx' with mbas from SVN
+
+When i run the page attached i'm getting this error:
+
+System.TypeLoadException: Cannot load type 'ASP.web_labelVB_aspx'
+in <0x00000> <unknown method>
+in (wrapper managed-to-native) System.Reflection.Assembly:InternalGetType
+(System.Reflection.Module,string,bool,bool)
+in <0x00029> System.Reflection.Assembly:GetType (System.String name,
+Boolean throwOnError, Boolean ignoreCase)
+in <0x00017> System.Reflection.Assembly:GetType (System.String name,
+Boolean throwOnError)
+in <0x002ab> System.Web.Compilation.BaseCompiler:GetCompiledType ()
+in <0x00107> System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x0002b> System.Web.UI.PageParser:CompileIntoType ()
+in <0x00011> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
+in <0x00037> System.Web.UI.PageParser:GetCompiledPageInstance
+(System.String virtualPath, System.String inputFile, System.Web.HttpContext
+context)
+in <0x00010> System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext context, System.String requestType, System.String
+url, System.String path)
+in <0x00294> System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext context, System.String type, System.String file,
+System.String path)
+in <0x0008f> System.Web.HttpApplication+CreateHandlerState:Execute ()
+in <0x0007c> System.Web.HttpApplication+StateMachine:ExecuteState
+(IStateHandler state, System.Boolean readysync)
+
+Steps to reproduce the problem:
+1. 
+2. 
+3. 
+
+Actual Results:
+A TypeLoadException
+
+Expected Results:
+Page sucessfully loaded
+
+How often does this happen? 
+Ever
+
+Additional Information:
+The asp.net page is attached to be used as testcase.