G
Guest
Hi everybody.
We are currently discussing the possibilities in our company, how to
optimize the customer support for lots of our business customers. Since our
new software products are based aproximatly by 80% on the dotNet-Framework,
this seems to be the starting point.
I was thinking about dumping a process in some state (the state at which
some hard trackable error occurs) and sending this dump file to our support
team for debugging reasons, but coud not find any functions/methods in the
documentation to accomplish this.
So my question would be:
Is there a way to dump a .net based process at some state, for later
debugging? And if there is, where would be the starting point to read about
it - and - is there a way to load this file into a debugger, not connected to
the machine where the dump file was generated?
I remember the good old days in C/C++, where this was possible but after
some research around the web, I did not find any answers for archiving this
in C#.
We are currently discussing the possibilities in our company, how to
optimize the customer support for lots of our business customers. Since our
new software products are based aproximatly by 80% on the dotNet-Framework,
this seems to be the starting point.
I was thinking about dumping a process in some state (the state at which
some hard trackable error occurs) and sending this dump file to our support
team for debugging reasons, but coud not find any functions/methods in the
documentation to accomplish this.
So my question would be:
Is there a way to dump a .net based process at some state, for later
debugging? And if there is, where would be the starting point to read about
it - and - is there a way to load this file into a debugger, not connected to
the machine where the dump file was generated?
I remember the good old days in C/C++, where this was possible but after
some research around the web, I did not find any answers for archiving this
in C#.