J
Jim H
I have a project that uses a library of .NET classes that run on XP and PPC.
The solution builds fine. When I go to execute the program I get a
MissingMethodException and the program stops at Application.Run(). I can't
get any breakpoints to stop execution before this point. I have a reference
to the library project in my PPC application project.
If I remove the reference and copy ALL of the files from that library to the
PPC project the program builds and executes fine. Why is this? It does use
other libraries I've created and included just not this one. I'd like to
code to remain in a dll because I plan on reusing many of these objects in
other projects.
I'm confused.
Thanks,
jim
The solution builds fine. When I go to execute the program I get a
MissingMethodException and the program stops at Application.Run(). I can't
get any breakpoints to stop execution before this point. I have a reference
to the library project in my PPC application project.
If I remove the reference and copy ALL of the files from that library to the
PPC project the program builds and executes fine. Why is this? It does use
other libraries I've created and included just not this one. I'd like to
code to remain in a dll because I plan on reusing many of these objects in
other projects.
I'm confused.
Thanks,
jim