Visual Studio.Net 2003 Error : "The specified module could not be found"

Tags: Tech Geek

Lately I have been seeing the Visual Studio.Net 2003 Error : "The specified module could not be found" when I go to create a new project or solution.  No files and no references are created.  Super annoying to have to add the basic references and create the source files on your own.  Oh, and I couldnt even add a new .CS source file to the project.  Again with the same error. 

This morning I decided to get to the bottom of the issue.  I unistalled the product completely, then reinstalled it.  Blew away my whole morning.  Man that sucks.

So I figured that would just fix it?  Right?  Nope.  Same annoying error. 

For some reason I was compelled to Google for the error. A few links into the results and I see this conversation.  I thought to myself, it couldnt be that easy, just regsvr32 the obscure dll.  What the heck do I have to lose? So I gave it a try...

regsvr32 %systemroot%\System32\Scrrun.dll

Bingo.  It fixed it.  Next time, I will search for the issue first, before wasting my morning.  Just silly.

 

15 Comments

Comments have been disabled for this content.