Assembly Shutsdown -HELP

  • Thread starter Thread starter Henry Wu
  • Start date Start date
H

Henry Wu

Hi all, I've successfuly compiled, obfuscated and strong named my assembly
(typical windows application) and also have verified the assembly if it
is valid or not. Upon running it on my development machine Windows XP
& other Windows XP machines my assembly works. However, when
running it on a Windows 2000 SP4 w/ .NET Framework 1.1 SP1 the assembly
runs for 15 or so seconds,..then an Error Message will show up telling
me to restart the application. The exact message is the following:

MyAssembly.exe has generated errors and will be closed by Windows. You
will need to restart the program. An error log is being created.

I made sure that the Windows 2000 has SP4, .NET Frameworks 1.1 SP1,
IE6SP1, DirectX 9. The assembly is not a database application. I'm
wondering now if I missed anything?

It's strange because the assembly runs for around 15 seconds, (w/o
touching mouse or keyboard), meaning to say .NET Framework
works??,..and for that 15 seconds or so,..there are no timers involved
or coded. I'm running out of ideas on how to solve this,..
Any clues??

Thanks,
Henry
 
It's strange because the assembly runs for around 15 seconds, (w/o

Is the crash associated with any particular section of code? Have you
tried attaching the debugger remotely and seeing if the code crashes in a
particular place?

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top