473,659 Members | 2,680 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I Really need urgent help

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_CorSymWr iter_SxS' could not be
created: Catastrophic failure

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Show Detailed Compiler Output:
C:\WINNT\system 32> "c:\winnt\micro soft.net\framew ork\v1.1.4322\v bc.exe"
/t:library /utf8output
/R:"c:\winnt\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll"
/R:"c:\winnt\ass embly\gac\syste m.web.mobile\1. 0.5000.0__b03f5 f7f11d50a3a\sys tem.web.mobile. dll"
/R:"c:\winnt\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll"
/R:"c:\winnt\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\56f33b34\ ded59c7c_68dac5 01\speedimpexus awebservices.dl l"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\97b26053\ d747538f_35a0c4 01\microsoft.ap plicationblocks .data.dll"
/R:"c:\winnt\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll"
/R:"c:\winnt\ass embly\gac\syste m.web.services\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.web.servi ces.dll"
/R:"c:\winnt\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll"
/R:"c:\winnt\ass embly\gac\syste m.web\1.0.5000. 0__b03f5f7f11d5 0a3a\system.web .dll"
/out:"C:\WINNT\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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_CorSymWr iter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.pdb': Catastrophic failure

Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerate d>
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.Visua lBasic
Line 15: Imports System
Line 16: Imports System.Collecti ons
Line 17: Imports System.Collecti ons.Specialized
Line 18: Imports System.Configur ation
Line 19: Imports System.Text
Line 20: Imports System.Text.Reg ularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Cach ing
Line 23: Imports System.Web.Secu rity
Line 24: Imports System.Web.Sess ionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.H tmlControls
Line 27: Imports System.Web.UI.W ebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawe bservices.Globa l
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_asa x.__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.432 2.2032; ASP.NET
Version:1.1.432 2.2032

Please help. Please.
Nov 19 '05 #1
8 1702
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" <Ch***@discussi ons.microsoft.c om> wrote in message
news:CF******** *************** ***********@mic rosoft.com...
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_CorSymWr iter_SxS' could not
be
created: Catastrophic failure

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Show Detailed Compiler Output:
C:\WINNT\system 32> "c:\winnt\micro soft.net\framew ork\v1.1.4322\v bc.exe"
/t:library /utf8output
/R:"c:\winnt\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll"
/R:"c:\winnt\ass embly\gac\syste m.web.mobile\1. 0.5000.0__b03f5 f7f11d50a3a\sys tem.web.mobile. dll"
/R:"c:\winnt\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll"
/R:"c:\winnt\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\56f33b34\ ded59c7c_68dac5 01\speedimpexus awebservices.dl l"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\97b26053\ d747538f_35a0c4 01\microsoft.ap plicationblocks .data.dll"
/R:"c:\winnt\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll"
/R:"c:\winnt\ass embly\gac\syste m.web.services\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.web.servi ces.dll"
/R:"c:\winnt\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll"
/R:"c:\winnt\ass embly\gac\syste m.web\1.0.5000. 0__b03f5f7f11d5 0a3a\system.web .dll"
/out:"C:\WINNT\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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_CorSymWr iter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.pdb': Catastrophic failure

Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerate d>
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.Visua lBasic
Line 15: Imports System
Line 16: Imports System.Collecti ons
Line 17: Imports System.Collecti ons.Specialized
Line 18: Imports System.Configur ation
Line 19: Imports System.Text
Line 20: Imports System.Text.Reg ularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Cach ing
Line 23: Imports System.Web.Secu rity
Line 24: Imports System.Web.Sess ionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.H tmlControls
Line 27: Imports System.Web.UI.W ebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawe bservices.Globa l
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_asa x.__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.432 2.2032;
ASP.NET
Version:1.1.432 2.2032

Please help. Please.

Nov 19 '05 #2
Chris wrote:
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_CorSymWr iter_SxS' could not be
created: Catastrophic failure

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Show Detailed Compiler Output:
C:\WINNT\system 32> "c:\winnt\micro soft.net\framew ork\v1.1.4322\v bc.exe"
/t:library /utf8output
/R:"c:\winnt\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll"
/R:"c:\winnt\ass embly\gac\syste m.web.mobile\1. 0.5000.0__b03f5 f7f11d50a3a\sys tem.web.mobile. dll"
/R:"c:\winnt\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll"
/R:"c:\winnt\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\56f33b34\ ded59c7c_68dac5 01\speedimpexus awebservices.dl l"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\97b26053\ d747538f_35a0c4 01\microsoft.ap plicationblocks .data.dll"
/R:"c:\winnt\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll"
/R:"c:\winnt\ass embly\gac\syste m.web.services\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.web.servi ces.dll"
/R:"c:\winnt\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll"
/R:"c:\winnt\ass embly\gac\syste m.web\1.0.5000. 0__b03f5f7f11d5 0a3a\system.web .dll"
/out:"C:\WINNT\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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_CorSymWr iter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.pdb': Catastrophic failure

Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerate d>
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.Visua lBasic
Line 15: Imports System
Line 16: Imports System.Collecti ons
Line 17: Imports System.Collecti ons.Specialized
Line 18: Imports System.Configur ation
Line 19: Imports System.Text
Line 20: Imports System.Text.Reg ularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Cach ing
Line 23: Imports System.Web.Secu rity
Line 24: Imports System.Web.Sess ionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.H tmlControls
Line 27: Imports System.Web.UI.W ebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawe bservices.Globa l
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_asa x.__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.432 2.2032; ASP.NET
Version:1.1.432 2.2032

