[Mono-bugs] [Bug 81489][Nor] New - Can't use custom inherits profile from external assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Apr 29 17:44:42 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 pascalfresnay at free.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=81489
--- shadow/81489 2007-04-29 17:44:42.000000000 -0400
+++ shadow/81489.tmp.22707 2007-04-29 17:44:42.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 81489
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: WINDOWS XP SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: PascalFresnay at free.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Can't use custom inherits profile from external assembly
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+Can't use a custom inherited profile class compiled in an external assembly
+
+Steps to reproduce the problem:
+1. Create a class that derive from ProfileBase in a custom assembly
+2. Copy your assembly in a web app's bin directory
+3. Change your web.config to use custom profile
+
+Actual Results:
+Compilation error when accessing web site : "The type or namespace name
+`ProfileCommon' could not be found. Are you missing a using directive or
+an assembly reference?"
+
+Expected Results:
+No error
+
+How often does this happen?
+always
+
+Additional Information:
+If inherited class source is in App_Code path, no error.
More information about the mono-bugs
mailing list