| View previous topic :: View next topic |
| Author |
Message |
Dave Krajcar Guest
|
Posted: Tue Aug 03, 2004 4:13 am Post subject: strange error message "exception unknown software exception" |
|
|
Not sure if I should be posting here or not, but hopefully someone will be
kind enough to redirect me if needed.
I have a webbroker app that works great in the debugger (delphi 6). When I
go to make it into a dll and use the dll under IIS, I get the strange
message below:
"The execption unknown software exception 90x0eedfade) occurred in the
application at location 0x77e73887."
This message flashes on the screen and is gone before you can normally read
it. Anyone have any idea what it means and how to fix it or track it
down???
Thanks!
-Dave
|
|
| Back to top |
|
 |
Chris Cheah Guest
|
Posted: Wed Aug 04, 2004 9:23 pm Post subject: Re: strange error message "exception unknown software except |
|
|
Hi Dave:
Not sure if this will help. Some time last week I encountered a similar
exception unknown software exception at addresses very similar (I don't
remember the exact addresses though) . It turned out I was reading a .ini
file value from a file that had been moved and I had forgotten to trap the
file exist scenario.
Bottom line was the code needed values from the .ini file and the DLL Host
crashed the IIS server.
May not be your problem but may provide some clues?
Chris
"Dave Krajcar" <raider (AT) ispwest (DOT) com> wrote
| Quote: | Not sure if I should be posting here or not, but hopefully someone will be
kind enough to redirect me if needed.
I have a webbroker app that works great in the debugger (delphi 6). When
I
go to make it into a dll and use the dll under IIS, I get the strange
message below:
"The execption unknown software exception 90x0eedfade) occurred in the
application at location 0x77e73887."
This message flashes on the screen and is gone before you can normally
read
it. Anyone have any idea what it means and how to fix it or track it
down???
Thanks!
-Dave
|
|
|
| Back to top |
|
 |
Dave Krajcar Guest
|
Posted: Thu Aug 05, 2004 4:45 am Post subject: Re: strange error message "exception unknown software except |
|
|
Chris:
That is it all right! I've removed that and now am trying to debug this. It
works fine when run under the delphi IDE web tool (name of which I forget),
but under IIS, it bombs all over the place. The IDE web tool is a poor
substitute I guess. Do you know what the restrictions on the DLL files are
that run under web broker and IIS?
Thanks!
-Dave
"Chris Cheah" <chris (AT) infocards (DOT) com> wrote
| Quote: | Hi Dave:
Not sure if this will help. Some time last week I encountered a similar
exception unknown software exception at addresses very similar (I don't
remember the exact addresses though) . It turned out I was reading a .ini
file value from a file that had been moved and I had forgotten to trap the
file exist scenario.
Bottom line was the code needed values from the .ini file and the DLL Host
crashed the IIS server.
May not be your problem but may provide some clues?
Chris
"Dave Krajcar" <raider (AT) ispwest (DOT) com> wrote in message
news:410f10dc$1 (AT) newsgroups (DOT) borland.com...
Not sure if I should be posting here or not, but hopefully someone will
be
kind enough to redirect me if needed.
I have a webbroker app that works great in the debugger (delphi 6).
When
I
go to make it into a dll and use the dll under IIS, I get the strange
message below:
"The execption unknown software exception 90x0eedfade) occurred in the
application at location 0x77e73887."
This message flashes on the screen and is gone before you can normally
read
it. Anyone have any idea what it means and how to fix it or track it
down???
Thanks!
-Dave
|
|
|
| Back to top |
|
 |
Chris Cheah Guest
|
Posted: Thu Aug 05, 2004 6:03 am Post subject: Re: strange error message "exception unknown software except |
|
|
Dave:
Glad to know that was it. It took me 2 days to figure what had happened! I
never use the Delphi IDE debugger as I usually set up a live IIS server to
test my code and this way I only need to debug *once* and not second guess
which one is correct!
I use DevX EWF which is in part based on web broker technology but offers a
lot better GUI/sessions management . You should take a look. Other than that
all the file permissions I would guess is what your Admin. rights are set
for in the IIS set-up.
Chris
"Dave Krajcar" <raider (AT) ispwest (DOT) com> wrote
| Quote: | Chris:
That is it all right! I've removed that and now am trying to debug this.
It
works fine when run under the delphi IDE web tool (name of which I
forget),
but under IIS, it bombs all over the place. The IDE web tool is a poor
substitute I guess. Do you know what the restrictions on the DLL files
are
that run under web broker and IIS?
Thanks!
-Dave
"Chris Cheah" <chris (AT) infocards (DOT) com> wrote in message
news:411153ea$1 (AT) newsgroups (DOT) borland.com...
Hi Dave:
|
|
|
| Back to top |
|
 |
|