Please help. Please.


before you re-install everything, i would try running Aspnet_regiis from
a command prompt first.
--
Rob Schieber
Nov 19 '05 #3
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" wrote:
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" <Ch***@discussi ons.microsoft.c om> wrote in message
news:CF******** *************** ***********@mic rosoft.com...
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_CorSymWr iter_SxS' could not
be
created: Catastrophic failure

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Show Detailed Compiler Output:
C:\WINNT\system 32> "c:\winnt\micro soft.net\framew ork\v1.1.4322\v bc.exe"
/t:library /utf8output
/R:"c:\winnt\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll"
/R:"c:\winnt\ass embly\gac\syste m.web.mobile\1. 0.5000.0__b03f5 f7f11d50a3a\sys tem.web.mobile. dll"
/R:"c:\winnt\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll"
/R:"c:\winnt\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\56f33b34\ ded59c7c_68dac5 01\speedimpexus awebservices.dl l"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\97b26053\ d747538f_35a0c4 01\microsoft.ap plicationblocks .data.dll"
/R:"c:\winnt\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll"
/R:"c:\winnt\ass embly\gac\syste m.web.services\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.web.servi ces.dll"
/R:"c:\winnt\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll"
/R:"c:\winnt\ass embly\gac\syste m.web\1.0.5000. 0__b03f5f7f11d5 0a3a\system.web .dll"
/out:"C:\WINNT\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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_CorSymWr iter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.pdb': Catastrophic failure

Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerate d>
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.Visua lBasic
Line 15: Imports System
Line 16: Imports System.Collecti ons
Line 17: Imports System.Collecti ons.Specialized
Line 18: Imports System.Configur ation
Line 19: Imports System.Text
Line 20: Imports System.Text.Reg ularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Cach ing
Line 23: Imports System.Web.Secu rity
Line 24: Imports System.Web.Sess ionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.H tmlControls
Line 27: Imports System.Web.UI.W ebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawe bservices.Globa l
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_asa x.__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.432 2.2032;
ASP.NET
Version:1.1.432 2.2032

Please help. Please.


Nov 19 '05 #4
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" wrote:
Chris wrote:
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_CorSymWr iter_SxS' could not be
created: Catastrophic failure

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Show Detailed Compiler Output:
C:\WINNT\system 32> "c:\winnt\micro soft.net\framew ork\v1.1.4322\v bc.exe"
/t:library /utf8output
/R:"c:\winnt\ass embly\gac\syste m.drawing\1.0.5 000.0__b03f5f7f 11d50a3a\system .drawing.dll"
/R:"c:\winnt\ass embly\gac\syste m.web.mobile\1. 0.5000.0__b03f5 f7f11d50a3a\sys tem.web.mobile. dll"
/R:"c:\winnt\ass embly\gac\syste m.data\1.0.5000 .0__b77a5c56193 4e089\system.da ta.dll"
/R:"c:\winnt\ass embly\gac\syste m.enterpriseser vices\1.0.5000. 0__b03f5f7f11d5 0a3a\system.ent erpriseservices .dll"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\56f33b34\ ded59c7c_68dac5 01\speedimpexus awebservices.dl l"
/R:"c:\winnt\mic rosoft.net\fram ework\v1.1.4322 \temporary asp.net
files\mywebserv ices\caca2e50\7 cf3635d\assembl y\dl2\97b26053\ d747538f_35a0c4 01\microsoft.ap plicationblocks .data.dll"
/R:"c:\winnt\ass embly\gac\syste m.xml\1.0.5000. 0__b77a5c561934 e089\system.xml .dll"
/R:"c:\winnt\ass embly\gac\syste m.web.services\ 1.0.5000.0__b03 f5f7f11d50a3a\s ystem.web.servi ces.dll"
/R:"c:\winnt\ass embly\gac\syste m\1.0.5000.0__b 77a5c561934e089 \system.dll"
/R:"c:\winnt\ass embly\gac\syste m.web\1.0.5000. 0__b03f5f7f11d5 0a3a\system.web .dll"
/out:"C:\WINNT\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.dll" /D:DEBUG=1 /debug+
"C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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_CorSymWr iter_SxS' could not be created:
Catastrophic failure
vbc : error BC31019: Unable to write to output file
'C:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.pdb': Catastrophic failure

Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerate d>
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.Visua lBasic
Line 15: Imports System
Line 16: Imports System.Collecti ons
Line 17: Imports System.Collecti ons.Specialized
Line 18: Imports System.Configur ation
Line 19: Imports System.Text
Line 20: Imports System.Text.Reg ularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Cach ing
Line 23: Imports System.Web.Secu rity
Line 24: Imports System.Web.Sess ionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.H tmlControls
Line 27: Imports System.Web.UI.W ebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31:
<System.Runtime .CompilerServic es.CompilerGlob alScopeAttribut e()> _
Line 32: Public Class Global_asax
Line 33: Inherits speedimpexusawe bservices.Globa l
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_asa x.__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.432 2.2032; ASP.NET
Version:1.1.432 2.2032

