[Mono-bugs] [Bug 78084][Nor] New - PersonalizationProvider error
during compile
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Apr 12 07:01:14 EDT 2006
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 bugzillatracking at netsyncro.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78084
--- shadow/78084 2006-04-12 07:01:14.000000000 -0400
+++ shadow/78084.tmp.15654 2006-04-12 07:01:14.000000000 -0400
@@ -0,0 +1,74 @@
+Bug#: 78084
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: bugzillatracking at netsyncro.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PersonalizationProvider error during compile
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+make MCS=gmcs all
+
+Error:
+Web/Components/mojoPersonalizationProvider.cs(18,49): error CS0234: The
+type or namespace name `PersonalizationProvider' does not exist in the
+namespace `System.Web.UI.WebControls.WebParts'. Are you missing an assembly
+reference?
+ in AbstractMessage.Print (int, string, string)
+ in ErrorMessage.Print (int, string, string)
+ in AbstractMessage.Print (int, Mono.CSharp.Location, string)
+ in Report.Error (int, Mono.CSharp.Location, string, string, string)
+ in MemberAccess.ResolveNamespaceOrType
+(Mono.CSharp.IResolveContext, bool)
+ in MemberAccess.ResolveAsTypeStep (Mono.CSharp.IResolveContext, bool)
+ in Expression.ResolveAsBaseTerminal (Mono.CSharp.IResolveContext, bool)
+ in TypeContainer.GetNormalBases (Mono.CSharp.TypeExpr&)
+ in TypeContainer.GetClassBases (Mono.CSharp.TypeExpr&)
+ in Class.GetClassBases (Mono.CSharp.TypeExpr&)
+ in TypeContainer.DefineTypeBuilder ()
+ in TypeContainer.DefineType ()
+ in Class.DefineType ()
+ in RootContext.ResolveTree ()
+ in Driver.MainDriver (string[])
+ in Driver.Main (string[])
+
+Compilation failed: 1 error(s), 0 warnings
+
+Code can be found here..
+
+svn co https://forgesvn1.novell.com/svn/mojoportal/branches/2.1
+
+I'm modifying the Makefile so it'll build and not sure if it'll get
+committed by the time you get this.. (I can attach if you need.)
+
+Actual offending code is..
+
+public class mojoPersonalizationProvider :
+System.Web.UI.WebControls.WebParts.PersonalizationProvider
+ {
+
+I'm referencing -r:System.Web during build and have
+
+using System.Web.UI.WebControls.WebParts;
+
+I'll take a look and see if this is getting built under 2.0 profile...
+
+Additional Information:
+SVN Mono Revision: 59350
+mojoPortal 2.1 branch Revision: 939
+
+There's a TODO in this file from Joe and I haven't looked over the code
+100% so I apologize if this simply won't compile on any platform..
+Normally, he keeps the build rolling though..
More information about the mono-bugs
mailing list