The exception unknown software exception (0xc0000409) occurred in the application at location 0x0000

  • Thread starter Lars-Erik Aabech
  • Start date
L

Lars-Erik Aabech

Hi!

Guess it's my day again.. Tried to deploy a test release of a new asp.net
web today, and got a terrible error.
The web is running swell on three development computers, but when it's
copied to the test server it won't work at all.
Looks like aspnet_wp is trying to compile it for five seconds, then it stops
working what so ever. The system event log gets the following entry:

Application popup: aspnet_wp.exe - Application Error : The exception unknown
software exception (0xc0000409) occurred in the application at location
0x00000000.

I've checked that other asp.net applications run fine on the server. It only
happens to this particular web app, but when it happens it hangs aspnet_wp,
so nothing works until aspnet_wp is killed. I've tried to build both debug
and release versions of the web, but no cigar.

Anyone got ideas?

Lars-Erik
 
S

Steven Cheng[MSFT]

Hi Lars-Erik,

Glad to see you again.
As for the problem you mentioned, from a general view , it seems that the
ASP.NET runtime on your deploy machine has encountered a fatal internal
error. I'm not sure whether your deploy server has meet any problems on
..net configuration before or has done any certain changes. Anyway, I
suggest you first try test a simple helloworld aspx page under your IIS's
default site's root to see wehther the ASP.NET runtime still works. If such
as simple page still not work, I'm afraid we may need to do some
troubleshooting on the .net framework on your server. If there're any other
finding, please feel free to post here also.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)




--------------------
| From: "Lars-Erik Aabech" <[email protected]>
| Subject: The exception unknown software exception (0xc0000409) occurred
in the application at location 0x00000000.
| Date: Tue, 5 Jul 2005 17:52:09 +0200
| Lines: 23
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 213.160.225.168
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:110406
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi!
|
| Guess it's my day again.. Tried to deploy a test release of a new asp.net
| web today, and got a terrible error.
| The web is running swell on three development computers, but when it's
| copied to the test server it won't work at all.
| Looks like aspnet_wp is trying to compile it for five seconds, then it
stops
| working what so ever. The system event log gets the following entry:
|
| Application popup: aspnet_wp.exe - Application Error : The exception
unknown
| software exception (0xc0000409) occurred in the application at location
| 0x00000000.
|
| I've checked that other asp.net applications run fine on the server. It
only
| happens to this particular web app, but when it happens it hangs
aspnet_wp,
| so nothing works until aspnet_wp is killed. I've tried to build both
debug
| and release versions of the web, but no cigar.
|
| Anyone got ideas?
|
| Lars-Erik
|
|
|
 
L

Lars-Erik Aabech

Hi again!

Well, I'll start with a quote from my post..
I've checked that other asp.net applications run fine on the server.

Those pages are even quite a bit more advanced than helloworld.aspx'es :p

Lars-Erik
 
S

Steven Cheng[MSFT]

If basic test pages still can't work. I'm afraid the .net framework on that
machine maybe get corrupted. Anyway, I suggest you try executing

aspnet_regiis -u
aspnet_regiis -i

