Unspecified Error....

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

I keep on getting an error box simply saying "Unspecified Error" whenever I
try to add a new form or control to my project. Classes and Modules can be
added fine. I'm using Visual Studio 2003. Any idea why I'm getting this?
It was working fine for over a year so I can only assume it's because of
something that changed recently.
 
I had the same problem, reinstall did not help, but after debugging the
template code which .Net uses, realized that scrrun.dll was not registered on
my machine, so the filesystemobject was not able to be created, after doing
regsvr32 c:\windows\system32. Add new form works correctly.
 
Back
Top