VERY STRANGE...

  • Thread starter Thread starter Ken Kolda
  • Start date Start date
K

Ken Kolda

If the two classes are in different assemblies, then there's a chance that
the program is running against a cached copy of the assembly than the one in
the debugger (I've seen this many times). When the debugger starts up, check
the Output window and see where it loaded the DLLs from. In my case, it was
sometime loading them from Docs & Settings\Local Settings\assembly instead
of from the project folder.

Ken
 
It's late, maybe because of it...BUT
5 classes. I call to method of class A from class B (Both initialized), BUT
it does not executed. While traveling with "Step Into" in debug mode it just
DOES NOT ENTER THE METHOD !!! Why?? Bug?

TNX
 
Back
Top