PC Review


Reply
Thread Tools Rate Thread

How can I solve common language runtime problem?

 
 
Ajith Nair
Guest
Posts: n/a
 
      17th Aug 2005
Dear Friends,

How can I solve common language runtime problem?

After I install my software, when I start the executable file its showing "Application has generated an exception that could not be handled.". But it happens only in some machines.

Expecting your reply,

B Regards
Ajith
 
Reply With Quote
 
 
 
 
Richard Grimes [MVP]
Guest
Posts: n/a
 
      15th Oct 2005
Ajith Nair wrote:
> After I install my software, when I start the executable file its
> showing "Application has generated an exception that could not be
> handled.". But it happens only in some machines.


Sounds like you are corrupting the stack or something similar. The best
course of action will take work: you need more robust error checking.
You should go through all of the methods and work out the expected input
values and put Debug.Assert for each at the begining of your code. Also
do asserts on the return values. These will help you while you are
debugging, but you should also do checks for the release build and throw
appropriate exceptions.

Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Common runtime language? JPFL Microsoft Outlook BCM 1 18th Jan 2010 11:52 PM
Localization problem - Common Language Runtime error =?Utf-8?B?UkJlbGw=?= Microsoft VB .NET 0 30th Apr 2007 01:44 PM
VB.NET Common Language Runtime questions douglass_davis@earthlink.net Microsoft Dot NET 8 15th Oct 2006 03:13 PM
Common Runtime Language JIT Debugger =?Utf-8?B?U2hpcmxleQ==?= Windows XP General 1 8th May 2004 07:14 AM
Common Language runtime Den Windows XP General 1 11th Dec 2003 09:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:18 PM.