473,756 Members | 7,611 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

InvalidOperatio nException 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.
Nov 22 '05 #1
2 2232
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" <ak********@res olvetech.com> wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
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.

Nov 22 '05 #2
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" <ak********@res olvetech.com> wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
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.

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
414
by: Alexey Kouzmitch | last post by:
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.InvalidOperationException 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.
1
2267
by: sys | last post by:
I made a smart client that I purposed to offer on a web server. But when I try to run it by dint of Internet Explorer, I get the System.TypeInitializationException in the IEExec.exe thread. My exe is signed and has full trust on my computer. And when I start the programm directly (C:\Inetpub\myfolder\sample.exe) it works fine. Has somebody an idea?
0
1392
by: John Smith | last post by:
I have a windows form program that should not run from the internet. I placed it in a virtual directory to allow users to download it. When the try to access it, IEexec tries to run it. Is there any code I can put in the exe itself that tells IEExec it's not that kind of program? Something like: System.SomeCoolDotnetClass.DoNotRemotelyExecute ???
0
1108
by: Henrik Dahl | last post by:
Hello! I've got many programs which crash with the execution engine exception as they're executed by IEExec. If the programs are executed using the ordinary host for the CLR, everything works as it should. Have some of you seen some problems with IEExec as well. I hope the problems will be fixed at the first service pack.
2
2214
by: JDeats | last post by:
I have a WinForms based application that I'm launching over http (Microsoft's buzz word for this is aparently "SmartClient"). I had an issue trying to get parameters passed in through the URL that I thought I had solved. For example, let's say I wanted to do this: http://myserver/appdir/mywinformapp.exe?username=joe&age=12 Providing code access security permissions allow it, mywinformapp.exe is downloaded to the client and launches...
0
2169
by: LJ | last post by:
I have been getting this message and can't resolve the problem. I have checked the AntiVirus software and added the application directory to the exculsion list. The application is on a web farm, using SANS for file storage. It seemed to start once we installed the SSL cert. But, that could be just when we noticed the problem. Any ideas would be greatly appreciated. Thanks <!ljr!>
1
6202
by: Trygve Lorentzen | last post by:
Hi, my webservice is running on Win2000 SP4, IIS 5.0 fully patched, connecting to a MySQL database and mainly returning Typed DataSet's from webmethods. After running for a while, generally a few days, the webservice stops responding and the .NET windows app client fails with no informative error message. When I try to run any webmethod from the webservice locally in the browser I first get a "This page cannot be display IE error...
0
4396
by: Loren | last post by:
I have a smartclient (3 tier) solution that I deploy via a hyperlink on our Intranet. It is having some problems. On some machines now when the user clicks the link it will not load the application it just simply sits there and does nothing. However, on some others it gives this message IEExec.exe - Common Language Runtime Debugging Services Process Id=**** , Thread Id=***** click OK to Terminate the application Click CANCEL to debug...
0
1443
by: Nat101 | last post by:
We've recently upgraded to .NET Framework 2.0, and we' re running into a problem with our app's web launch. The first time our exe is launched from a link in Internet Explorer, IEExec.exe crashes, and the "Send Error Report" dialog comes up. If I click on the link again, the application starts without any problems. This only happens if the file isn't found in both the GAC and the IE Temporary Internet Files. For example, if I clear the...
3
14225
by: Joseph Geretz | last post by:
System.InvalidOperationException: WebServiceBindingAttribute is required on proxy classes. My environment: Visual Studio 2005, targeting FX 2.0; I've developed a Web Service which uses DIME to transfer file attachments to and from the server. I'm using WSE 2.0 SP3 which is supposed to support FX 2.0, as far as I know. (We will soon move on to MTOM, however I'm stuck with DIME for now; the solution was originally written for FX 1.1, and I...
0
9384
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9973
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9790
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9645
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8645
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5069
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5247
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3742
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2612
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.