On Mon, 2005-12-05 at 13:40 +0100, Johan Holmgren wrote: > Thanks for your answer. > Sorry for my late response, a computer crash prevented me from > answering earlier. > > When I type monodis --typedef Test.dll I get the following output: > > Typedef Table > 1: <Module> (flist=1, mlist=1, flags=0x0, extends=0x0) > > > Test.java is not included in any java package. Maybe this has to do > with my problem.
I wouldn't think that Test.java would need to be in any package. What's more worrying is that Test.dll doesn't contain any actual types -- <Module> isn't a type that you can actually create. (I don't know what it is exactly, but it appears to be compiler- or runtime-generated and is present in all assemblies.) - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
