Hi, I have installed .Net framework 4.0, i have added one application in default website, now when i brows the login page, it take some time and at the end displays nothing, in the event viewer in system log it says myApplicationName crashed.
And also i get folllowing in event viewer Application Log
We haven't tried to reinstall .NET 4 yet. We did try and repair the existing install, but have not tried uninstall / install yet. Our particular crasher is actually just a windows service and not running within IIS so the integrated mode is meaningless
within our particular scenario.
nizam133
Contributor
3473 Points
626 Posts
Problem with .Net framework 4.0 on IIS 7 on Windows Server v2008 64 bit machine
Jul 29, 2010 01:16 PM|LINK
Hi, I have installed .Net framework 4.0, i have added one application in default website, now when i brows the login page, it take some time and at the end displays nothing, in the event viewer in system log it says myApplicationName crashed.
And also i get folllowing in event viewer Application Log
Log Name: Application
Source: Application Error
Date: 7/29/2010 11:39:31 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: dev-app
Description:
Faulting application name: w3wp.exe, version: 7.5.7600.16385, time stamp: 0x4a5bd0eb
Faulting module name: clr.dll, version: 4.0.30319.1, time stamp: 0x4ba21eeb
Exception code: 0xc00000fd
Fault offset: 0x000000000000400c
Faulting process id: 0xad8
Faulting application start time: 0x01cb2ef990316804
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: ce52c718-9aec-11df-8551-00155d701c03
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-07-29T08:39:31.000000000Z" />
<EventRecordID>1020</EventRecordID>
<Channel>Application</Channel>
<Computer>dev-app</Computer>
<Security />
</System>
<EventData>
<Data>w3wp.exe</Data>
<Data>7.5.7600.16385</Data>
<Data>4a5bd0eb</Data>
<Data>clr.dll</Data>
<Data>4.0.30319.1</Data>
<Data>4ba21eeb</Data>
<Data>c00000fd</Data>
<Data>000000000000400c</Data>
<Data>ad8</Data>
<Data>01cb2ef990316804</Data>
<Data>c:\windows\system32\inetsrv\w3wp.exe</Data>
<Data>C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll</Data>
<Data>ce52c718-9aec-11df-8551-00155d701c03</Data>
</EventData>
</Event>
Can somebody suggest me whats going on?
IIS 7 .Net framework 4.0 on IIS 7 on Windows Server v2008 64 bit machine Windows Server v2008 64 bit machine .Net framework 4.0
trip42
Member
78 Points
21 Posts
Re: Problem with .Net framework 4.0 on IIS 7 on Windows Server v2008 64 bit machine
Sep 03, 2010 03:38 AM|LINK
I'm seeing this same problem. Have you had any luck tracking it down?
kctt
Contributor
4862 Points
916 Posts
Re: Problem with .Net framework 4.0 on IIS 7 on Windows Server v2008 64 bit machine
Sep 03, 2010 06:52 AM|LINK
Try to reinstall .net 4.0 or change application pool to integrated mode?
trip42
Member
78 Points
21 Posts
Re: Problem with .Net framework 4.0 on IIS 7 on Windows Server v2008 64 bit machine
Sep 03, 2010 01:56 PM|LINK
We haven't tried to reinstall .NET 4 yet. We did try and repair the existing install, but have not tried uninstall / install yet. Our particular crasher is actually just a windows service and not running within IIS so the integrated mode is meaningless within our particular scenario.