command to reinstall the asp.net runtime in IIS. Then, try testing simple
asp.net pages in your IIS server to see whether it works. If still no luck,
I suggest you turn on Filemon to see whether there're any faile accessing
failures which may cause the problem.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| Reply-To: "Lars-Erik Aabech" <[email protected]>
| From: "Lars-Erik Aabech" <[email protected]>
| References: <#[email protected]>
<[email protected]>
| Subject: Re: The exception unknown software exception (0xc0000409)
occurred in the application at location 0x00000000.
| Date: Wed, 6 Jul 2005 10:14:11 +0200
| Lines: 90
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: host-81-191-131-56.bluecom.no 81.191.131.56
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:110554
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi again!
|
| Well, I'll start with a quote from my post..
| > I've checked that other asp.net applications run fine on the server.
|
| Those pages are even quite a bit more advanced than helloworld.aspx'es :p
|
| Lars-Erik
|
| | > Hi Lars-Erik,
| >
| > Glad to see you again.
| > As for the problem you mentioned, from a general view , it seems that
the
| > ASP.NET runtime on your deploy machine has encountered a fatal internal
| > error. I'm not sure whether your deploy server has meet any problems on
| > net configuration before or has done any certain changes. Anyway, I
| > suggest you first try test a simple helloworld aspx page under your
IIS's
| > default site's root to see wehther the ASP.NET runtime still works. If
| > such
| > as simple page still not work, I'm afraid we may need to do some
| > troubleshooting on the .net framework on your server. If there're any
| > other
| > finding, please feel free to post here also.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| > --------------------
| > | From: "Lars-Erik Aabech" <[email protected]>
| > | Subject: The exception unknown software exception (0xc0000409)
occurred
| > in the application at location 0x00000000.
| > | Date: Tue, 5 Jul 2005 17:52:09 +0200
| > | Lines: 23
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| > | Message-ID: <#[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 213.160.225.168
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:110406
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Hi!
| > |
| > | Guess it's my day again.. Tried to deploy a test release of a new
| > asp.net
| > | web today, and got a terrible error.
| > | The web is running swell on three development computers, but when it's
| > | copied to the test server it won't work at all.
| > | Looks like aspnet_wp is trying to compile it for five seconds, then it
| > stops
| > | working what so ever. The system event log gets the following entry:
| > |
| > | Application popup: aspnet_wp.exe - Application Error : The exception
| > unknown
| > | software exception (0xc0000409) occurred in the application at
location
| > | 0x00000000.
| > |
| > | I've checked that other asp.net applications run fine on the server.
It
| > only
| > | happens to this particular web app, but when it happens it hangs
| > aspnet_wp,
| > | so nothing works until aspnet_wp is killed. I've tried to build both
| > debug
| > | and release versions of the web, but no cigar.
| > |
| > | Anyone got ideas?
| > |
| > | Lars-Erik
| > |
| > |
| > |
| >
|
|
|
 
L

Lars-Erik Aabech

Hiya!

I'm afraid I've been very unclear. This particular virtual folder web
application configured to run isolated does not run. It hangs, but only when
it's going to use some code-behind. I tried removing all code in
app_onstart, then I got the first page rendered. As soon as that one was
going to do something, the problem occured.

Now for what's been unclear. "I've checked that other webs run fine" means
All other web's on the server work. Which means to me that the .net
framework feels fine..?

I'll try to re-register aspnet anyway though. :)

Thanks so far.

L-E
 
S

Steven Cheng[MSFT]

Thanks for your followup Erik,

Then, it seems like a application specific problem if other ASP.NET web
application running with no problem.
Anyway, I'll wait for your latest news. also, if still no luck. Would you
try producing a very simple page which can reproduce the problem yo
umentioned and attach it to me so that we can perform some tests on our
side .

Thanks & Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)





