The specified module could not be found

  • Thread starter Thread starter Dan Montz
  • Start date Start date
D

Dan Montz

Has anyone seen this message when creating a new project
in .NET. I am running on Win2000 SP4.

I have received this error ever since I installed .NET.
When I hit OK, it creates the folders, but no files are
created for the project. If I attempt to add a new item,
then I also get an error stating that the environment
could not run the '...\.vsz' wizard.

Any ideas?
Thanks,
Dan
 
Hi Dan,

It may be caused by the scripting components have been compromised.
You may try to download the file below and install it to update your
windows script host.
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-
86EB-95A22B832CAA&displaylang=en

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
 
Thanks for the input. I discovered that the scrrun.dll
was not in my path. Once I moved the dll into
WinNT\System32, everything worked fine. I also re-
registered the dll using regsvr32 scrrun.dll

Thanks for the help,
Dan
 
Back
Top