473,395 Members | 1,670 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,395 software developers and data experts.

Exception at Windows Apps running on 1.0 and 1.1 frameworks side-by-side

LD
Hi, everyone! Couple of user's Win 2000 Pro machines historically have
framework 1.0 installed and Windows app (designed in-house), which
successfully runs on it. I have developed app further in VS 2003, and
XCopied new version on those machines for users to test. (Had to
install framework 1.1 for them first, side by side with 1.0.) For 4
straight days everything worked great.

Here is the most interesting part. Today both machines at the same
time are having similar errors in both old and new apps, when you try
to perform only _certain_ operations in the app. Then they exit with
code 0, try to call JIT debugger, do not find it, and freeze entire
app. The rest of the programs run fine though. Few hours later without
any efforts problem goes away. Now we are waiting for the next turn...

Machines are user's ones, no developer's tools installed. I checked
registry HKLM\software\ms\windows nt\current version\AeDebug, and its
very different from mine, developer's one.

Auto 1
Debugger arwtsn32 -p%ld -e%ld -g
UserDebuggerHotKey 0x00000000(0)

Your help is appreciated greatly!
Nov 20 '05 #1
1 846

"LD" <la**********@yahoo.com> wrote in message
news:82**************************@posting.google.c om...
Hi, everyone! Couple of user's Win 2000 Pro machines historically have
framework 1.0 installed and Windows app (designed in-house), which
successfully runs on it. I have developed app further in VS 2003, and
XCopied new version on those machines for users to test. (Had to
install framework 1.1 for them first, side by side with 1.0.) For 4
straight days everything worked great.

Here is the most interesting part. Today both machines at the same
time are having similar errors in both old and new apps, when you try
to perform only _certain_ operations in the app. Then they exit with
code 0, try to call JIT debugger, do not find it, and freeze entire
app. The rest of the programs run fine though. Few hours later without
any efforts problem goes away. Now we are waiting for the next turn...

Machines are user's ones, no developer's tools installed. I checked
registry HKLM\software\ms\windows nt\current version\AeDebug, and its
very different from mine, developer's one.

Auto 1
Debugger arwtsn32 -p%ld -e%ld -g
UserDebuggerHotKey 0x00000000(0)


But you still don't know what the exeption was!

You never want to let the exception get to the debugger. Catch it before it
propagates or at least trap the AppDomain.UnhandledException event and log
the result. Then start to figure out what went wrong and how to fix it.

David
Nov 20 '05 #2

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

Similar topics

14
by: mirnazim | last post by:
Hi, There are great Python Web Application Framework. But most of them are meant for content oriented web apps. Is there something that can ease the development of application that are not...
9
by: David B | last post by:
Why is it so difficult to report bugs to Microsoft? I have a documented bug and an small test example. I don't really see why I should have to pay to tell them about it... Anyway, the...
5
by: Nick Flandry | last post by:
I'm running into an Invalid Cast Exception on an ASP.NET application that runs fine in my development environment (Win2K server running IIS 5) and a test environment (also Win2K server running IIS...
2
by: Ray5531 | last post by:
I have .netframework 1.1 and IIS 5.1 installed on my Windows xp.When I try to run my applicatin either from Internet Explorer or from VS 2003,A just-in-time debugger instance pops up and says that...
3
by: chicken butt | last post by:
Hi - I am trying to move some of my web apps from my development machine running XP PRO SP2 to one of our Windows 2000 server boxes. I have created a new site for each of the apps and am using...
4
by: Rob Richardson | last post by:
Greetings! I am working on an application that targets a Pocket PC running Windows CE and SQL Server CE. Almost all functions in the application use a Try block with a Catch block that looks...
4
by: rs | last post by:
Hi guys Thank you in advance for the help. I developed a simple application using vs.net 2003. running framework 1.1 sp1. the application runs fine on the development machine (win xp). I tried...
0
by: Mike S | last post by:
I'm still looking into this problem, but to summarize: I wrote a very simple Windows Service in VB.NET, as part of a larger application. I created a deployment project for the application the...
16
by: Daniela Roman | last post by:
Hello, can someone tell me the main differences between the web and windows based applications? thank you
2
by: zh.zhen | last post by:
i use try..catch in my windows service,and when some exception occurs, i write it to event logs. in webapplication ,if you use a catch to "hold" an exception, and do not throw up, the exception...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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...
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.