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?
 
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
 
Back
Top