InvalidOperationException in IEExec.exe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexey Kouzmitch

    InvalidOperationException in IEExec.exe

    I am trying to make my application into a smart client app. When I put in
    the Url in, i get a CLR crash pop-up which says that a
    System.InvalidO perationExcepti on has occured in IEExec.exe.
    any ideas?
    I set the intranet permissions to full thorugh the .net permissions wizard.
    Is there particular code that could be causing this?

    Some of the things i do:

    I get assembly version to put in the title of the window.
    I access SQL server.
    My connection string is saved in the .config file
    I reference shdocvw.dll to get an imbeddable browser, but it didn't work
    even before i did that.

    thats' about it

    Thanks in advance.

    -Alexey.


  • Alexey Kouzmitch

    #2
    Re: InvalidOperatio nException in IEExec.exe

    It also says that :

    The key 'ConnectionStri ng' does not exist in the appSettings configuration
    section.

    So itr seems like the problem is related to reading the information form the
    config file which is in the same directory as the app on the server and i
    can get to it by typing in the direct url to it.

    "Alexey Kouzmitch" <akouzmitch@res olvetech.com> wrote in message
    news:OLrcxYrrDH A.4088@TK2MSFTN GP11.phx.gbl...[color=blue]
    > I am trying to make my application into a smart client app. When I put in
    > the Url in, i get a CLR crash pop-up which says that a
    > System.InvalidO perationExcepti on has occured in IEExec.exe.
    > any ideas?
    > I set the intranet permissions to full thorugh the .net permissions[/color]
    wizard.[color=blue]
    > Is there particular code that could be causing this?
    >
    > Some of the things i do:
    >
    > I get assembly version to put in the title of the window.
    > I access SQL server.
    > My connection string is saved in the .config file
    > I reference shdocvw.dll to get an imbeddable browser, but it didn't work
    > even before i did that.
    >
    > thats' about it
    >
    > Thanks in advance.
    >
    > -Alexey.
    >
    >[/color]


    Comment

    Working...