.NET Framework error message

P

Phyllis

What is .NET Framework? I get a message randomly saying
that "An unhandled exception has occurred in your
application." I'm not sure what application it's
referring to. I don't know that I'm using anything
using .NET Framework. Thanks.
 
M

Malik Family

Sorry Phyllis, but you give so little information, I can hardly offer much
help.

I will try to define this in simplified terms. It's easy to slip into
technical answers to your question.

The .NET framework provides a way for programmers to write less code and
produce better programs.

If you are getting an error message from the .NET framework, then you are
running a program on your
computer that uses this technology. The .NET framework has to be installed
by a user of the computer,
and it is not a small or fast installation, so either you, or someone with
access to your computer, has
installed it. This was probably done so that you could run a program
written using it.

It is not easy to tell, by looking, that a program uses .NET (except that it
is much smaller than other
programs :)

The particular error you are getting is very common, and shows that the
application was not
carefully debugged. The application did something "wrong" and the system
wants to tell it
about the error, but the application didn't provide a way to "listen" to the
system's error message.

(in technical terms, the system "raised an error" and the application didn't
provide a way to "catch" it).

I'm sorry that I can't be more specific. The answer in that a programmer
wrote a program, and you
are running it on your computer (you may not be aware of it. There are
usually two dozen or more programs
running at the same time on your computer.) The programmer used the .NET
framework to write
the program.

Hope this helps,
-- Nick
 
P

Phyllis Goodfriend

Nick,
Thanks so much for your detailed response. I have no idea what
application is using .NET Framework. When I check to see what apps are
running, all I see is NewViews. NewViews is a DOS-based accounting
program. She (my client) does have another program on her computer that
I didn't install. It's a database she uses for other work she does. I
will check with the people who installed and service that program.

Another thing that happens on her computer that may be related, so I'll
tell you about it. When she has NewViews open and she tries to open
another application - either from a desktop shortcut or from the Start
menu, it doesn't open. When she shuts NewViews, the apps that she tried
to open, open - as if they were waiting in the wings. However she can
open NewViews after any other application.

None of my other NewViews clients experience that problem and she didn't
before she upgraded to her new computer with Windows XP. Of course,
since it's still DOS based, my NewView client base has dwindled!

Again, thank you for your extensive reply. I'm only adding this
additional information in case it gives you a clue.

Phyllis
 

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

Top