I Really need urgent help

G

Guest

Hi,
All my websites and webservices are down. I get the following message

Server Error in '/mywebservices' Application.
--------------------------------------------------------------------------------

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: BC32400: Class 'CLSID_CorSymWriter_SxS' could not be
created: Catastrophic failure

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\56f33b34\ded59c7c_68dac501\speedimpexusawebservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\97b26053\d747538f_35a0c401\microsoft.applicationblocks.data.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb': Catastrophic failure





Show Complete Compilation Source:


Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawebservices.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__initialized = false) Then
Line 40: ASP.Global_asax.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43: End Class
Line 44: End Namespace
Line 45:
 
D

David Hearn

Chris,

I hate to tell you this, but I had that same error a couple of weeks ago.
The only thing that fixed it was totally uninstalling everything (VS, .NET
framework, etc) and reinstalling. I searched for answers on it for days and
fianlly saw where soneone else had to do the same.

David Hearn

Chris said:
Hi,
All my websites and webservices are down. I get the following message

Server Error in '/mywebservices' Application.
--------------------------------------------------------------------------------

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: BC32400: Class 'CLSID_CorSymWriter_SxS' could not
be
created: Catastrophic failure

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\56f33b34\ded59c7c_68dac501\speedimpexusawebservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\97b26053\d747538f_35a0c401\microsoft.applicationblocks.data.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb': Catastrophic failure





Show Complete Compilation Source:


Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawebservices.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__initialized = false) Then
Line 40: ASP.Global_asax.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43: End Class
Line 44: End Namespace
Line 45:





--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
Version:1.1.4322.2032

Please help. Please.
 
R

Rob Schieber

Chris said:
Hi,
All my websites and webservices are down. I get the following message

Server Error in '/mywebservices' Application.
--------------------------------------------------------------------------------

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: BC32400: Class 'CLSID_CorSymWriter_SxS' could not be
created: Catastrophic failure

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\56f33b34\ded59c7c_68dac501\speedimpexusawebservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\97b26053\d747538f_35a0c401\microsoft.applicationblocks.data.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb': Catastrophic failure





Show Complete Compilation Source:


Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawebservices.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__initialized = false) Then
Line 40: ASP.Global_asax.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43: End Class
Line 44: End Namespace
Line 45:





--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

Please help. Please.

before you re-install everything, i would try running Aspnet_regiis from
a command prompt first.
 
G

Guest

Hi,
This is my production server. I don't have VS installed there. What should I
do? I am under stress here. Everything is working fine on my development
machine. I even recomplied and upload to my production box but same crap. The
only thing I saw was an update form Microsoft went through to the machine.
Please advise.

David Hearn said:
Chris,

I hate to tell you this, but I had that same error a couple of weeks ago.
The only thing that fixed it was totally uninstalling everything (VS, .NET
framework, etc) and reinstalling. I searched for answers on it for days and
fianlly saw where soneone else had to do the same.

David Hearn

Chris said:
Hi,
All my websites and webservices are down. I get the following message

Server Error in '/mywebservices' Application.
--------------------------------------------------------------------------------

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: BC32400: Class 'CLSID_CorSymWriter_SxS' could not
be
created: Catastrophic failure

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\56f33b34\ded59c7c_68dac501\speedimpexusawebservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\97b26053\d747538f_35a0c401\microsoft.applicationblocks.data.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb': Catastrophic failure





Show Complete Compilation Source:


Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and
will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawebservices.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__initialized = false) Then
Line 40: ASP.Global_asax.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43: End Class
Line 44: End Namespace
Line 45:





--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
Version:1.1.4322.2032

Please help. Please.
 
G

Guest

Hi,
Would running Aspnet_regiis reset any security settings? This is my
production box and is the last box I want to play with security settings.
This was working fine for years, even yesterday.There was only one update
from Microsoft went through to this box last evening.

Rob Schieber said:
Chris said:
Hi,
All my websites and webservices are down. I get the following message

Server Error in '/mywebservices' Application.
--------------------------------------------------------------------------------

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: BC32400: Class 'CLSID_CorSymWriter_SxS' could not be
created: Catastrophic failure

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll"
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\56f33b34\ded59c7c_68dac501\speedimpexusawebservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\mywebservices\caca2e50\7cf3635d\assembly\dl2\97b26053\d747538f_35a0c401\microsoft.applicationblocks.data.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb': Catastrophic failure





Show Complete Compilation Source:


Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will
be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9:
'------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawebservices.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__initialized = false) Then
Line 40: ASP.Global_asax.__initialized = true
Line 41: End If
Line 42: End Sub
Line 43: End Class
Line 44: End Namespace
Line 45:





--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

Please help. Please.

before you re-install everything, i would try running Aspnet_regiis from
a command prompt first.
 
S

sp3d2orbit

I've had a similar problem where my Visual Studio couldn't compile a
C++ app. I'm not sure if this will help you, but since you don't have
many options try this out:

Restart the computer and make sure the web server is not running. Boot
into safe mode if you have to, but you need to get the file
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mywebservices\caca2e50\7cf3635d\2bzsrpey.pdb deleted. Something
has a lock on the file that won't allow the compiler to deleted it. I
see this problem sometimes where Visual Studio can't delete a pdb file
in my Debug or Release directory. It's safe to delete since it only
contains debugging information and will be recreated.

I know that .NET 2.0 has a feature where you can precompile a project
before deleting it. If you can find a way to do this with .NET 1.1 that
might also solve your problem. Your error seems to be appearing on
recompile, so skipping that step by precompiling the code may solve the
problem.

One additional suggestion. Make sure your project is in Release mode
and not Debug mode. I'm not sure why its trying to create a PDB file
(Program Debug Database) but Release builds don't need debugging
symbols.

Good Luck, and let us know what happens.

Matt Furnari
 
G

Guest

I was able to track it down to the MS Update MS05-O51. I assume later in the
week more people will have the same problem on their production servers. What
prompted me to look into the MS Update is that I don't have VS installed on
this box. This is a production box. I simply upload to this box and
everything works. This box has be running excellent until that update as last
evening.

The thing here is that it affects win2000/2003/xp boxes.

I see MS is now giving contradicting information (sort of) when it comes to
the "Everyone Group" in NTFS. For the Admins that follow the settings to
secure IIS well try again.

Follow this link

http://msmvps.com/secure/archive/20...mvps.com/secure/archive/2005/10/18/71491.aspx

Fellow admins..........saddle up.

Thanks
 
G

Guest

I am having the same problem it happened when I made a few changes to an
application recompiled and installed on my development server Win2K. (Not
production) Deleting the temp file solved the problem for me. What is strange
is that during my trouble shooting I installed the app on a second
development server Win Server 3000 and had the same error. In order to delete
the file a reboot of the server was needed. Is there anyway to determine what
is locking the files and how to remove the lock with out rebooting.
 

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

Top