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
 
Back
Top