TypeLoadException Error

  • Thread starter Thread starter Federico G. Babelis
  • Start date Start date
F

Federico G. Babelis

Hi I'm gettign this exception:

Runtime-implemented method with non-zero RVA.

Any help ?

Thx,
Fede
 
Federico G. Babelis said:
Hi I'm gettign this exception:

Runtime-implemented method with non-zero RVA.

When/where does this exception occur? Is the text above the complete
exception text?
 
Yes, I'm running VB.NET 2005, we I call a function in a Class it raises this
error.

Thanks !
Federico
 
Federico G. Babelis said:
Yes, I'm running VB.NET 2005, we I call a function in a Class it raises
this error.

Delete the project's "bin" and "obj" directories and compile the solution.
Maybe this fixes the problem. Otherwise I suggest to post the code that
raises the exception.
 
Hi Herfried:

Thanks for your help and time !

I've deleted those directories and re-compiled the solution but the issue
stills there, another problem I have is that I cant debug the application;
even if I have already configured the "DEBUG" mode in the solution, each
time I try to debug when I insert a breakpoint the messages said:

"Symbols not loaded, breakpoint will not currently be hit"

mmm, I'm stuck !!!!

Regards,
Federico
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

TypeLoadException 1
TypeLoadException 2
TypeLoadException when strong named 3
TypeLoadException 4
TypeLoadException cf double[][,] 2
TypeLoadException - DataTable 1
Unhandled Exceptions 2
TypeLoadException 2

Back
Top