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

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

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
Nov 19 '05 #1
5 20411
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" <la******@newsgroup.nospam>
| 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: <#a**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 213.160.225.168
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.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
|
|
|

Nov 19 '05 #2
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

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:8i*************@TK2MSFTNGXA01.phx.gbl... 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" <la******@newsgroup.nospam>
| 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: <#a**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 213.160.225.168
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.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
|
|
|

Nov 19 '05 #3
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" <la******@newsgroup.nospam>
| From: "Lars-Erik Aabech" <la******@newsgroup.nospam>
| References: <#a**************@TK2MSFTNGP12.phx.gbl>
<8i*************@TK2MSFTNGXA01.phx.gbl>
| 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: <u0**************@tk2msftngp13.phx.gbl>
| 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!tk2msft ngp13.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
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:8i*************@TK2MSFTNGXA01.phx.gbl...
| > 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" <la******@newsgroup.nospam>
| > | 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: <#a**************@TK2MSFTNGP12.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 213.160.225.168
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.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
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #4
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

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:9D**************@TK2MSFTNGXA01.phx.gbl...
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" <la******@newsgroup.nospam>
| From: "Lars-Erik Aabech" <la******@newsgroup.nospam>
| References: <#a**************@TK2MSFTNGP12.phx.gbl>
<8i*************@TK2MSFTNGXA01.phx.gbl>
| 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: <u0**************@tk2msftngp13.phx.gbl>
| 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!tk2msft ngp13.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
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:8i*************@TK2MSFTNGXA01.phx.gbl...
| > 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" <la******@newsgroup.nospam>
| > | 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: <#a**************@TK2MSFTNGP12.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: 213.160.225.168
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.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
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #5
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" <la******@newsgroup.nospam>
| From: "Lars-Erik Aabech" <la******@newsgroup.nospam>
| References: <#a**************@TK2MSFTNGP12.phx.gbl>
<8i*************@TK2MSFTNGXA01.phx.gbl>
<u0**************@tk2msftngp13.phx.gbl>
<9D**************@TK2MSFTNGXA01.phx.gbl>
| 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: <uc**************@TK2MSFTNGP09.phx.gbl>
| 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!TK2MSFT NGP09.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
|
|
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:9D**************@TK2MSFTNGXA01.phx.gbl...
| > 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" <la******@newsgroup.nospam>
| > | From: "Lars-Erik Aabech" <la******@newsgroup.nospam>
| > | References: <#a**************@TK2MSFTNGP12.phx.gbl>
| > <8i*************@TK2MSFTNGXA01.phx.gbl>
| > | 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: <u0**************@tk2msftngp13.phx.gbl>
| > | 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!tk2msft ngp13.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
| > |
| > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| > | news:8i*************@TK2MSFTNGXA01.phx.gbl...
| > | > 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" <la******@newsgroup.nospam>
| > | > | 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: <#a**************@TK2MSFTNGP12.phx.gbl>
| > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | NNTP-Posting-Host: 213.160.225.168
| > | > | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.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
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #6

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

Similar topics

8
by: Saravanan | last post by:
Hello, Im running Python Application as a Windows Service (using windows extensions). But, sporadically the application crashes (crash in Python23.dll) and this stops the service. This problem...
1
by: AMercer | last post by:
In a VB .NET app, I am dynamically changing a form's menu. While stress testing the code in the IDE, I got intermittent exceptions thrown: "An unhandled exception of type...
6
by: Ray Mitchell | last post by:
Hello, I have a VS 2003 application that gets the following error window: "An unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll" "Additional information: Value...
9
by: RalphTheExpert | last post by:
I'm getting different behavior if my code is running under the debugger or not. I have modified Winmain to look like this: // Copyright (C) 2002 Microsoft Corporation // All rights reserved....
0
by: mohit | last post by:
Hi, I have windows XP on my computer.I installed microsoft ASP.NET web matrix.It is installed perfectly. But when I click on the icon it shows the following error message : "The exception...
0
by: mohit | last post by:
Hi, I have windows XP on my computer.I installed microsoft ASP.NET web matrix.It is installed perfectly. But when I click on the icon it shows the following error message : "The exception...
0
by: Andrzej Lipski | last post by:
Hello I am developing a Windows Ce 5.0 mobile application. I followed the example shown at : Creating Self-Updating Applications With the .NET Compact Framework...
4
by: vasavimaruthi | last post by:
hi, i got class not found exception of a small jdbc program in windows. the program is like this import java.sql.*; public class Db1 { public static void main(String a)...
7
by: j4richard | last post by:
Help please, I am getting this "Unhandled Exception has occurred in your application" " A Generic error occurred in GDI+" See the end of this message for details on...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

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.