[Mono-list] Trouble when generating the doc
xiii29
xiii29 at free.fr
Sat Oct 21 10:49:16 EDT 2006
Hi,
I'm trying to generate doc from my source code.
When i launch one the tool, I get the same error message :
1.
**
(/donnees/Applications/Dev/Mono/mono-1.1.17.0/lib/monodoc/monodocer.exe:9689):
WARNING **: Missing method .ctor in assembly
/donnees/Documents/Projets/MonoDevelop/MyProject/src/MyProject/bin/Debug/MyProjectLib.dll,
type System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
2.
3.
** ERROR **: Can't find custom attr constructor image:
/donnees/Documents/Projets/MonoDevelop/MyProject/src/MyProject/bin/Debug/MyProjectLib.dll
mtoken: 0x0a00004b
4.
aborting...
5.
6.
=================================================================
7.
Got a SIGABRT while executing native code. This usually indicates
8.
a fatal error in the mono runtime or one of the native libraries
9.
used by your application.
10.
=================================================================
11.
12.
Stacktrace:
13.
14.
at (wrapper managed-to-native)
System.MonoCustomAttrs.GetCustomAttributesInternal
(System.Reflection.ICustomAttributeProvider,System.Type,bool)
<0x00004>
15.
at (wrapper managed-to-native)
System.MonoCustomAttrs.GetCustomAttributesInternal
(System.Reflection.ICustomAttributeProvider,System.Type,bool)
<0xffffffff>
16.
at System.MonoCustomAttrs.GetCustomAttributesBase
(System.Reflection.ICustomAttributeProvider,System.Type) <0x00025>
17.
at System.MonoCustomAttrs.GetCustomAttributes
(System.Reflection.ICustomAttributeProvider,bool) <0x00029>
18.
at System.Reflection.Assembly.GetCustomAttributes (bool) <0x0000f>
19.
at Stub.MakeAttributes
(System.Xml.XmlElement,System.Reflection.ICustomAttributeProvider,bool)
<0x00073>
20.
at Stub.AddIndexAssembly
(System.Reflection.Assembly,System.Xml.XmlElement) <0x000d1>
21.
at Stub.DoUpdateAssemblies (string,string) <0x00202>
22.
at Stub.Main (string[]) <0x00488>
23.
at (wrapper runtime-invoke)
System.Object.runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0xffffffff>
24.
25.
Native stacktrace:
26.
27.
/donnees/Applications/Dev/Mono/mono-1.1.17.0/bin/mono(mono_handle_native_sigsegv+0xe6)
[0x815c436]
28.
[0xbfffe440]
29.
/lib/i686/libc.so.6(abort+0x101) [0xb7d0e851]
30.
/usr/lib/libglib-2.0.so.0(g_logv+0x3ff) [0xb7e93d4f]
31.
Abandon (core dumped)
For info, my project is compiled in 2.0.
Thanks !
More information about the Mono-list
mailing list