[Mono-bugs] [Bug 75737][Wis] New - compile errer(missing assembly
reference)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 6 19:36:56 EDT 2005
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 hys545 at dreamwiz.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75737
--- shadow/75737 2005-08-06 19:36:56.000000000 -0400
+++ shadow/75737.tmp.8128 2005-08-06 19:36:56.000000000 -0400
@@ -0,0 +1,92 @@
+Bug#: 75737
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hys545 at dreamwiz.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: compile errer(missing assembly reference)
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+ake[5]: Entering directory `/home/hys545/MONO/mcs/class/corlib'
+MONO_PATH="../../class/lib/basic:$MONO_PATH" /usr/src/Haansoft/BUILD/mono/
+runtime/mono-wrapper ../../class/lib/basic/mcs.exe -nowarn:169,612,618,649
+-d:INSIDE_CORLIB -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -unsafe -nostdlib
+-target:library -out:mscorlib.dll @corlib.dll.sources
+System.Runtime.InteropServices/_Attribute.cs(40,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_MemberInfo.cs(18,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_Type.cs(19,3): error CS0246: The type or
+namespace name `TypeLibImportClass' could not be found. Are you missing a
+using directive or an assembly reference?
+System.Runtime.InteropServices/_Activator.cs(41,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_Assembly.cs(45,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_AssemblyBuilder.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_AssemblyName.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_ConstructorBuilder.cs(41,3): error CS0246:
+The type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_ConstructorInfo.cs(19,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_CustomAttributeBuilder.cs(41,3): error
+CS0246: The type or namespacename `TypeLibImportClass' could not be found.
+Are you missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_EnumBuilder.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_EventBuilder.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_EventInfo.cs(18,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_FieldBuilder.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_FieldInfo.cs(19,3): error CS0246: The type
+or namespace name `TypeLibImportClass' could not be found. Are you missing
+a using directive or an assembly reference?
+System.Runtime.InteropServices/_ILGenerator.cs(41,3): error CS0246: The
+type or namespace name `TypeLibImportClass' could not be found. Are you
+missing a using directive or an assembly reference?
+System.Runtime.InteropServices/_LocalBuilder.cs(41,3): error CS0246: The
+type or namespace name `T
+
+Steps to reproduce the problem:
+1. I use mono-svn-48066
+2. I deleted mono and mcs svn source package
+3. I check update svn-48066
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list