KB928365 Hosed .Net configuration

  • Thread starter Thread starter Rod Trent
  • Start date Start date
R

Rod Trent

Guest
Saw this in the Event Logs:

Product: Microsoft .NET Framework 2.0 - Update 'Security Update for
Microsoft .NET Framework 2.0 (KB928365)' installed successfully.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

After that, this error is posted every few minutes and .NET components on
the web site are no longer working at all:

Event code: 3007
Event message: A compilation error has occurred.
Event time: 7/11/2007 3:46:21 AM
Event time (UTC): 7/11/2007 7:46:21 AM
Event ID: 767fd75fda864705af259a55e7b44c69
Event sequence: 3
Event occurrence: 1
Event detail code: 0
 
Hi,

Looks like there is something wrong with this update.
My Visual Studio 2005 stopped working.

After removing the KB928365, it works fine again.

Cheers
 
I fixed it after a bit of troubleshooting. The 'Network Service' had been
removed by the update from the ACL on the temporary directory .NET uses for
compiling instructions. Once I put the 'Network Service' back in the ACL,
everything started working.

"wpr" wrote:

> Hi,
>
> Looks like there is something wrong with this update.
> My Visual Studio 2005 stopped working.
>
> After removing the KB928365, it works fine again.
>
> Cheers
>
>
>
 
Rod;

Thanks for your post. To be clear are you referring to:
%WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
as the temporary directory you needed to update the ACL on or somewhere else?

Thanks


"Rod Trent" wrote:

> I fixed it after a bit of troubleshooting. The 'Network Service' had been
> removed by the update from the ACL on the temporary directory .NET uses for
> compiling instructions. Once I put the 'Network Service' back in the ACL,
> everything started working.
>
> "wpr" wrote:
>
> > Hi,
> >
> > Looks like there is something wrong with this update.
> > My Visual Studio 2005 stopped working.
> >
> > After removing the KB928365, it works fine again.
> >
> > Cheers
> >
> >
> >
 
No...we have a D:\Temp setup on the web server which lost its ACL. I found
within the original Event that referenced that all of the .NET apps we run on
the server (around 7 apps) did not have access to the directory.

"Mark Macaulay" wrote:

> Rod;
>
> Thanks for your post. To be clear are you referring to:
> %WINDIR%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
> as the temporary directory you needed to update the ACL on or somewhere else?
>
> Thanks
>
>
> "Rod Trent" wrote:
>
> > I fixed it after a bit of troubleshooting. The 'Network Service' had been
> > removed by the update from the ACL on the temporary directory .NET uses for
> > compiling instructions. Once I put the 'Network Service' back in the ACL,
> > everything started working.
> >
> > "wpr" wrote:
> >
> > > Hi,
> > >
> > > Looks like there is something wrong with this update.
> > > My Visual Studio 2005 stopped working.
> > >
> > > After removing the KB928365, it works fine again.
> > >
> > > Cheers
> > >
> > >
> > >
 
Not sure if this will help but see:
http://blogs.mgtechgroup.com/markc/...t-.NET-Framework-2.0-KB928365-broke-MOSS.aspx


--
Madrona


"Rod Trent" wrote:

> Saw this in the Event Logs:
>
> Product: Microsoft .NET Framework 2.0 - Update 'Security Update for
> Microsoft .NET Framework 2.0 (KB928365)' installed successfully.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> After that, this error is posted every few minutes and .NET components on
> the web site are no longer working at all:
>
> Event code: 3007
> Event message: A compilation error has occurred.
> Event time: 7/11/2007 3:46:21 AM
> Event time (UTC): 7/11/2007 7:46:21 AM
> Event ID: 767fd75fda864705af259a55e7b44c69
> Event sequence: 3
> Event occurrence: 1
> Event detail code: 0
>
 
Back
Top