How to manually register VsWizard.dll ??

  • Thread starter Thread starter Pawan
  • Start date Start date
P

Pawan

Hi,
I want to manually register VsWizard.dll on my system. I tired regsvr32
"C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\VsWizard.dll",
but then it reports, "C:\Program Files\Microsoft Visual Studio
..NET\Common7\IDE\VsWizard.dll" is not an executable file and no registration
helper is registerted for this file type :( ... I need to register this
library, as I am unable to create new projects in my VS.Net IDE ...

Thanks in Advance ...

Pawan.
 
Open a VS.NET command prompt and type:
regasm "C:\Program Files\Microsoft Visual Studio
..NET\Common7\IDE\VsWizard.dll"

Chris
 

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