473,396 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

system.dll error

Hi

I am getting this error when running a project;

An unhandled exception of type 'System.ExecutionEngineException' occurred in
system.dll

What can I do to fix this problem? Using vs.net 2003, framework 1.1 sp2.

Thanks

Regards

Nov 20 '05 #1
8 1867
Cor
Hi John,
Can you send a piece of code?
Maybe someone can help you then.
I think this is searching in the dark.
Cor
Nov 20 '05 #2
Where are you running the assembly from? Your hard-drive, or a network
share?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:#Z**************@TK2MSFTNGP09.phx.gbl...
Hi

I am getting this error when running a project;

An unhandled exception of type 'System.ExecutionEngineException' occurred in system.dll

What can I do to fix this problem? Using vs.net 2003, framework 1.1 sp2.

Thanks

Regards

Nov 20 '05 #3
Well the tricky bit is that the same code runs fine on one partition. Now
because I need to target my code to ol2000 and above I used another
partition to install vs.net 2003 and ol2000 (i have ol2002 on my main
partition) so I can generate the necessary ol2000 interop assemblies. It is
this second partition that I am getting the error on. Both partitions seem
to have the same setup for vs; vs.net 2003, framework 1.1 sp2. The only
difference appears to be ol2002 on main partition (where it runs correctly)
and ol2000 where it does not run correctly.

Thanks

Regards
"Tom Spink" <th**********@ntlworld.com> wrote in message
news:u%****************@TK2MSFTNGP10.phx.gbl...
Where are you running the assembly from? Your hard-drive, or a network
share?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
"John" <jo**@nospam.infovis.co.uk> wrote in message
news:#Z**************@TK2MSFTNGP09.phx.gbl...
Hi

I am getting this error when running a project;

An unhandled exception of type 'System.ExecutionEngineException'
occurred in
system.dll

What can I do to fix this problem? Using vs.net 2003, framework 1.1 sp2.

Thanks

Regards


Nov 20 '05 #4
* "John" <jo**@nospam.infovis.co.uk> scripsit:
I am getting this error when running a project;

An unhandled exception of type 'System.ExecutionEngineException' occurred in
system.dll

What can I do to fix this problem? Using vs.net 2003, framework 1.1 sp2.


<msdn>
Execution engine errors are fatal errors that should never occur. Such errors occur mainly when the execution engine has been corrupted or data is missing. The system can throw this exception at any time. When possible, the system throws an exception that provides more information than the ExecutionEngineException exception.
</msdn>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #5
Hi John,

You went the two partitions route. :-)

WIth such little information it's hard to know what the error might be. As
Herfried reports, that is a general "I just can't cope!" error. It arose not
long ago in the context of ActiveX controls, for instance.

The culprit could be VB, OL or the combination.

Some lines to investigate:
Do normal VB projects run?
Can you access the other apps in Office 2000?
Can you access OL using the similar code but from a script (for
instance, TestOL.vbs)?
Can you do anything at all with OL from VB?

Finally, at what point, exactly, does the error occur?

I can't say I'll be able to give you an answer, but this may narrow it
down.

Regards,
Fergus
Nov 20 '05 #6
Should I reinstall vs.net 2003?

Regards

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:bm************@ID-208219.news.uni-berlin.de...
* "John" <jo**@nospam.infovis.co.uk> scripsit:
I am getting this error when running a project;

An unhandled exception of type 'System.ExecutionEngineException' occurred in system.dll

What can I do to fix this problem? Using vs.net 2003, framework 1.1 sp2.
<msdn>
Execution engine errors are fatal errors that should never occur. Such

errors occur mainly when the execution engine has been corrupted or data is
missing. The system can throw this exception at any time. When possible, the
system throws an exception that provides more information than the
ExecutionEngineException exception. </msdn>

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Nov 20 '05 #7
* "John" <jo**@nospam.infovis.co.uk> scripsit:
Should I reinstall vs.net 2003?


I think this won't help, but I am not sure...

:->

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #8
Thanks Fergus. Helpful as always.

I will try these.

Regards

"Fergus Cooney" <fi******@tesco.net> wrote in message
news:ey**************@tk2msftngp13.phx.gbl...
Hi John,

You went the two partitions route. :-)

WIth such little information it's hard to know what the error might be. As Herfried reports, that is a general "I just can't cope!" error. It arose not long ago in the context of ActiveX controls, for instance.

The culprit could be VB, OL or the combination.

Some lines to investigate:
Do normal VB projects run?
Can you access the other apps in Office 2000?
Can you access OL using the similar code but from a script (for
instance, TestOL.vbs)?
Can you do anything at all with OL from VB?

Finally, at what point, exactly, does the error occur?

I can't say I'll be able to give you an answer, but this may narrow it
down.

Regards,
Fergus

Nov 20 '05 #9

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

Similar topics

8
by: A P | last post by:
Hi! I'm using ASP.Net Web Matrix on my PC and wanting to publish the files to our server. I try to copy (thru explorer) the files but it didn't work! I receive Runtime Error: Server Error...
5
by: petro | last post by:
Hello all, My asp.net web application works on my machine but I get the following error on our test web server, There is only one oracle home on the test server. Does anyone know how to resolve...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
0
by: Kirk | last post by:
I'm trying to use a Web Service to be a Remoting client of an existing ..NET 2.0 server. But I get the following error when I try to use System.Runtime.Remoting.Channels.Http in my WebService. ...
2
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console...
0
by: Jim Duffie | last post by:
Hi, I am trying to build a simple websire using the above in Visual Web Developer. When finished I have build the website and it works fine locally but when I FTP it to the server I am getting a...
0
by: nicomp | last post by:
I created a Web Service: I imported System.Data.SqlClient so I could access SQL server tables programmatically. The web service builds and deploys with no problems. When I try to add the...
2
by: Jeff | last post by:
Hey asp.net 2.0 My asp.net 2.0 project has got a assembly load problem: Some of my web.config settings: <membership defaultProvider="AH_MembershipProvider" userIsOnlineTimeWindow="15">
2
by: BruceWho | last post by:
I downloaded boost1.35.0 and built it with following command: bjam --toolset=msvc-7.1 --variant=release --threading=multi -- link=shared --with-system stage and it failed to compile, error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.