Showing posts with label running. Show all posts
Showing posts with label running. Show all posts

Wednesday, March 28, 2012

The best way to archieve this? Help please

I have an ASP.NET application running on one win2k server and it needs to
access a shared folder in other server. To access this shared folder, I have
to login with user name and password.

I used IWshRuntimeLibrary.WshNetwork() and mapped the folder to a network
drive (Y:\) in the page_load. Then I disconnected this drive in the
page_unload. I got it works but not stable. Sometimes it fails to disconnect
and to map.

thanks"dbui" <nnngoan@dotnet.itags.org.hotmail.com> wrote in
news:u6zLB9pbEHA.1408@dotnet.itags.org.TK2MSFTNGP12.phx.gbl:

> I used IWshRuntimeLibrary.WshNetwork() and mapped the folder to a
> network drive (Y:\) in the page_load. Then I disconnected this drive
> in the page_unload. I got it works but not stable. Sometimes it fails
> to disconnect and to map.

How about impersonating a user with access to that drive?

http://support.microsoft.com/defaul...b;EN-US;Q306158

--
Lucas Tam (REMOVEnntp@dotnet.itags.org.rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
thanks for the link.

"Lucas Tam" <REMOVEnntp@dotnet.itags.org.rogers.com> wrote in message
news:Xns952CB1601E166nntprogerscom@dotnet.itags.org.140.99.99.130.. .
> "dbui" <nnngoan@dotnet.itags.org.hotmail.com> wrote in
> news:u6zLB9pbEHA.1408@dotnet.itags.org.TK2MSFTNGP12.phx.gbl:
> > I used IWshRuntimeLibrary.WshNetwork() and mapped the folder to a
> > network drive (Y:\) in the page_load. Then I disconnected this drive
> > in the page_unload. I got it works but not stable. Sometimes it fails
> > to disconnect and to map.
> How about impersonating a user with access to that drive?
> http://support.microsoft.com/defaul...b;EN-US;Q306158
> --
> Lucas Tam (REMOVEnntp@dotnet.itags.org.rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/

The best way to archieve this? Help please

I have an ASP.NET application running on one win2k server and it needs to
access a shared folder in other server. To access this shared folder, I have
to login with user name and password.
I used IWshRuntimeLibrary.WshNetwork() and mapped the folder to a network
drive (Y:\) in the page_load. Then I disconnected this drive in the
page_unload. I got it works but not stable. Sometimes it fails to disconnect
and to map.
thanks"dbui" <nnngoan@dotnet.itags.org.hotmail.com> wrote in
news:u6zLB9pbEHA.1408@dotnet.itags.org.TK2MSFTNGP12.phx.gbl:

> I used IWshRuntimeLibrary.WshNetwork() and mapped the folder to a
> network drive (Y:\) in the page_load. Then I disconnected this drive
> in the page_unload. I got it works but not stable. Sometimes it fails
> to disconnect and to map.
>
How about impersonating a user with access to that drive?
http://support.microsoft.com/defaul...b;EN-US;Q306158
Lucas Tam (REMOVEnntp@dotnet.itags.org.rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
[url]http://members.ebay.com/aboutme/spot18/[/url]
thanks for the link.
"Lucas Tam" <REMOVEnntp@dotnet.itags.org.rogers.com> wrote in message
news:Xns952CB1601E166nntprogerscom@dotnet.itags.org.140.99.99.130...
> "dbui" <nnngoan@dotnet.itags.org.hotmail.com> wrote in
> news:u6zLB9pbEHA.1408@dotnet.itags.org.TK2MSFTNGP12.phx.gbl:
>
> How about impersonating a user with access to that drive?
> http://support.microsoft.com/defaul...b;EN-US;Q306158
> --
> Lucas Tam (REMOVEnntp@dotnet.itags.org.rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> [url]http://members.ebay.com/aboutme/spot18/[/url]

The compiler failed with error code 128

I have a C#.NET application running perfectly on my notebook but when I copy it up to our development server I get the above error message. The Compiler Output has "C:\Program Files\SAP\ITS\6.20\WGATE\traces> ...

SAP\ITS is an ISAPI Filter that runs to provide Web access to SAP. My application not using SAP for anything.

We found one Weblog that mentioned a rogue ISAPI filter and moving it's priority below ASP.NET fixed their problem. We tried moving the ITS ISAPI filter below ASP.NET, rebooted the machine and it worked. We don't know if the reboot fixed it or the moving of the ISAPI filter.

After I made a change to the C# application and re-copied the .DLL to the server it died again with the same message.Check out this discussion on GotDotNet:

http://www.gotdotnet.com/community/messageboard/Thread.aspx?id=139158&Page=1

The compiler failed with error code 128

HELP!!!!
We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
framework SP1. All ASP.NET applications cannot run on this box. It all
returned with the same error:
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: The compiler failed with error code 128.
I have made sure there is only ASP.NET ISAPI filter running and tried
aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
the heck is going on here?
RogerHi, Roger.
I googled for "The compiler failed with error code 128"
and found a few references. The most promising are :
http://www.sitepoint.com/forums/pri...ad.php?t=164998
where it's reported that either
http://www.hanselman.com/blog/Perma...b4.
aspx
or
http://www.webservertalk.com/Uwe/Fo...
irus_k=100252
Here's the Google search,
to facilitate your search for more info:
http://www.google.com/search?as_q=&...ch=&safe=images
Good luck !
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
=====================
"Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> HELP!!!!
> We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> framework SP1. All ASP.NET applications cannot run on this box. It all
> returned with the same error:
> Compilation Error
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> Compiler Error Message: The compiler failed with error code 128.
>
> I have made sure there is only ASP.NET ISAPI filter running and tried
> aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> the heck is going on here?
> Roger
>
I have the same error too.
I installed the SP1 of .NET Framework:
http://www.microsoft.com/downloads/...db-a83353618b38
and when I restarted my computer I could see my aspx pages, but then, when I
opened Visual Studio.NET and I continued with my ASP.NET application, when I
debug my app the error occurred again.
I don't know why, and I don't know if there's a good solution
I updated Windows but the problem continues.
I have Windows 2000 Sever with SP3.
I hope someone can help me.
Regards.
"Juan T. Llibre" wrote:

> Hi, Roger.
> I googled for "The compiler failed with error code 128"
> and found a few references. The most promising are :
> http://www.sitepoint.com/forums/pri...ad.php?t=164998
> where it's reported that either
> http://www.hanselman.com/blog/Perma...b
4.aspx
> or
> http://www.webservertalk.com/Uwe/Fo...ode-128

> solved the problem.
> Though both links refer to faulty ISAPI filter
> issues, which you say you've discarded, it might
> help you to get the background info at those links.
> There's an additional comment by Jacob Yang
> ( Microsoft Online Partner Support ) which refers
> that the issue might be related to this backdoor trojan:
> http://de.mcafee.com/root/genericVI...&virus_k=100252
> Here's the Google search,
> to facilitate your search for more info:
> http://www.google.com/search?as_q=&...ch=&safe=images
> Good luck !
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espa?ol
> =====================
> "Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
> news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
>
>

Monday, March 26, 2012

The compiler failed with error code 128

HELP!!!!

We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
framework SP1. All ASP.NET applications cannot run on this box. It all
returned with the same error:

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: The compiler failed with error code 128.

I have made sure there is only ASP.NET ISAPI filter running and tried
aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
the heck is going on here?

RogerHi, Roger.

I googled for "The compiler failed with error code 128"
and found a few references. The most promising are :

http://www.sitepoint.com/forums/pri...ad.php?t=164998
where it's reported that either
http://www.hanselman.com/blog/Perma...ad081eaab4.aspx
or
http://www.dotnetmonster.com/Uwe/Fo...-error-code-128
solved the problem.

Though both links refer to faulty ISAPI filter
issues, which you say you've discarded, it might
help you to get the background info at those links.

There's an additional comment by Jacob Yang
( Microsoft Online Partner Support ) which refers
that the issue might be related to this backdoor trojan:
http://de.mcafee.com/root/genericVI...&virus_k=100252

Here's the Google search,
to facilitate your search for more info:

http://www.google.com/search?as_q=&...ch=&safe=images

Good luck !

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
=====================

"Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> HELP!!!!
> We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> framework SP1. All ASP.NET applications cannot run on this box. It all
> returned with the same error:
> Compilation Error
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
> Compiler Error Message: The compiler failed with error code 128.
>
> I have made sure there is only ASP.NET ISAPI filter running and tried
> aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> the heck is going on here?
> Roger
I have the same error too.
I installed the SP1 of .NET Framework:
http://www.microsoft.com/downloads/...db-a83353618b38
and when I restarted my computer I could see my aspx pages, but then, when I
opened Visual Studio.NET and I continued with my ASP.NET application, when I
debug my app the error occurred again.
I don't know why, and I don't know if there's a good solution
I updated Windows but the problem continues.
I have Windows 2000 Sever with SP3.
I hope someone can help me.
Regards.

"Juan T. Llibre" wrote:

> Hi, Roger.
> I googled for "The compiler failed with error code 128"
> and found a few references. The most promising are :
> http://www.sitepoint.com/forums/pri...ad.php?t=164998
> where it's reported that either
> http://www.hanselman.com/blog/Perma...ad081eaab4.aspx
> or
> http://www.dotnetmonster.com/Uwe/Fo...-error-code-128
> solved the problem.
> Though both links refer to faulty ISAPI filter
> issues, which you say you've discarded, it might
> help you to get the background info at those links.
> There's an additional comment by Jacob Yang
> ( Microsoft Online Partner Support ) which refers
> that the issue might be related to this backdoor trojan:
> http://de.mcafee.com/root/genericVI...&virus_k=100252
> Here's the Google search,
> to facilitate your search for more info:
> http://www.google.com/search?as_q=&...ch=&safe=images
> Good luck !
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espa?ol
> =====================
> "Roger Wang" <rogerw@dotnet.itags.org.sybrel.com> wrote in message
> news:uXyaKb$CFHA.3376@dotnet.itags.org.TK2MSFTNGP12.phx.gbl...
> > HELP!!!!
> > We have got a W2k server running IIS5 with .NET framework 1.1 and .NET
> > framework SP1. All ASP.NET applications cannot run on this box. It all
> > returned with the same error:
> > Compilation Error
> > Description: An error occurred during the compilation of a resource
> > required to service this request. Please review the following specific
> > error details and modify your source code appropriately.
> > Compiler Error Message: The compiler failed with error code 128.
> > I have made sure there is only ASP.NET ISAPI filter running and tried
> > aspnet_iis -i. Basically I'm out of ideas. Can someone please tell me what
> > the heck is going on here?
> > Roger
>

Thursday, March 22, 2012

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

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-ErikHi 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" <larserik@.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: <#aj1xlXgFHA.3616@.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
|
|
|
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]" <stcheng@.online.microsoft.com> wrote in message
news:8iZFemfgFHA.940@.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" <larserik@.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: <#aj1xlXgFHA.3616@.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
> |
> |
> |
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" <larserik@.newsgroup.nospam>
| From: "Lars-Erik Aabech" <larserik@.newsgroup.nospam>
| References: <#aj1xlXgFHA.3616@.TK2MSFTNGP12.phx.gbl>
<8iZFemfgFHA.940@.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: <u0ZjuJggFHA.2904@.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]" <stcheng@.online.microsoft.com> wrote in message
| news:8iZFemfgFHA.940@.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" <larserik@.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: <#aj1xlXgFHA.3616@.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
| > |
| > |
| > |
| >
|
|
|
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]" <stcheng@.online.microsoft.com> wrote in message
news:9DbcOT5gFHA.1232@.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" <larserik@.newsgroup.nospam>
> | From: "Lars-Erik Aabech" <larserik@.newsgroup.nospam>
> | References: <#aj1xlXgFHA.3616@.TK2MSFTNGP12.phx.gbl>
> <8iZFemfgFHA.940@.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: <u0ZjuJggFHA.2904@.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]" <stcheng@.online.microsoft.com> wrote in message
> | news:8iZFemfgFHA.940@.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" <larserik@.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: <#aj1xlXgFHA.3616@.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
> | > |
> | > |
> | > |
> | >
> |
> |
> |
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" <larserik@.newsgroup.nospam>
| From: "Lars-Erik Aabech" <larserik@.newsgroup.nospam>
| References: <#aj1xlXgFHA.3616@.TK2MSFTNGP12.phx.gbl>
<8iZFemfgFHA.940@.TK2MSFTNGXA01.phx.gbl>
<u0ZjuJggFHA.2904@.tk2msftngp13.phx.gbl>
<9DbcOT5gFHA.1232@.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: <ucb3stFhFHA.1252@.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]" <stcheng@.online.microsoft.com> wrote in message
| news:9DbcOT5gFHA.1232@.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" <larserik@.newsgroup.nospam>
| > | From: "Lars-Erik Aabech" <larserik@.newsgroup.nospam>
| > | References: <#aj1xlXgFHA.3616@.TK2MSFTNGP12.phx.gbl>
| > <8iZFemfgFHA.940@.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: <u0ZjuJggFHA.2904@.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]" <stcheng@.online.microsoft.com> wrote in message
| > | news:8iZFemfgFHA.940@.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" <larserik@.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: <#aj1xlXgFHA.3616@.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
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|