--------------------
| Reply-To: "Lars-Erik Aabech" <[email protected]>
| From: "Lars-Erik Aabech" <[email protected]>
| References: <#[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
| Subject: Re: The exception unknown software exception (0xc0000409)
occurred in the application at location 0x00000000.
| Date: Sat, 9 Jul 2005 09:56:15 +0200
| Lines: 172
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: host-81-191-131-56.bluecom.no 81.191.131.56
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:111290
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hiya!
|
| I'm afraid I've been very unclear. This particular virtual folder web
| application configured to run isolated does not run. It hangs, but only
when
| it's going to use some code-behind. I tried removing all code in
| app_onstart, then I got the first page rendered. As soon as that one was
| going to do something, the problem occured.
|
| Now for what's been unclear. "I've checked that other webs run fine"
means
| All other web's on the server work. Which means to me that the .net
| framework feels fine..?
|
| I'll try to re-register aspnet anyway though. :)
|
| Thanks so far.
|
| L-E
|
|
|
| | > If basic test pages still can't work. I'm afraid the .net framework on
| > that
| > machine maybe get corrupted. Anyway, I suggest you try executing
| >
| > aspnet_regiis -u
| > aspnet_regiis -i
| >
| > command to reinstall the asp.net runtime in IIS. Then, try testing
simple
| > asp.net pages in your IIS server to see whether it works. If still no
| > luck,
| > I suggest you turn on Filemon to see whether there're any faile
accessing
| > failures which may cause the problem.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| > --------------------
| > | Reply-To: "Lars-Erik Aabech" <[email protected]>
| > | From: "Lars-Erik Aabech" <[email protected]>
| > | References: <#[email protected]>
| > <[email protected]>
| > | Subject: Re: The exception unknown software exception (0xc0000409)
| > occurred in the application at location 0x00000000.
| > | Date: Wed, 6 Jul 2005 10:14:11 +0200
| > | Lines: 90
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| > | Message-ID: <[email protected]>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: host-81-191-131-56.bluecom.no 81.191.131.56
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:110554
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Hi again!
| > |
| > | Well, I'll start with a quote from my post..
| > | > I've checked that other asp.net applications run fine on the server.
| > |
| > | Those pages are even quite a bit more advanced than
helloworld.aspx'es
| > :p
| > |
| > | Lars-Erik
| > |
| > | | > | > Hi Lars-Erik,
| > | >
| > | > Glad to see you again.
| > | > As for the problem you mentioned, from a general view , it seems
that
| > the
| > | > ASP.NET runtime on your deploy machine has encountered a fatal
| > internal
| > | > error. I'm not sure whether your deploy server has meet any
problems
| > on
| > | > net configuration before or has done any certain changes. Anyway, I
| > | > suggest you first try test a simple helloworld aspx page under your
| > IIS's
| > | > default site's root to see wehther the ASP.NET runtime still works.
If
| > | > such
| > | > as simple page still not work, I'm afraid we may need to do some
| > | > troubleshooting on the .net framework on your server. If there're
any
| > | > other
| > | > finding, please feel free to post here also.
| > | >
| > | > Thanks,
| > | >
| > | > Steven Cheng
| > | > Microsoft Online Support
| > | >
| > | > Get Secure! www.microsoft.com/security
| > | > (This posting is provided "AS IS", with no warranties, and confers
no
| > | > rights.)
| > | >
| > | >
| > | >
| > | >
| > | > --------------------
| > | > | From: "Lars-Erik Aabech" <[email protected]>
| > | > | Subject: The exception unknown software exception (0xc0000409)
| > occurred
| > | > in the application at location 0x00000000.
| > | > | Date: Tue, 5 Jul 2005 17:52:09 +0200
| > | > | Lines: 23
| > | > | X-Priority: 3
| > | > | X-MSMail-Priority: Normal
| > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| > | > | X-RFC2646: Format=Flowed; Original
| > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| > | > | Message-ID: <#[email protected]>
| > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | NNTP-Posting-Host: 213.160.225.168
| > | > | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > microsoft.public.dotnet.framework.aspnet:110406
| > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > |
| > | > | Hi!
| > | > |
| > | > | Guess it's my day again.. Tried to deploy a test release of a new
| > | > asp.net
| > | > | web today, and got a terrible error.
| > | > | The web is running swell on three development computers, but when
| > it's
| > | > | copied to the test server it won't work at all.
| > | > | Looks like aspnet_wp is trying to compile it for five seconds,
then
| > it
| > | > stops
| > | > | working what so ever. The system event log gets the following
entry:
| > | > |
| > | > | Application popup: aspnet_wp.exe - Application Error : The
exception
| > | > unknown
| > | > | software exception (0xc0000409) occurred in the application at
| > location
| > | > | 0x00000000.
| > | > |
| > | > | I've checked that other asp.net applications run fine on the
server.
| > It
| > | > only
| > | > | happens to this particular web app, but when it happens it hangs
| > | > aspnet_wp,
| > | > | so nothing works until aspnet_wp is killed. I've tried to build
both
| > | > debug
| > | > | and release versions of the web, but no cigar.
| > | > |
| > | > | Anyone got ideas?
| > | > |
| > | > | Lars-Erik
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|
 
Joined
May 19, 2009
Messages
2
Reaction score
0
The Fix

Go to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]



find the string named AppInit_DLLs

Open string and clear it. No need to reboot
 
Joined
May 19, 2009
Messages
2
Reaction score
0
Found The Fix

Go to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]



find the string named AppInit_DLLs

Open string and clear it. No need to reboot
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top