CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cjja

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    839

    [RESOLVED] XML in c#

    fixed
  2. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    Never mind, I found out my code was right, the remote procedure call wasn't working for some reason.

    Thanks anyway.
  3. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    I'm still having the initial problem with the 'aDoc.SaveAs' as when I started this thread.
  4. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    When I do that it just gives the 'COMException was unhandled' error.
  5. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    Yes but I need the variable to have this value when it is called in another method. If I declare it at the top as null the value called in the other method will be null.

    I need it to have the...
  6. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    Everything that was expected is in there. The program now runs and compiles with no errors but does not save the file anywhere!
  7. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    The error lies with the variable 'strFileName'
    I have one method where the file dialog is opened, user selects file and strFileName is declared.

    In another method I want to call strFileName, but...
  8. Replies
    14
    Views
    27,481

    Re: COMException was unhandled

    Yes it's within a try/catch block.
    The program compiles but the error is thrown when it runs. The only error detail given is:

    "COMException was unhandled. Parameter value was out of acceptable...
  9. Replies
    14
    Views
    27,481

    [RESOLVED] COMException was unhandled

    Hey guys, this may seem like a really basic question but I just can't get my head around why it won't work!!

    I have a form where the user can select a MS Word document to convert to XHTML and save...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured