Can't Use the Debugger in VB.Net 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why I press F5 to debug my program i get this error: Class
CLSID_CorSymWriter_SxS could not be created - Class not registered. I can run
the program using ctrl+F5 though. I reinstalled both VS .Net 2003 and the
..Net Framework 1.1, tried registering mscordbi.dll but i still recieve this
error. I've even tried fixes I found on sites with people getting the same
message when trying to view ASPNet pages. Can anyone help me fix the debugger
problem?
 
Can you please serch in registry for this class if its present or not ?
 
Yes i searched the registry and located it in
HKEY_CLASSES_ROOT\CLSID\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\ProgID

and

HKEY_CLASSES_ROOT\CorSymWriter_SxS

and

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\ProgID

and

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CorSymWriter_SxS
 
Yes I have searched the registry and located it in:
HKEY_CLASSES_ROOT\CLSID\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\ProgID

HKEY_CLASSES_ROOT\CorSymWriter_SxS

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0AE2DEB0-F901-478b-BB9F-881EE8066788}\ProgID

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CorSymWriter_SxS
 
Neermind. I fixed by uninstalling .net framework and vs .net 03 then
reinstalling. thanx anyway
 

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

Back
Top