Re: An unsupported operation was attempted @ ProcessShellCommand



Thank you Joe. I figured it out. I had deleted a control which still
had a ddxcontol function for it. I took out the function, cleaned it
up and it was clear.


Jay


Donkeylung wrote:
I actually found out where the error comes out in the debugger. My
program usesaA form view. One of the DDXControl calls throws the
exception, but if I remove that function as a test, the same exception
is still thrown. I can get rid of the annoying message by handling the
exception myself and doing nothing. It doesn't affect how the program
runs, by I have a nagging feeling that there is something pernicious
lurking in the code that could come to haunt me. Any ideas?

Jay


Joseph M. Newcomer wrote:
Somebody threw an exception. This message is issued by the MFC message dispatch handler.
joe
On 29 Jun 2006 11:49:30 -0700, "Donkeylung" <jkh30003@xxxxxxxxx> wrote:

There have this irritating bug in my program. I get an error message,
"An unsupported operation was attempted." By using strategic
MessageBoxes, I find that it occurs sometime in the
ProcessShellCommand. I did nothing tricky vis a vis any internal MFC
functions. I have no idea where to look in my code. Any ideas where to
go.

Thanks in Advance.
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm

.



Relevant Pages

  • Re: test if a string is a valid number?
    ... exception type so I could issue a meaningful error message. ... superclass exception, e.g., CLexicalException, then I can derive ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: System.Directoryservices getting TxIsolationLevel exeption?
    ... exception that was thrown and rethrowing it with a more generic exception. ... If you ever do catch and rethrow, ... > Hi Joe.. ... > I dont know if this makes any different but I am trying to add a user ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: How to allcate an array of strings dynamically
    ... most+1 for correct functioning. ... then there is no exception. ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: test if a string is a valid number?
    ... exception type so I could issue a meaningful error message. ... superclass exception, e.g., CLexicalException, then I can derive ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)

Loading