BC32400: Class 'CLSID_CorSymWriter' could not be created: System Error &H8004015

D

DM

Get this error when I try to run any ASP.NET web app from
Visual Studio on my Win2K PC. Anyone seen this before ?

BC32400: Class 'CLSID_CorSymWriter' could not be created:
System Error &H80040154&

C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.0.3
705
\vbc.exe" /t:library /utf8output /R:"c:\winnt\microsoft.net
\framework\v1.0.3705\temporary asp.net
files\salespipeline\d8ca9c67\6d904b87\assembly\dl2
\2175250f\f1f446ba_ba55c301
\salespipeline.businessrules.dll" /R:"c:\winnt\assembly\gac
\system.xml\1.0.3300.0__b77a5c561934e089
\system.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.
3705\temporary asp.net files\salespipeline\d8ca9c67
\6d904b87\assembly\dl2\5e2e236d\2a60e743_ba55c301
\salespipeline.web.dll" /R:"c:\winnt\assembly\gac\system.en
terpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterp
riseservices.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.
3300.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assem
bly\gac\system\1.0.3300.0__b77a5c561934e089
\system.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705
\temporary asp.net files\salespipeline\d8ca9c67\6d904b87
\assembly\dl2\d80537e6\bab0f531_2ea5c201
\salespipeline.dll" /R:"c:\winnt\assembly\gac\system.data\1
..0.3300.0__b77a5c561934e089
\system.data.dll" /R:"c:\winnt\assembly\gac\system.drawing\
1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\win
nt\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d
50a3a\system.web.services.dll" /out:"C:\WINNT\Microsoft.NET
\Framework\v1.0.3705\Temporary ASP.NET
Files\salespipeline\d8ca9c67\6d904b87
\lqgnbsiv.dll" /D:DEBUG=1 /debug+ "C:\WINNT\Microsoft.NET\
Framework\v1.0.3705\Temporary ASP.NET
Files\salespipeline\d8ca9c67\6d904b87\lqgnbsiv.0.vb"


Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705.288
Copyright (C) Microsoft Corporation 1987-2001. All rights
reserved.

vbc : error BC32400: Class 'CLSID_CorSymWriter' could not
be created: System Error &H80040154&
vbc : error BC31019: Unable to write to output
file 'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\salespipeline\d8ca9c67\6d904b87
\lqgnbsiv.pdb': System Error &H80040154&
 
T

Tim Kurtzman

Looks like your installation is corrupted. Try running repair on your
Visual Studio installation and see if that clears up the problem.

Tim


--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.

--------------------
 

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