Please help. Please.


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

Nov 19 '05 #5
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\Micros oft.NET\Framewo rk\v1.1.4322\Te mporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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

Nov 19 '05 #6
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/200.../18/71491.aspx

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

Thanks

"sp3d2orbit " wrote:
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\Micros oft.NET\Framewo rk\v1.1.4322\Te mporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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

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

"sp3d2orbit " wrote:
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\Micros oft.NET\Framewo rk\v1.1.4322\Te mporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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

Dec 15 '05 #8
I believe it's some NTFS permission issie. Try checking the logs.

"Pat" wrote:
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.

"sp3d2orbit " wrote:
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\Micros oft.NET\Framewo rk\v1.1.4322\Te mporary ASP.NET
Files\mywebserv ices\caca2e50\7 cf3635d\2bzsrpe y.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

Dec 15 '05 #9

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

Similar topics

0
1030
by: Christian Tismer | last post by:
Dear Python community, since I didn't get *any* reply to this request, either the request was bad or there is really nobody using f_tstate in a way that makes it urgent to keep. I will wait a few hours and then make the change to Stackless, and I'd like to propose to do the same to the Python core.
3
1741
by: Rahul S. | last post by:
Hey all: I need urgent information how to set the environment in Visual.NET wiritng in C. I am working with a licensed version of the Analyze 6.0 software from mayo clinic. I need to write code in C using AVW functions that are licensed by Mayo clinic. In order to access the AVW library of functions, I need to set the
2
1568
by: Miguel Dias Moura | last post by:
Hello, I have a Drop Down List with 3 options. I want to redirect to a new page when an options is selected. I don't want to use a button. The redirection should be fired when the option is selected. I have an ASP.net / VB page with a Drop Down List named "my select" as follows: <asp:DropDownList AutoPostBack="true" ID="myselect" runat="server">
16
2928
by: | last post by:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I keep getting the following error:- Error In: http://www.mywebsite.org/WebResource.axd?d=5WvLfhnJp5Lc8WhQSD4gdA2&t=632614619884218750 -------------------------------------------------------------------------------- System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed. at...
5
1724
by: Jean Christophe Avard | last post by:
Hi! I have a query that INNER JOIN's three other tables. All the relation are 1 to 1, except for one, where an Item can have more than one price. I have this query that work fine in MSDE Query Analyzer, but when I fill a dataset with it, I get an error. (I attached a screenshot of it) visual basic code:------------------------------------------------------------------------------
15
4596
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to communicate with a MySQL database table on a web server, from inside of my company's Access-VBA application. I know VBA pretty well but have never before needed to do this HTTP/XML/MySQL type functions.
10
2279
by: David Thielen | last post by:
Hi; I have help html pages for each page of my ASP.NET webapp. So for the page datasource.aspx, I have help\datasource.htm. Bu what I want when the hyperlink is clicked, for it to look for the following files in order (assuming I am running from the us): help\datasource_en_US.htm help\datasource_en.htm help\datasource.htm
1
2116
by: psantosh12 | last post by:
Hello Frnds Please need help to resolve error.......... it is very very urgent........ The error is Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of...
5
2157
by: Justin | last post by:
Here's my XML: <?xml version="1.0" ?> <AppMode Type="Network"> <CurrentFolder Path="c:\tabs"> <Tabs> <FilePath>tabs\Justin.tab</FilePath> <FilePath>tabs\Julie.tab</FilePath> *****There could be 1 of these or 100....quantity can change***** </Tabs>
0
8427
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8525
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2750
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.