TypeLoadException
- From: Pablo Montilla <melkor@xxxxxxxxxxxxxx>
- Date: Mon, 02 May 2005 16:09:42 -0300
Hello everyone.
I have an application that's divided in 5 assemblies, 2 of wich are written in J# (I'm writing an abstraction layer, so I can program in Java for a non dot net compatible device), the rest in very lightweight C#.
I could make the application work, drawing some lines driven from the J# side of the app, so I know I can execute J# code (without accessing the vjslib).
Now, I've written a bit more of code that works perfectly in Javaland, but now I'm getting a TypeLoadException while running the app, and I'm not getting info about wich is the offending assembly:
A managed TypeLoadException occurred at ?::?+0x0
OK to terminate.
Any idea how can I debug this? It's driving me nuts!! I had this problem before because I was using a non CF compatible version of a System.Drawing.Graphics method, but I can't see to find where is the problem now...How can I get a better error message?
Many thanks, Pablo .
- Follow-Ups:
- RE: TypeLoadException
- From: "Ilya Tumanov [MS]"
- Re: TypeLoadException
- From: Damon Payne
- RE: TypeLoadException
- Prev by Date: Re: Sql Mobile Performance
- Next by Date: Re: TypeLoadException
- Previous by thread: RE: KeyDown inconsistency
- Next by thread: Re: TypeLoadException
- Index(es):
Relevant Pages
|